Searched defs:fragmentation (Results 1 - 25 of 34) sorted by path

12

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1968 const RTPFragmentationHeader* fragmentation,
2262 const RTPFragmentationHeader* fragmentation,
2259 Decode( const EncodedImage& inputImage, bool missingFrames, const RTPFragmentationHeader* fragmentation, const CodecSpecificInfo* codecSpecificInfo, int64_t renderTimeMs) argument
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dmedia_codec_video_decoder.cc53 const RTPFragmentationHeader* fragmentation,
51 Decode( const EncodedImage& inputImage, bool missingFrames, const RTPFragmentationHeader* fragmentation, const CodecSpecificInfo* codecSpecificInfo, int64_t renderTimeMs) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_send_test.cc98 const RTPFragmentationHeader* fragmentation) {
93 SendData(FrameType frame_type, uint8_t payload_type, uint32_t timestamp, const uint8_t* payload_data, uint16_t payload_len_bytes, const RTPFragmentationHeader* fragmentation) argument
H A Dacm_send_test_oldapi.cc102 const RTPFragmentationHeader* fragmentation) {
96 SendData( FrameType frame_type, uint8_t payload_type, uint32_t timestamp, const uint8_t* payload_data, uint16_t payload_len_bytes, const RTPFragmentationHeader* fragmentation) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.cc24 const RTPFragmentationHeader* fragmentation) {
48 // Treat fragmentation separately
49 if (fragmentation != NULL) {
51 if ((fragmentation->fragmentationTimeDiff[1] <= 0x3fff) &&
52 (fragmentation->fragmentationVectorSize == 2)) {
54 _payloadData[0] = 0x80 + fragmentation->fragmentationPlType[1];
55 uint32_t REDheader = (((uint32_t) fragmentation->fragmentationTimeDiff[1])
56 << 10) + fragmentation->fragmentationLength[1];
61 _payloadData[4] = fragmentation->fragmentationPlType[0];
64 payloadData + fragmentation
21 SendData(const FrameType frameType, const uint8_t payloadType, const uint32_t timeStamp, const uint8_t* payloadData, const uint16_t payloadSize, const RTPFragmentationHeader* fragmentation) argument
[all...]
H A DTestAllCodecs.cc58 const RTPFragmentationHeader* fragmentation) {
55 SendData(FrameType frame_type, uint8_t payload_type, uint32_t timestamp, const uint8_t* payload_data, uint16_t payload_size, const RTPFragmentationHeader* fragmentation) argument
H A DTestStereo.cc52 const RTPFragmentationHeader* fragmentation) {
47 SendData(const FrameType frame_type, const uint8_t payload_type, const uint32_t timestamp, const uint8_t* payload_data, const uint16_t payload_size, const RTPFragmentationHeader* fragmentation) argument
H A Ddual_stream_unittest.cc42 const RTPFragmentationHeader* fragmentation) OVERRIDE;
300 const RTPFragmentationHeader* fragmentation) {
305 if (fragmentation == NULL) {
309 // As the oldest payloads are in the higher indices of fragmentation,
312 for (int n = fragmentation->fragmentationVectorSize - 1; n >= 0; --n) {
313 if (fragmentation->fragmentationPlType[n] == primary_encoder_.pltype) {
316 } else if (fragmentation->fragmentationPlType[n]
334 - fragmentation->fragmentationTimeDiff[n];
335 payload_len_dual_[stream_index][position] = fragmentation
339 &payload_data[fragmentation
296 SendData(FrameType frameType, uint8_t payload_type, uint32_t timestamp, const uint8_t* payload_data, uint16_t payload_size, const RTPFragmentationHeader* fragmentation) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc111 const RTPFragmentationHeader* fragmentation) {
113 assert(fragmentation);
116 fragmentation_.CopyFrom(*fragmentation);
108 SetPayloadData( const uint8_t* payload_data, size_t payload_size, const RTPFragmentationHeader* fragmentation) argument
H A Drtp_format_h264_unittest.cc87 RTPFragmentationHeader fragmentation; local
88 fragmentation.VerifyAndAllocateFragmentationHeader(1);
89 fragmentation.fragmentationOffset[0] = 0;
90 fragmentation.fragmentationLength[0] = frame_size;
93 packetizer->SetPayloadData(frame.get(), frame_size, &fragmentation);
109 size_t GetExpectedNaluOffset(const RTPFragmentationHeader& fragmentation, argument
112 assert(nalu_index < fragmentation.fragmentationVectorSize);
116 kLengthFieldLength + fragmentation.fragmentationLength[i];
121 void VerifyStapAPayload(const RTPFragmentationHeader& fragmentation,
129 GetExpectedNaluOffset(fragmentation, first_stapa_inde
184 RTPFragmentationHeader fragmentation; local
222 RTPFragmentationHeader fragmentation; local
257 RTPFragmentationHeader fragmentation; local
296 RTPFragmentationHeader fragmentation; local
[all...]
H A Drtp_format_video_generic.cc34 const RTPFragmentationHeader* fragmentation) {
31 SetPayloadData( const uint8_t* payload_data, size_t payload_size, const RTPFragmentationHeader* fragmentation) argument
H A Drtp_format_vp8.cc280 const RTPFragmentationHeader* fragmentation) {
283 if (fragmentation) {
284 part_info_.CopyFrom(*fragmentation);
285 num_partitions_ = fragmentation->fragmentationVectorSize;
277 SetPayloadData( const uint8_t* payload_data, size_t payload_size, const RTPFragmentationHeader* fragmentation) argument
H A Drtp_format_vp8_test_helper.h43 RTPFragmentationHeader* fragmentation() const { return fragmentation_; } function in class:webrtc::test::RtpFormatVp8TestHelper
H A Drtp_rtcp_impl.cc510 const RTPFragmentationHeader* fragmentation,
525 fragmentation,
560 fragmentation,
573 fragmentation,
503 SendOutgoingData( FrameType frame_type, int8_t payload_type, uint32_t time_stamp, int64_t capture_time_ms, const uint8_t* payload_data, uint32_t payload_size, const RTPFragmentationHeader* fragmentation, const RTPVideoHeader* rtp_video_hdr) argument
H A Drtp_sender.cc408 const RTPFragmentationHeader *fragmentation,
433 payload_data, payload_size, fragmentation);
445 fragmentation, codec_info,
404 SendOutgoingData( const FrameType frame_type, const int8_t payload_type, const uint32_t capture_timestamp, int64_t capture_time_ms, const uint8_t *payload_data, const uint32_t payload_size, const RTPFragmentationHeader *fragmentation, VideoCodecInformation *codec_info, const RTPVideoTypeHeader *rtp_type_hdr) argument
H A Drtp_sender_audio.cc237 const RTPFragmentationHeader* fragmentation) {
350 if (_REDPayloadType >= 0 && fragmentation && !markerBit &&
351 fragmentation->fragmentationVectorSize > 1) {
375 fragmentation &&
376 fragmentation->fragmentationVectorSize > 1 &&
379 if(fragmentation->fragmentationVectorSize != 2) {
385 fragmentation->fragmentationPlType[1];
386 uint32_t blockLength = fragmentation->fragmentationLength[1];
397 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
400 payloadData + fragmentation
231 SendAudio( const FrameType frameType, const int8_t payloadType, const uint32_t captureTimeStamp, const uint8_t* payloadData, const uint32_t dataSize, const RTPFragmentationHeader* fragmentation) argument
[all...]
H A Drtp_sender_video.cc275 const RTPFragmentationHeader* fragmentation,
299 fragmentation,
324 const RTPFragmentationHeader* fragmentation,
338 (videoType == kRtpVideoVp8) ? NULL : fragmentation;
268 SendVideo(const RtpVideoCodecTypes videoType, const FrameType frameType, const int8_t payloadType, const uint32_t captureTimeStamp, int64_t capture_time_ms, const uint8_t* payloadData, const uint32_t payloadSize, const RTPFragmentationHeader* fragmentation, VideoCodecInformation* codecInfo, const RTPVideoTypeHeader* rtpTypeHdr) argument
317 Send(const RtpVideoCodecTypes videoType, const FrameType frameType, const int8_t payloadType, const uint32_t captureTimeStamp, int64_t capture_time_ms, const uint8_t* payloadData, const uint32_t payloadSize, const RTPFragmentationHeader* fragmentation, const RTPVideoTypeHeader* rtpTypeHdr) argument
H A Dvp8_partition_aggregator.cc150 const RTPFragmentationHeader& fragmentation,
158 assert(last_partition_idx < fragmentation.fragmentationVectorSize);
161 fragmentation.fragmentationLength[i + first_partition_idx];
149 Vp8PartitionAggregator( const RTPFragmentationHeader& fragmentation, int first_partition_idx, int last_partition_idx) argument
H A Dvp8_partition_aggregator_unittest.cc95 const RTPFragmentationHeader& fragmentation) {
96 ASSERT_EQ(expected_config_len, fragmentation.fragmentationVectorSize);
115 RTPFragmentationHeader fragmentation; local
116 fragmentation.VerifyAndAllocateFragmentationHeader(3);
118 new Vp8PartitionAggregator(fragmentation, 0, 2);
123 RTPFragmentationHeader fragmentation; local
124 fragmentation.VerifyAndAllocateFragmentationHeader(8);
125 fragmentation.fragmentationLength[0] = 197;
126 fragmentation.fragmentationLength[1] = 194;
127 fragmentation
92 VerifyConfiguration(const int* expected_config, size_t expected_config_len, const std::vector<int>& opt_config, const RTPFragmentationHeader& fragmentation) argument
157 RTPFragmentationHeader fragmentation; local
183 RTPFragmentationHeader fragmentation; local
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc288 RTPFragmentationHeader fragmentation; local
289 fragmentation.fragmentationVectorSize = 2;
290 fragmentation.fragmentationLength = new uint32_t[2];
291 fragmentation.fragmentationLength[0] = 4;
292 fragmentation.fragmentationLength[1] = 4;
293 fragmentation.fragmentationOffset = new uint32_t[2];
294 fragmentation.fragmentationOffset[0] = 0;
295 fragmentation.fragmentationOffset[1] = 4;
296 fragmentation.fragmentationTimeDiff = new uint16_t[2];
297 fragmentation
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_async_test.cc230 fragmentation)
227 Encoded(EncodedImage& encodedImage, const webrtc::CodecSpecificInfo* codecSpecificInfo, const webrtc::RTPFragmentationHeader* fragmentation) argument
H A Dunit_test.cc97 fragmentation)
94 Encoded(EncodedImage& encodedImage, const webrtc::CodecSpecificInfo* codecSpecificInfo, const webrtc::RTPFragmentationHeader* fragmentation) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc51 const RTPFragmentationHeader* fragmentation) {
49 Encoded(EncodedImage& encodedImage, const CodecSpecificInfo* codecSpecificInfo, const RTPFragmentationHeader* fragmentation) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc601 const RTPFragmentationHeader* fragmentation,
618 if (fragmentation == NULL) {
682 if (DecodePartitions(inputImage, fragmentation)) {
790 const RTPFragmentationHeader* fragmentation) {
791 for (int i = 0; i < fragmentation->fragmentationVectorSize; ++i) {
793 fragmentation->fragmentationOffset[i];
795 fragmentation->fragmentationLength[i];
599 Decode(const EncodedImage& input_image, bool missing_frames, const RTPFragmentationHeader* fragmentation, const CodecSpecificInfo* codec_specific_info, int64_t ) argument
788 DecodePartitions( const EncodedImage& input_image, const RTPFragmentationHeader* fragmentation) argument
H A Dvp8_sequence_coder.cc47 const webrtc::RTPFragmentationHeader* fragmentation) {
44 Encoded( webrtc::EncodedImage& encoded_image, const webrtc::CodecSpecificInfo* codecSpecificInfo, const webrtc::RTPFragmentationHeader* fragmentation) argument

Completed in 408 milliseconds

12