Searched refs:fVideoDecoder (Results 1 – 2 of 2) sorted by relevance
275 MediaStreamDecoder *fVideoDecoder; variable
161 , 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()