Home
last modified time | relevance | path

Searched refs:checkIFrame (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DH264NaluParser.h93 static bool checkIFrame(const uint8_t* frame, size_t szBytes);
/hardware/google/aemu/host-common/
DH264NaluParser.cpp95 bool H264NaluParser::checkIFrame(const uint8_t* frame, size_t szBytes) { in checkIFrame() function in android::emulation::H264NaluParser
DMediaSnapshotHelper.cpp95 bool isIFrame = H264NaluParser::checkIFrame(frame, szBytes); in saveH264Packet()
DMediaH264DecoderFfmpeg.cpp239 bool isIFrame = H264NaluParser::checkIFrame(frame, szBytes); in decodeFrameInternal()
DMediaH264DecoderCuvid.cpp231 bool isIFrame = H264NaluParser::checkIFrame(frame, szBytes); in decodeFrame()