Searched refs:MediaH264Decoder (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | MediaH264Decoder.cpp | 30 MediaH264Decoder::MediaH264Decoder(RenderMode renderMode) in MediaH264Decoder() function in MediaH264Decoder 39 void MediaH264Decoder::initH264Context(unsigned int width, unsigned int height, in initH264Context() 68 void MediaH264Decoder::resetH264Context(unsigned int width, unsigned int height, in resetH264Context() 88 void MediaH264Decoder::destroyH264Context() { in destroyH264Context() 100 h264_result_t MediaH264Decoder::decodeFrame(uint8_t *img, size_t szBytes, in decodeFrame() 129 void MediaH264Decoder::sendMetadata(MetaDataColorAspects *ptr) { in sendMetadata() 145 void MediaH264Decoder::flush() { in flush() 157 h264_image_t MediaH264Decoder::getImage() { in getImage() 192 MediaH264Decoder::renderOnHostAndReturnImageMetadata(int hostColorBufferId) { in renderOnHostAndReturnImageMetadata()
|
D | MediaH264Decoder.h | 51 class MediaH264Decoder { 61 MediaH264Decoder(RenderMode renderMode); 62 virtual ~MediaH264Decoder() = default;
|
D | Android.bp | 19 "MediaH264Decoder.cpp",
|
D | C2GoldfishAvcDec.h | 62 std::unique_ptr<MediaH264Decoder> mContext;
|
D | C2GoldfishAvcDec.cpp | 543 mContext.reset(new MediaH264Decoder(RenderMode::RENDER_BY_HOST_GPU)); in createDecoder() 545 mContext.reset(new MediaH264Decoder(RenderMode::RENDER_BY_GUEST_CPU)); in createDecoder() 548 MediaH264Decoder::PixelFormat::YUV420P); in createDecoder()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 30 MediaH264Decoder::MediaH264Decoder(RenderMode renderMode) :mRenderMode(renderMode) { in MediaH264Decoder() function in MediaH264Decoder 38 void MediaH264Decoder::initH264Context(unsigned int width, in initH264Context() 69 void MediaH264Decoder::resetH264Context(unsigned int width, in resetH264Context() 91 void MediaH264Decoder::destroyH264Context() { in destroyH264Context() 102 h264_result_t MediaH264Decoder::decodeFrame(uint8_t* img, size_t szBytes, uint64_t pts) { in decodeFrame() 129 void MediaH264Decoder::flush() { in flush() 141 h264_image_t MediaH264Decoder::getImage() { in getImage() 174 h264_image_t MediaH264Decoder::renderOnHostAndReturnImageMetadata(int hostColorBufferId) { in renderOnHostAndReturnImageMetadata()
|
D | GoldfishAVCDec.cpp | 141 mContext.reset(new MediaH264Decoder(mRenderMode)); in initDecoder() 146 MediaH264Decoder::PixelFormat::YUV420P); in initDecoder() 249 …mContext->resetH264Context(mWidth, mHeight, mWidth, mHeight, MediaH264Decoder::PixelFormat::YUV420… in onPortFlushCompleted() 371 h264_result_t h264Res = {(int)MediaH264Decoder::Err::NoErr, 0}; in onQueueFilled() 387 if (h264Res.ret == (int)MediaH264Decoder::Err::DecoderRestarted) { in onQueueFilled() 438 MediaH264Decoder::PixelFormat::YUV420P); in onQueueFilled() 503 MediaH264Decoder::PixelFormat::YUV420P); in onQueueFilled()
|
D | Android.bp | 22 "MediaH264Decoder.cpp",
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/ |
D | MediaH264Decoder.h | 49 class MediaH264Decoder { 59 MediaH264Decoder(RenderMode renderMode); 60 virtual ~MediaH264Decoder() = default;
|
D | GoldfishAVCDec.h | 126 std::unique_ptr<MediaH264Decoder> mContext;
|