Searched refs:checkPpsFrame (Results 1 – 5 of 5) sorted by relevance
92 static bool checkPpsFrame(const uint8_t* frame, size_t szBytes);
105 bool H264NaluParser::checkPpsFrame(const uint8_t* frame, size_t szBytes) { in checkPpsFrame() function in android::emulation::H264NaluParser
89 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in saveH264Packet()
233 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrameInternal()
225 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrame()