OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
webrtcvideoengine.cc
[
all
...]
webrtcvideoengine_unittest.cc
166
EXPECT_EQ(100, gcodec.
plType
);
501
// Set
plType
to something other than the value to test against ensuring
503
gcodec.
plType
= 1;
505
EXPECT_EQ(0, gcodec.
plType
);
513
// Set
plType
to something other than the value to test against ensuring
515
gcodec.
plType
= 1;
517
EXPECT_EQ(0, gcodec.
plType
);
534
// Set
plType
to something other than the value to test against ensuring
536
gcodec.
plType
= 1;
538
EXPECT_EQ(0, gcodec.
plType
);
[
all
...]
fakewebrtcvideoengine.h
695
out_codec.
plType
= c.id;
[
all
...]
Completed in 147 milliseconds