Searched refs:handleIDRFrame (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVideoToolBoxVideoHelper.h | 124 void handleIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts);
|
D | MediaH264DecoderVideoToolBox.h | 109 void handleIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts);
|
/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 167 handleIDRFrame(f.data, f.size, inputPts); in decode() 171 handleIDRFrame(f.data, f.size, inputPts); in decode() 203 void MediaVideoToolBoxVideoHelper::handleIDRFrame(const uint8_t* ptr, in handleIDRFrame() function in android::emulation::MediaVideoToolBoxVideoHelper
|
D | MediaH264DecoderVideoToolBox.cpp | 395 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()
|