Lines Matching defs:ptr
74 auto ptr = static_cast<MediaH264DecoderVideoToolBox*>(opaque); in videoToolboxDecompressCallback() local
190 void* MediaH264DecoderVideoToolBox::getReturnAddress(void* ptr) { in getReturnAddress()
225 void MediaH264DecoderVideoToolBox::initH264Context(void* ptr) { in initH264Context()
248 void MediaH264DecoderVideoToolBox::reset(void* ptr) { in reset()
291 void MediaH264DecoderVideoToolBox::decodeFrame(void* ptr) { in decodeFrame()
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()
532 uint8_t* ptr = (uint8_t*)planeData; in copyFrame() local
556 void MediaH264DecoderVideoToolBox::getImage(void* ptr) { in getImage()