Home
last modified time | relevance | path

Searched refs:hasPps (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/
DMediaSnapshotHelper.cpp89 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in saveH264Packet() local
90 if (hasPps) { in saveH264Packet()
DMediaH264DecoderFfmpeg.cpp233 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrameInternal() local
234 if (hasPps) { in decodeFrameInternal()
DMediaH264DecoderCuvid.cpp225 bool hasPps = H264NaluParser::checkPpsFrame(frame, szBytes); in decodeFrame() local
226 if (hasPps) { in decodeFrame()