Searched refs:FindNaluIndices (Results 1 – 8 of 8) sorted by relevance
61 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer,
20 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer, in FindNaluIndices() function
302 H264::FindNaluIndices(bitstream, length); in ParseBitstream()
57 H264::FindNaluIndices(payload.data(), payload.size())) { in RtpPacketizerH264()
285 offsets_ = H264::FindNaluIndices(annexb_buffer, length); in AnnexBBufferReader()
300 H264::FindNaluIndices(buffer.data(), buffer.size()); in ParseFragmentationHeader()
58 webrtc::H264::FindNaluIndices(encoded_frame.data(), encoded_frame.size()); in GetMaxNaluSizeBytes()
324 webrtc::H264::FindNaluIndices(encoded_frame.data(), encoded_frame.size()); in CheckEncodedFrame()