Home
last modified time | relevance | path

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

/external/webrtc/common_video/h264/
Dh264_bitstream_parser.cc281 std::vector<H264::NaluIndex> nalu_indices = in ParseBitstream() local
283 for (const H264::NaluIndex& index : nalu_indices) in ParseBitstream()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc54 std::vector<webrtc::H264::NaluIndex> nalu_indices = in GetMaxNaluSizeBytes() local
57 RTC_CHECK(!nalu_indices.empty()); in GetMaxNaluSizeBytes()
60 for (const webrtc::H264::NaluIndex& index : nalu_indices) in GetMaxNaluSizeBytes()
Dvideocodec_test_fixture_impl.cc362 const std::vector<webrtc::H264::NaluIndex> nalu_indices = in CheckEncodedFrame() local
364 for (const webrtc::H264::NaluIndex& index : nalu_indices) { in CheckEncodedFrame()