Home
last modified time | relevance | path

Searched refs:VerifyAndAllocateFragmentationHeader (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator_unittest.cc117 fragmentation.VerifyAndAllocateFragmentationHeader(3); in TEST()
125 fragmentation.VerifyAndAllocateFragmentationHeader(8); in TEST()
158 fragmentation.VerifyAndAllocateFragmentationHeader(8); in TEST()
183 fragmentation.VerifyAndAllocateFragmentationHeader(1); in TEST()
Drtp_format_h264_unittest.cc82 fragmentation.VerifyAndAllocateFragmentationHeader(1); in TestFua()
156 fragmentation.VerifyAndAllocateFragmentationHeader(1); in TEST()
179 fragmentation.VerifyAndAllocateFragmentationHeader(2); in TEST()
217 fragmentation.VerifyAndAllocateFragmentationHeader(3); in TEST()
252 fragmentation.VerifyAndAllocateFragmentationHeader(3); in TEST()
291 fragmentation.VerifyAndAllocateFragmentationHeader(3); in TEST()
Drtp_format_vp8_test_helper.cc42 fragmentation_->VerifyAndAllocateFragmentationHeader(num_partitions); in Init()
Drtp_format_vp8.cc193 part_info_.VerifyAndAllocateFragmentationHeader(1); in SetPayloadData()
/external/webrtc/webrtc/test/
Dfake_encoder.cc161 fragmentation.VerifyAndAllocateFragmentationHeader(kNumSlices); in Encoded()
177 fragmentation.VerifyAndAllocateFragmentationHeader(kNumSlices); in Encoded()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_nalu.cc144 header->VerifyAndAllocateFragmentationHeader(frag_offsets.size()); in H264CMSampleBufferToAnnexBBuffer()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc962 header.VerifyAndAllocateFragmentationHeader(1); in DeliverPendingOutputs()
1002 header.VerifyAndAllocateFragmentationHeader(scPositionsLength); in DeliverPendingOutputs()
/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc339 fragmentation->VerifyAndAllocateFragmentationHeader(kMaxVP8Partitions); in BuildVP8FragmentationHeader()
Dsession_info_unittest.cc74 fragmentation_.VerifyAndAllocateFragmentationHeader(kMaxVP8Partitions); in SetUp()
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h337 void VerifyAndAllocateFragmentationHeader(const size_t size) { in VerifyAndAllocateFragmentationHeader() function
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc81 frag->VerifyAndAllocateFragmentationHeader( in ConvertEncodedInfoToFragmentationHeader()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc659 frag_info.VerifyAndAllocateFragmentationHeader(1); in GetEncodedLayerFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc966 frag_info.VerifyAndAllocateFragmentationHeader((1 << token_partitions_) + in GetEncodedPartitions()