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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_unittest.cc 34 video_codec->codecSpecific.VP8.pictureLossIndicationOn = true;
130 // pictureLossIndicationOn
131 codec2.codecSpecific.VP8.pictureLossIndicationOn = false;
164 // pictureLossIndicationOn
vie_codec_impl.cc 44 LOG(LS_INFO) << "pictureLossIndicationOn "
45 << codec.codecSpecific.VP8.pictureLossIndicationOn
  /external/chromium_org/third_party/webrtc/
common_types.h 561 bool pictureLossIndicationOn;
573 return pictureLossIndicationOn == other.pictureLossIndicationOn &&
  /external/webrtc/src/
common_types.h 505 bool pictureLossIndicationOn;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc 260 EXPECT_FALSE(gcodec.codecSpecific.VP8.pictureLossIndicationOn);
    [all...]

Completed in 54 milliseconds