Searched refs:nalu_indices (Results 1 – 3 of 3) sorted by relevance
281 std::vector<H264::NaluIndex> nalu_indices = in ParseBitstream() local283 for (const H264::NaluIndex& index : nalu_indices) in ParseBitstream()
54 std::vector<webrtc::H264::NaluIndex> nalu_indices = in GetMaxNaluSizeBytes() local57 RTC_CHECK(!nalu_indices.empty()); in GetMaxNaluSizeBytes()60 for (const webrtc::H264::NaluIndex& index : nalu_indices) in GetMaxNaluSizeBytes()
362 const std::vector<webrtc::H264::NaluIndex> nalu_indices = in CheckEncodedFrame() local364 for (const webrtc::H264::NaluIndex& index : nalu_indices) { in CheckEncodedFrame()