Searched refs:current_payload_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc498 uint8_t current_payload_type = 0; local
525 current_payload_type = previous_pltype_;
532 current_payload_type = static_cast<uint8_t>(send_codec_inst_.pltype);
537 current_payload_type = cng_nb_pltype_;
543 current_payload_type = cng_wb_pltype_;
549 current_payload_type = cng_swb_pltype_;
555 current_payload_type = cng_fb_pltype_;
562 previous_pltype_ = current_payload_type;
634 fragmentation_.fragmentationPlType[0] = current_payload_type;
661 current_payload_type
[all...]

Completed in 526 milliseconds