Lines Matching refs:MediaH264DecoderVideoToolBox
50 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()
196 void MediaH264DecoderVideoToolBox::createCMFormatDescription() { in createCMFormatDescription()
220 CFDataRef MediaH264DecoderVideoToolBox::createVTDecoderConfig() { in createVTDecoderConfig()
225 void MediaH264DecoderVideoToolBox::initH264Context(void* ptr) { in initH264Context()
232 void MediaH264DecoderVideoToolBox::initH264ContextInternal( in initH264ContextInternal()
248 void MediaH264DecoderVideoToolBox::reset(void* ptr) { in reset()
256 void MediaH264DecoderVideoToolBox::destroyH264Context() { in destroyH264Context()
291 void MediaH264DecoderVideoToolBox::decodeFrame(void* ptr) { in decodeFrame()
302 void MediaH264DecoderVideoToolBox::oneShotDecode(std::vector<uint8_t> & data, uint64_t pts) { in oneShotDecode()
307 void MediaH264DecoderVideoToolBox::decodeFrameInternal(size_t* pRetSzBytes, int32_t* pRetErr, const… in decodeFrameInternal()
427 void MediaH264DecoderVideoToolBox::handleIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts)… in handleIDRFrame()
473 void MediaH264DecoderVideoToolBox::handleNonIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t p… in handleNonIDRFrame()
478 void MediaH264DecoderVideoToolBox::handleSEIFrame(const uint8_t* ptr, size_t szBytes) { in handleSEIFrame()
482 void MediaH264DecoderVideoToolBox::flush(void* ptr) { in flush()
487 void MediaH264DecoderVideoToolBox::copyFrame() { in copyFrame()
556 void MediaH264DecoderVideoToolBox::getImage(void* ptr) { in getImage()
617 void MediaH264DecoderVideoToolBox::recreateDecompressionSession() { in recreateDecompressionSession()
693 void MediaH264DecoderVideoToolBox::save(base::Stream* stream) const { in save()
714 bool MediaH264DecoderVideoToolBox::load(base::Stream* stream) { in load()