Home
last modified time | relevance | path

Searched refs:MediaH264DecoderVideoToolBox (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp50 MediaH264DecoderVideoToolBox::MediaH264DecoderVideoToolBox( in MediaH264DecoderVideoToolBox() function in android::emulation::MediaH264DecoderVideoToolBox
57 MediaH264DecoderPlugin* MediaH264DecoderVideoToolBox::clone() { in clone()
58 return new MediaH264DecoderVideoToolBox(mId, mParser); in clone()
61 MediaH264DecoderVideoToolBox::~MediaH264DecoderVideoToolBox() { in ~MediaH264DecoderVideoToolBox()
66 void MediaH264DecoderVideoToolBox::videoToolboxDecompressCallback(void* opaque, in videoToolboxDecompressCallback()
74 auto ptr = static_cast<MediaH264DecoderVideoToolBox*>(opaque); in videoToolboxDecompressCallback()
95 CFDictionaryRef MediaH264DecoderVideoToolBox::createOutputBufferAttributes(int width, in createOutputBufferAttributes()
135 CMSampleBufferRef MediaH264DecoderVideoToolBox::createSampleBuffer(CMFormatDescriptionRef fmtDesc, in createSampleBuffer()
175 OSType MediaH264DecoderVideoToolBox::toNativePixelFormat(PixelFormat pixFmt) { in toNativePixelFormat()
190 void* MediaH264DecoderVideoToolBox::getReturnAddress(void* ptr) { in getReturnAddress()
[all …]
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderVideoToolBox.h43 class MediaH264DecoderVideoToolBox : public MediaH264DecoderPlugin {
60 explicit MediaH264DecoderVideoToolBox(uint64_t id,
62 virtual ~MediaH264DecoderVideoToolBox();