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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h84 status_t _DecodeNextAudioFrame();
H A DAVCodecDecoder.cpp617 = fDecodedDataSizeInBytes > 0 ? B_OK : _DecodeNextAudioFrame();
680 fOutputFrameCount. So _DecodeNextAudioFrame() must be called only after
696 _DecodeNextAudioFrame() will then result in the return of
719 AVCodecDecoder::_DecodeNextAudioFrame() function in class:AVCodecDecoder
723 // _DecodeNextAudioFrame needs to be called on empty fDecodedData only!

Completed in 41 milliseconds