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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.cc 264 int ViECodecImpl::SetReceiveCodec(const int video_channel,
266 LOG(LS_INFO) << "SetReceiveCodec for channel " << video_channel;
282 if (vie_channel->SetReceiveCodec(video_codec) != 0) {
vie_receiver.cc 66 bool ViEReceiver::SetReceiveCodec(const VideoCodec& video_codec) {
vie_channel.cc 162 // TODO(holmer): Can we call SetReceiveCodec() here instead?
403 int32_t ViEChannel::SetReceiveCodec(const VideoCodec& video_codec) {
404 if (!vie_receiver_.SetReceiveCodec(video_codec)) {
    [all...]

Completed in 67 milliseconds