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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_custom_call.cc 143 void PrintCodecStatistics(webrtc::ViECodec* vie_codec,
146 void PrintGetDiscardedPackets(webrtc::ViECodec* vie_codec,
148 void PrintVideoStreamInformation(webrtc::ViECodec* vie_codec,
154 void SetVideoCodecType(webrtc::ViECodec* vie_codec,
164 bool SetVideoProtection(webrtc::ViECodec* vie_codec,
255 webrtc::ViECodec* vie_codec = webrtc::ViECodec::GetInterface(vie); local
256 number_of_errors += ViETest::TestError(vie_codec != NULL,
308 SetVideoCodecType(vie_codec, &video_send_codec);
511 error = vie_codec->SetSendCodec(video_channel, video_send_codec);
516 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec)
    [all...]
vie_autotest_simulcast.cc 16 #include "webrtc/video_engine/include/vie_codec.h"
317 webrtc::ViECodec* vie_codec = webrtc::ViECodec::GetInterface(video_engine); local
318 if (vie_codec == NULL) {
328 for (codec_idx = 0; codec_idx < vie_codec->NumberOfCodecs(); codec_idx++) {
329 error = vie_codec->GetCodec(codec_idx, video_codec);
339 error = vie_codec->SetReceiveCodec(receive_channels[i], video_codec);
351 error = vie_codec->GetCodec(codec_idx, video_codec);
378 error = vie_codec->SetSendCodec(video_channel, video_codec);
492 if (vie_codec->SetSendCodec(video_channel, video_codec) != 0) {
605 remaining_interfaces = vie_codec->Release()
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_impl.cc 55 ViECodecImpl* vie_codec = vie_impl; local
56 if (vie_codec->GetCount() > 0) {
57 LOG(LS_ERROR) << "ViECodec ref count > 0: " << vie_codec->GetCount();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 2487 webrtc::VideoCodec vie_codec; local
3799 webrtc::VideoCodec vie_codec; local
3966 webrtc::VideoCodec vie_codec; local
    [all...]

Completed in 133 milliseconds