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

  /external/webrtc/src/
common_types.h 205 int pltype; member in struct:webrtc::CodecInst
565 unsigned char plType;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 651 out_codec.plType = c.id;
    [all...]
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc 169 EXPECT_EQ(100, gcodec.plType);
485 // Set plType to something other than the value to test against ensuring
487 gcodec.plType = 1;
489 EXPECT_EQ(0, gcodec.plType);
497 // Set plType to something other than the value to test against ensuring
499 gcodec.plType = 1;
501 EXPECT_EQ(0, gcodec.plType);
518 // Set plType to something other than the value to test against ensuring
520 gcodec.plType = 1;
522 EXPECT_EQ(0, gcodec.plType);
    [all...]

Completed in 140 milliseconds