AVCodecDecoder
AVCodecDecoder::_DecodeNextAudioFrameChunk()
AVCodecDecoder::_DecodeSomeAudioFramesIntoEmptyDecodedDataBuffer()
AVCodecDecoder::_UpdateMediaHeaderForAudioFrame()
AVCodecDecoder::_DecodeNextVideoFrame()
AVCodecDecoder::~AVCodecDecoder()
AVCodecDecoder::_ApplyEssentialVideoContainerPropertiesToContext()
AVCodecDecoder::_LoadNextChunkIfNeededAndAssignStartTime()
AVCodecDecoder::_CopyChunkToChunkBufferAndAddPadding(const void* chunk,
AVCodecDecoder::_HandleNewVideoFrameAndUpdateSystemState()
AVCodecDecoder::_FlushOneVideoFrameFromDecoderBuffer()
AVCodecDecoder::_UpdateMediaHeaderForVideoFrame()
AVCodecDecoder::_DeinterlaceAndColorConvertVideoFrame()
AVCodecDecoder::GetCodecInfo(media_codec_info* mci)
AVCodecDecoder::_InitFilterGraph(enum AVPixelFormat pixfmt, int32 width,
AVCodecDecoder::_ProcessFilterGraph(AVFrame *dst, const AVFrame *src,
AVCodecDecoder::Setup(media_format* ioEncodedFormat, const void* infoBuffer,
AVCodecDecoder::SeekedTo(int64 frame, bigtime_t time)
AVCodecDecoder::NegotiateOutputFormat(media_format* inOutFormat)
AVCodecDecoder::Decode(void* outBuffer, int64* outFrameCount,
AVCodecDecoder::_ResetTempPacket()
AVCodecDecoder::_NegotiateAudioOutputFormat(media_format* inOutFormat)
AVCodecDecoder::_NegotiateVideoOutputFormat(media_format* inOutFormat)
AVCodecDecoder::_DecodeAudio(void* outBuffer, int64* outFrameCount,
AVCodecDecoder::_DecodeVideo(void* outBuffer, int64* outFrameCount,
AVCodecDecoder::_DecodeNextAudioFrame()
AVCodecDecoder::_ApplyEssentialAudioContainerPropertiesToContext()
AVCodecDecoder::AVCodecDecoder()
AVCodecDecoder::_ResetRawDecodedAudio()
AVCodecDecoder::_CheckAndFixConditionsThatHintAtBrokenAudioCodeBelow()
AVCodecDecoder::_MoveAudioFramesToRawDecodedAudioAndUpdateStartTimes()
class AVCodecDecoder : public Decoder {
AVCodecDecoder();
virtual ~AVCodecDecoder();
return new(std::nothrow) AVCodecDecoder();