Searched refs:checkSpsFrame (Results 1 – 5 of 5) sorted by relevance
91 static bool checkSpsFrame(const uint8_t* frame, size_t szBytes);
85 bool H264NaluParser::checkSpsFrame(const uint8_t* frame, size_t szBytes) { in checkSpsFrame() function in android::emulation::H264NaluParser
79 bool hasSps = H264NaluParser::checkSpsFrame(frame, szBytes); in saveH264Packet()
228 bool hasSps = H264NaluParser::checkSpsFrame(frame, szBytes); in decodeFrameInternal()
220 bool hasSps = H264NaluParser::checkSpsFrame(frame, szBytes); in decodeFrame()