Home
last modified time | relevance | path

Searched refs:FindNaluIndices (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/common_video/h264/
Dh264_common.h61 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer,
Dh264_common.cc20 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer, in FindNaluIndices() function
Dh264_bitstream_parser.cc302 H264::FindNaluIndices(bitstream, length); in ParseBitstream()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.cc57 H264::FindNaluIndices(payload.data(), payload.size())) { in RtpPacketizerH264()
/external/webrtc/sdk/objc/components/video_codec/
Dnalu_rewriter.cc285 offsets_ = H264::FindNaluIndices(annexb_buffer, length); in AnnexBBufferReader()
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc300 H264::FindNaluIndices(buffer.data(), buffer.size()); in ParseFragmentationHeader()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc58 webrtc::H264::FindNaluIndices(encoded_frame.data(), encoded_frame.size()); in GetMaxNaluSizeBytes()
Dvideocodec_test_fixture_impl.cc324 webrtc::H264::FindNaluIndices(encoded_frame.data(), encoded_frame.size()); in CheckEncodedFrame()