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

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory_tv_unittest.cc 96 return base::Bind(&webrtc::VideoDecoder::InitDecode,
124 void InitDecode() {
239 InitDecode();
247 InitDecode();
254 InitDecode();
261 InitDecode();
267 InitDecode();
276 InitDecode();
290 InitDecode();
310 InitDecode();
    [all...]
rtc_video_decoder_bridge_tv.h 28 virtual int32_t InitDecode(const webrtc::VideoCodec* codec_settings,
rtc_video_decoder_bridge_tv.cc 32 int32_t RTCVideoDecoderBridgeTv::InitDecode(
rtc_video_decoder_unittest.cc 76 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, rtc_decoder_->InitDecode(&codec_, 1));
119 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, rtc_decoder_->InitDecode(&codec_, 1));
rtc_video_decoder.h 59 virtual int32_t InitDecode(const webrtc::VideoCodec* codecSettings,
rtc_video_decoder.cc 150 int32_t RTCVideoDecoder::InitDecode(const webrtc::VideoCodec* codecSettings,
152 DVLOG(2) << "InitDecode";
237 // Do not destroy VDA because WebRTC can call InitDecode and start decoding
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 78 virtual int32 InitDecode(const webrtc::VideoCodec*, int32) {
    [all...]

Completed in 736 milliseconds