Home
last modified time | relevance | path

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

/external/webrtc/sdk/objc/components/video_codec/
Dnalu_rewriter.h24 using webrtc::H264::NaluIndex;
89 std::vector<NaluIndex> offsets_;
90 std::vector<NaluIndex>::iterator offset_;
Dnalu_rewriter.cc25 using H264::NaluIndex;
/external/webrtc/common_video/h264/
Dh264_common.cc20 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()
Dh264_common.h51 struct NaluIndex { struct
61 std::vector<NaluIndex> FindNaluIndices(const uint8_t* buffer, argument
Dh264_bitstream_parser.cc301 std::vector<H264::NaluIndex> nalu_indices = in ParseBitstream()
303 for (const H264::NaluIndex& index : nalu_indices) in ParseBitstream()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc57 std::vector<webrtc::H264::NaluIndex> nalu_indices = in GetMaxNaluSizeBytes()
63 for (const webrtc::H264::NaluIndex& index : nalu_indices) in GetMaxNaluSizeBytes()
Dvideocodec_test_fixture_impl.cc323 const std::vector<webrtc::H264::NaluIndex> nalu_indices = in CheckEncodedFrame()
325 for (const webrtc::H264::NaluIndex& index : nalu_indices) { in CheckEncodedFrame()
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc299 const std::vector<H264::NaluIndex> nalu_idxs = in ParseFragmentationHeader()