Home
last modified time | relevance | path

Searched refs:WEBRTC_VIDEO_CODEC_ERROR (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc95 return WEBRTC_VIDEO_CODEC_ERROR; in SetRates()
111 return WEBRTC_VIDEO_CODEC_ERROR; in SetRates()
181 return WEBRTC_VIDEO_CODEC_ERROR; in InitEncode()
389 return WEBRTC_VIDEO_CODEC_ERROR; in Encode()
414 return WEBRTC_VIDEO_CODEC_ERROR; in UpdateCodecFrameSize()
626 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
631 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
659 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
672 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
687 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
[all …]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h153 virtual int32_t SetPeriodicKeyFrames(bool enable) { return WEBRTC_VIDEO_CODEC_ERROR; } in SetPeriodicKeyFrames()
162 …t CodecConfigParameters(uint8_t* /*buffer*/, int32_t /*size*/) { return WEBRTC_VIDEO_CODEC_ERROR; } in CodecConfigParameters()
247 …cConfigParameters(const uint8_t* /*buffer*/, int32_t /*size*/) { return WEBRTC_VIDEO_CODEC_ERROR; } in SetCodecConfigParameters()
Dvideo_error_codes.h21 #define WEBRTC_VIDEO_CODEC_ERROR -1 macro
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_I420_codec.cc185 return WEBRTC_VIDEO_CODEC_ERROR; in SetPeriodicKeyFrames()
192 return WEBRTC_VIDEO_CODEC_ERROR; in CodecConfigParameters()
266 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
274 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
/external/chromium_org/content/renderer/media/
Drtc_video_decoder_unittest.cc115 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, rtc_decoder_->InitDecode(&codec_, 1)); in TEST_F()
128 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, in TEST_F()
137 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, in TEST_F()
Drtc_video_decoder.cc152 return RecordInitDecodeUMA(WEBRTC_VIDEO_CODEC_ERROR); in InitDecode()
189 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
196 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
224 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
244 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
Drtc_video_encoder.cc239 SignalAsyncWaiter(WEBRTC_VIDEO_CODEC_ERROR); in Enqueue()
399 retval = WEBRTC_VIDEO_CODEC_ERROR; in NotifyError()
431 SignalAsyncWaiter(WEBRTC_VIDEO_CODEC_ERROR); in EncodeOneFrame()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
Di420.cc186 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
201 return WEBRTC_VIDEO_CODEC_ERROR; in Decode()
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
Dmedia_codec_video_decoder.h43 return WEBRTC_VIDEO_CODEC_ERROR; in SetCodecConfigParameters()
Dmedia_codec_video_decoder.cc46 return WEBRTC_VIDEO_CODEC_ERROR; in InitDecode()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc258 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, in TEST_F()
263 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dnormal_async_test.cc522 else if (ret == WEBRTC_VIDEO_CODEC_ERROR) in Decode()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1460 return WEBRTC_VIDEO_CODEC_ERROR; in InitEncodeOnCodecThread()
1474 return WEBRTC_VIDEO_CODEC_ERROR; in InitEncodeOnCodecThread()
1542 return WEBRTC_VIDEO_CODEC_ERROR; in EncodeOnCodecThread()
1573 return WEBRTC_VIDEO_CODEC_ERROR; in EncodeOnCodecThread()
1621 return WEBRTC_VIDEO_CODEC_ERROR; in SetRatesOnCodecThread()