OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetReceiveCodec
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.cc
276
int ViECodecImpl::
SetReceiveCodec
(const int video_channel,
278
LOG(LS_INFO) << "
SetReceiveCodec
for channel " << video_channel;
294
if (vie_channel->
SetReceiveCodec
(video_codec) != 0) {
vie_receiver.cc
66
bool ViEReceiver::
SetReceiveCodec
(const VideoCodec& video_codec) {
vie_channel.cc
209
// TODO(holmer): Can we call
SetReceiveCodec
() here instead?
434
int32_t ViEChannel::
SetReceiveCodec
(const VideoCodec& video_codec) {
435
if (!vie_receiver_.
SetReceiveCodec
(video_codec)) {
[
all
...]
Completed in 743 milliseconds