Home
last modified time | relevance | path

Searched refs:MediaH264Decoder (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp30 MediaH264Decoder::MediaH264Decoder(RenderMode renderMode) :mRenderMode(renderMode) { in MediaH264Decoder() function in MediaH264Decoder
38 void MediaH264Decoder::initH264Context(unsigned int width, in initH264Context()
68 void MediaH264Decoder::resetH264Context(unsigned int width, in resetH264Context()
90 void MediaH264Decoder::destroyH264Context() { in destroyH264Context()
101 h264_result_t MediaH264Decoder::decodeFrame(uint8_t* img, size_t szBytes, uint64_t pts) { in decodeFrame()
128 void MediaH264Decoder::flush() { in flush()
140 h264_image_t MediaH264Decoder::getImage() { in getImage()
173 h264_image_t MediaH264Decoder::renderOnHostAndReturnImageMetadata(int hostColorBufferId) { in renderOnHostAndReturnImageMetadata()
DMediaH264Decoder.h49 class MediaH264Decoder {
58 MediaH264Decoder(RenderMode renderMode);
59 virtual ~MediaH264Decoder() = default;
DGoldfishAVCDec.cpp142 mContext.reset(new MediaH264Decoder(mRenderMode)); in initDecoder()
147 MediaH264Decoder::PixelFormat::YUV420P); in initDecoder()
250 …mContext->resetH264Context(mWidth, mHeight, mWidth, mHeight, MediaH264Decoder::PixelFormat::YUV420… in onPortFlushCompleted()
378 h264_result_t h264Res = {(int)MediaH264Decoder::Err::NoErr, 0}; in onQueueFilled()
394 if (h264Res.ret == (int)MediaH264Decoder::Err::DecoderRestarted) { in onQueueFilled()
449 MediaH264Decoder::PixelFormat::YUV420P); in onQueueFilled()
514 MediaH264Decoder::PixelFormat::YUV420P); in onQueueFilled()
DAndroid.mk20 MediaH264Decoder.cpp
DGoldfishAVCDec.h126 std::unique_ptr<MediaH264Decoder> mContext;