Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderVideoToolBox.h111 void handleSEIFrame(const uint8_t* ptr, size_t szBytes);
/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp392 handleSEIFrame(currentNalu, currentNaluSize); in decodeFrameInternal()
478 void MediaH264DecoderVideoToolBox::handleSEIFrame(const uint8_t* ptr, size_t szBytes) { in handleSEIFrame() function in android::emulation::MediaH264DecoderVideoToolBox