HomeSort by relevance Sort by last modified time
    Searched defs:pltype (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_external_transport.cc 498 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/
fakewebrtcvoiceengine.h 511 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/chromium_org/third_party/webrtc/
common_types.h 287 int pltype; member in struct:webrtc::CodecInst
295 return pltype == other.pltype &&
667 unsigned char plType;
694 plType == other.plType &&
  /external/webrtc/src/
common_types.h 205 int pltype; member in struct:webrtc::CodecInst
565 unsigned char plType;

Completed in 480 milliseconds