Searched refs:checkIFrame (Results 1 – 5 of 5) sorted by relevance
93 static bool checkIFrame(const uint8_t* frame, size_t szBytes);
95 bool H264NaluParser::checkIFrame(const uint8_t* frame, size_t szBytes) { in checkIFrame() function in android::emulation::H264NaluParser
95 bool isIFrame = H264NaluParser::checkIFrame(frame, szBytes); in saveH264Packet()
239 bool isIFrame = H264NaluParser::checkIFrame(frame, szBytes); in decodeFrameInternal()
231 bool isIFrame = H264NaluParser::checkIFrame(frame, szBytes); in decodeFrame()