Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderVideoToolBox.cpp395 handleIDRFrame(currentNalu, currentNaluSize, pts); in decodeFrameInternal()
427 void MediaH264DecoderVideoToolBox::handleIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts)… in handleIDRFrame() function in android::emulation::MediaH264DecoderVideoToolBox
475 handleIDRFrame(ptr, szBytes, pts); in handleNonIDRFrame()
DMediaH264DecoderVideoToolBox.h108 void handleIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts);