Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DH264NaluParser.h91 static bool checkSpsFrame(const uint8_t* frame, size_t szBytes);
/hardware/google/aemu/host-common/
DH264NaluParser.cpp85 bool H264NaluParser::checkSpsFrame(const uint8_t* frame, size_t szBytes) { in checkSpsFrame() function in android::emulation::H264NaluParser
DMediaSnapshotHelper.cpp79 bool hasSps = H264NaluParser::checkSpsFrame(frame, szBytes); in saveH264Packet()
DMediaH264DecoderFfmpeg.cpp228 bool hasSps = H264NaluParser::checkSpsFrame(frame, szBytes); in decodeFrameInternal()
DMediaH264DecoderCuvid.cpp220 bool hasSps = H264NaluParser::checkSpsFrame(frame, szBytes); in decodeFrame()