HomeSort by relevance Sort by last modified time
    Searched refs:ParsePpsNalu (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.h 62 bool ParsePpsNalu(const uint8_t* pps_nalu, size_t length);
h264_bitstream_parser.cc 207 bool H264BitstreamParser::ParsePpsNalu(const uint8_t* pps, size_t length) {
535 RTC_CHECK(ParsePpsNalu(slice, length))

Completed in 165 milliseconds