Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DH264NaluParser.h92 static bool checkPpsFrame(const uint8_t* frame, size_t szBytes);
/hardware/google/aemu/host-common/
DH264NaluParser.cpp105 bool H264NaluParser::checkPpsFrame(const uint8_t* frame, size_t szBytes) { in checkPpsFrame() function in android::emulation::H264NaluParser
DMediaSnapshotHelper.cpp89 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in saveH264Packet()
DMediaH264DecoderFfmpeg.cpp233 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrameInternal()
DMediaH264DecoderCuvid.cpp225 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrame()