OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_codec
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
codec.h
141
:
max_codec
(),
147
:
max_codec
(c),
153
:
max_codec
(c),
159
max_codec
= config.
max_codec
;
166
return
max_codec
== config.
max_codec
&&
175
VideoCodec
max_codec
;
member in struct:cricket::VideoEncoderConfig
channelmanager.cc
260
if (default_video_encoder_config_.
max_codec
.id != 0) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h
264
:
max_codec
(),
270
:
max_codec
(c),
276
:
max_codec
(c),
282
max_codec
= config.
max_codec
;
289
return
max_codec
== config.
max_codec
&&
298
VideoCodec
max_codec
;
member in struct:cricket::VideoEncoderConfig
hybridvideoengine.h
194
conf.
max_codec
.name = video1_.codecs()[0].name;
201
conf.
max_codec
.name = video2_.codecs()[0].name;
217
if (config.
max_codec
.width != 0) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc
277
if (default_video_encoder_config_.
max_codec
.id != 0) {
679
if (capturer && default_video_encoder_config_.
max_codec
.id != 0) {
684
default_video_encoder_config_.
max_codec
.width,
685
default_video_encoder_config_.
max_codec
.height);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h
198
bool RebuildCodecList(const VideoCodec&
max_codec
);
webrtcvideoengine.cc
867
VideoCodec
max_codec
(kVideoCodecPrefs[0].payload_type,
873
if (!SetDefaultCodec(
max_codec
)) {
[
all
...]
Completed in 234 milliseconds