Searched refs:_DecodeNextVideoFrame (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h93 status_t _DecodeNextVideoFrame();
H A DAVCodecDecoder.cpp478 // to _DecodeNextVideoFrame() will update the essential video format
513 status_t statusOfDecodingFirstFrame = _DecodeNextVideoFrame();
520 // by first call to _DecodeNextVideoFrame() above.
654 = fDecodedDataSizeInBytes > 0 ? B_OK : _DecodeNextVideoFrame();
1248 AVCodecDecoder::_DecodeNextVideoFrame() function in class:AVCodecDecoder
1269 TRACE("[v] AVCodecDecoder::_DecodeNextVideoFrame(): error from "

Completed in 90 milliseconds