Searched refs:payload_length_bytes (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.c | 404 size_t payload_length_bytes) { in WebRtcOpus_DurationEst() argument 405 if (payload_length_bytes == 0) { in WebRtcOpus_DurationEst() 412 frames = opus_packet_get_nb_frames(payload, (opus_int32)payload_length_bytes); in WebRtcOpus_DurationEst() 435 size_t payload_length_bytes) { in WebRtcOpus_FecDurationEst() argument 437 if (WebRtcOpus_PacketHasFec(payload, payload_length_bytes) != 1) { in WebRtcOpus_FecDurationEst() 450 size_t payload_length_bytes) { in WebRtcOpus_PacketHasFec() argument 456 if (payload == NULL || payload_length_bytes == 0) in WebRtcOpus_PacketHasFec() 489 if (opus_packet_parse(payload, (opus_int32)payload_length_bytes, NULL, in WebRtcOpus_PacketHasFec()
|
D | opus_interface.h | 295 size_t payload_length_bytes); 329 size_t payload_length_bytes); 343 size_t payload_length_bytes);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet_unittest.cc | 63 packet.payload_length_bytes()); in TEST() 94 packet.payload_length_bytes()); in TEST() 171 packet.payload_length_bytes()); in TEST()
|
D | packet.h | 81 size_t payload_length_bytes() const { return payload_length_bytes_; } in payload_length_bytes() function
|
D | neteq_rtpplay.cc | 452 if (packet->payload_length_bytes() == 0 && !replace_payload) { in main() 549 size_t payload_len = packet->payload_length_bytes(); in main()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dtmf_buffer.cc | 71 size_t payload_length_bytes, in ParseEvent() argument 75 if (payload_length_bytes < 4) { in ParseEvent()
|
D | dtmf_buffer.h | 70 size_t payload_length_bytes,
|
D | payload_splitter_unittest.cc | 613 size_t payload_length_bytes = frame_length_bytes_ * num_frames_; in TEST_P() local 614 Packet* packet = CreatePacket(kPayloadType, payload_length_bytes, 0); in TEST_P()
|
D | neteq_unittest.cc | 412 if (packet_->payload_length_bytes() > 0) { in Process() 418 packet_->payload(), packet_->payload_length_bytes()), in Process()
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_receive_test_oldapi.cc | 186 static_cast<int32_t>(packet->payload_length_bytes()), in Run()
|
D | audio_coding_module_unittest_oldapi.cc | 1180 payload_checksum_.Update(packet->payload(), packet->payload_length_bytes()); in VerifyPacket() 1478 nr_bytes += next_packet->payload_length_bytes(); in Run() 1578 nr_bytes_before += next_packet->payload_length_bytes(); in Run() 1580 nr_bytes_after += next_packet->payload_length_bytes(); in Run()
|