Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderVideoToolBox.h110 void handleNonIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts);
/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp403 handleNonIDRFrame(currentNalu, currentNaluSize, pts); in decodeFrameInternal()
473 void MediaH264DecoderVideoToolBox::handleNonIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t p… in handleNonIDRFrame() function in android::emulation::MediaH264DecoderVideoToolBox