Searched refs:NaluIndex (Results 1 – 8 of 8) sorted by relevance
24 using webrtc::H264::NaluIndex;89 std::vector<NaluIndex> offsets_;90 std::vector<NaluIndex>::iterator offset_;
25 using H264::NaluIndex;
20 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer, in FindNaluIndices()26 std::vector<NaluIndex> sequences; in FindNaluIndices()39 NaluIndex index = {i, i + 3, 0}; in FindNaluIndices()
51 struct NaluIndex { struct61 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer, argument
301 std::vector<H264::NaluIndex> nalu_indices = in ParseBitstream()303 for (const H264::NaluIndex& index : nalu_indices) in ParseBitstream()
57 std::vector<webrtc::H264::NaluIndex> nalu_indices = in GetMaxNaluSizeBytes()63 for (const webrtc::H264::NaluIndex& index : nalu_indices) in GetMaxNaluSizeBytes()
323 const std::vector<webrtc::H264::NaluIndex> nalu_indices = in CheckEncodedFrame()325 for (const webrtc::H264::NaluIndex& index : nalu_indices) { in CheckEncodedFrame()
299 const std::vector<H264::NaluIndex> nalu_idxs = in ParseFragmentationHeader()