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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
bundlefilter.cc 62 int pl_type = 0; local
64 if (!GetRtcpType(data, len, &pl_type)) return false;
65 if (pl_type == kRtcpTypeSDES) {
110 bool BundleFilter::FindPayloadType(int pl_type) const {
111 return payload_types_.find(pl_type) != payload_types_.end();
channel_unittest.cc 371 bool SendCustomRtp1(uint32 ssrc, int sequence_number, int pl_type = -1) {
372 std::string data(CreateRtpData(ssrc, sequence_number, pl_type));
376 bool SendCustomRtp2(uint32 ssrc, int sequence_number, int pl_type = -1) {
377 std::string data(CreateRtpData(ssrc, sequence_number, pl_type));
408 bool CheckCustomRtp1(uint32 ssrc, int sequence_number, int pl_type = -1 ) {
409 std::string data(CreateRtpData(ssrc, sequence_number, pl_type));
413 bool CheckCustomRtp2(uint32 ssrc, int sequence_number, int pl_type = -1) {
414 std::string data(CreateRtpData(ssrc, sequence_number, pl_type));
428 std::string CreateRtpData(uint32 ssrc, int sequence_number, int pl_type) {
433 if (pl_type >= 0)
434 rtc::Set8(const_cast<char*>(data.c_str()), 1, pl_type); local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_external_codec_impl.cc 60 const unsigned char pl_type,
65 << ", pl_type " << static_cast<int>(pl_type)
74 if (vie_encoder->RegisterExternalEncoder(encoder, pl_type,
83 const int video_channel, const unsigned char pl_type) {
93 if (vie_encoder->DeRegisterExternalEncoder(pl_type) != 0) {
102 const unsigned int pl_type,
107 << ", pl_type " << pl_type
119 if (vie_channel->RegisterExternalDecoder(pl_type, decoder, decoder_render
130 << ", pl_type " << pl_type; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc 175 int pl_type; local
176 if (!GetRtcpType(data, len, &pl_type)) return false;
178 if (pl_type == kRtcpTypeSDES) return false;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
producer_fec.cc 50 int red_pl_type, int pl_type) {
58 data_[header_length] = pl_type;
129 int pl_type = data_buffer[1] & 0x7f; local
131 red_pl_type, pl_type);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc 369 uint8_t pl_type = 127; local
370 videoCodec.plType = pl_type;
374 error = external_codec->RegisterExternalSendCodec(videoChannel, pl_type,
378 pl_type, webrtc::VP8Decoder::Create(), false);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 1593 uint8_t pl_type = static_cast<uint8_t>(ACMCodecDB::database_[i].pltype); local
    [all...]

Completed in 202 milliseconds