Searched refs:ParseNaluType (Results 1 – 6 of 6) sorted by relevance
65 NaluType ParseNaluType(uint8_t data);
65 NaluType ParseNaluType(uint8_t data) { in ParseNaluType() function
272 H264::NaluType nalu_type = H264::ParseNaluType(slice[0]); in ParseSlice()
240 if (H264::ParseNaluType(nalu_ptr[0]) == H264::NaluType::kSps) { in ParseOutgoingBitstreamAndRewriteSps()
27 using H264::ParseNaluType;322 if (ParseNaluType(*(start_ + offset_->payload_start_offset)) == type) in SeekToNextNaluOfType()
326 webrtc::H264::NaluType nalu_type = webrtc::H264::ParseNaluType( in CheckEncodedFrame()