Home
last modified time | relevance | path

Searched refs:fVideoDecoder (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h275 MediaStreamDecoder *fVideoDecoder; variable
H A DDVBMediaNode.cpp161 , fVideoDecoder(0) in DVBMediaNode()
1841 fVideoDecoder = new MediaStreamDecoder(&_GetNextVideoChunk, this); in raw_video_thread()
1843 err = fVideoDecoder->SetInputFormat(format); in raw_video_thread()
1853 err = fVideoDecoder->SetOutputFormat(&fmt); in raw_video_thread()
1911 err = fVideoDecoder->Decode(buf->Data(), &frameCount, &mh, NULL); in raw_video_thread()