Searched refs:hasPps (Results 1 – 3 of 3) sorted by relevance
89 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in saveH264Packet() local90 if (hasPps) { in saveH264Packet()
233 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrameInternal() local234 if (hasPps) { in decodeFrameInternal()
225 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrame() local226 if (hasPps) { in decodeFrame()