Searched defs:pltype (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receive_test_oldapi.cc60 int* pltype) {
66 *pltype = 0;
68 *pltype = 8;
70 *pltype = 13;
72 *pltype = 98;
74 *pltype = 99;
76 *pltype = 102;
78 *pltype = 103;
80 *pltype = 104;
82 *pltype
57 RemapPltypeAndUseThisCodec(const char* plname, int plfreq, int channels, int* pltype) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_external_transport.cc498 uint8_t pltype = static_cast<uint8_t>(packet->packetBuffer[1]); local
499 if (pltype == kSenderReportPayloadType) {
513 } else if (pltype == kReceiverReportPayloadType) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h511 codec.pltype = c.id;
548 int pltype; local
549 if (!GetRtpPayloadType(it_packet->data(), it_packet->length(), &pltype)) {
555 if (it_codec->pltype == pltype) {
578 if (codec.pltype != -1) {
581 if (it->pltype == codec.pltype &&
592 it->pltype = codec.pltype;
[all...]
/external/webrtc/src/
H A Dcommon_types.h205 int pltype; member in struct:webrtc::CodecInst
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h287 int pltype; member in struct:webrtc::CodecInst
295 return pltype == other.pltype &&

Completed in 127 milliseconds