Home
last modified time | relevance | path

Searched refs:WEBRTC_VIDEO_CODEC_OK (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_encoder_unittest.cc45 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
50 return WEBRTC_VIDEO_CODEC_OK; in Release()
55 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
60 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
75 int32_t init_encode_return_code_ = WEBRTC_VIDEO_CODEC_OK;
76 int32_t encode_return_code_ = WEBRTC_VIDEO_CODEC_OK;
118 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, in EncodeFrame()
132 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, in UtilizeFallbackEncoder()
134 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, fallback_wrapper_.SetRates(300, 30)); in UtilizeFallbackEncoder()
150 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, fallback_wrapper_.SetRates(300, 30)); in FallbackFromEncodeRequest()
[all …]
Dvideo_decoder_unittest.cc29 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
44 return WEBRTC_VIDEO_CODEC_OK; in RegisterDecodeCompleteCallback()
49 return WEBRTC_VIDEO_CODEC_OK; in Release()
54 return WEBRTC_VIDEO_CODEC_OK; in Reset()
63 int32_t decode_return_code_ = WEBRTC_VIDEO_CODEC_OK;
96 fake_decoder_.decode_return_code_ = WEBRTC_VIDEO_CODEC_OK; in TEST_F()
Dvideo_decoder.cc72 WEBRTC_VIDEO_CODEC_OK) { in InitFallbackDecoder()
96 if (ret == WEBRTC_VIDEO_CODEC_OK) { in Decode()
101 return WEBRTC_VIDEO_CODEC_OK; in Decode()
Dvideo_encoder.cc65 WEBRTC_VIDEO_CODEC_OK) { in InitFallbackEncoder()
104 if (ret == WEBRTC_VIDEO_CODEC_OK || encoder_type_ == kUnsupportedCodec) { in InitEncode()
114 return WEBRTC_VIDEO_CODEC_OK; in InitEncode()
/external/webrtc/webrtc/test/
Dconfigurable_frame_size_encoder.cc38 return WEBRTC_VIDEO_CODEC_OK; in InitEncode()
58 return WEBRTC_VIDEO_CODEC_OK; in Encode()
64 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
68 return WEBRTC_VIDEO_CODEC_OK; in Release()
73 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
78 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
82 return WEBRTC_VIDEO_CODEC_OK; in SetPeriodicKeyFrames()
88 return WEBRTC_VIDEO_CODEC_OK; in SetFrameSize()
Dfake_decoder.cc30 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
44 return WEBRTC_VIDEO_CODEC_OK; in Decode()
50 return WEBRTC_VIDEO_CODEC_OK; in RegisterDecodeCompleteCallback()
54 return WEBRTC_VIDEO_CODEC_OK; in Release()
58 return WEBRTC_VIDEO_CODEC_OK; in Reset()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideoengine.h68 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
77 return WEBRTC_VIDEO_CODEC_OK; in Decode()
82 return WEBRTC_VIDEO_CODEC_OK; in RegisterDecodeCompleteCallback()
85 virtual int32_t Release() { return WEBRTC_VIDEO_CODEC_OK; } in Release()
87 virtual int32_t Reset() { return WEBRTC_VIDEO_CODEC_OK; } in Reset()
150 return WEBRTC_VIDEO_CODEC_OK; in InitEncode()
163 return WEBRTC_VIDEO_CODEC_OK; in Encode()
168 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
171 virtual int32_t Release() { return WEBRTC_VIDEO_CODEC_OK; } in Release()
174 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc40 return WEBRTC_VIDEO_CODEC_OK; in Release()
71 return WEBRTC_VIDEO_CODEC_OK; in InitEncode()
120 return WEBRTC_VIDEO_CODEC_OK; in Encode()
136 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
151 return WEBRTC_VIDEO_CODEC_OK; in Reset()
164 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
217 return WEBRTC_VIDEO_CODEC_OK; in Decode()
234 return WEBRTC_VIDEO_CODEC_OK; in RegisterDecodeCompleteCallback()
239 return WEBRTC_VIDEO_CODEC_OK; in Release()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc118 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
156 return WEBRTC_VIDEO_CODEC_OK; in Decode()
163 return WEBRTC_VIDEO_CODEC_OK; in RegisterDecodeCompleteCallback()
168 return WEBRTC_VIDEO_CODEC_OK; in Release()
173 return WEBRTC_VIDEO_CODEC_OK; in Reset()
181 return WEBRTC_VIDEO_CODEC_OK; in ResetDecompressionSession()
232 return WEBRTC_VIDEO_CODEC_OK; in ResetDecompressionSession()
Dh264_video_toolbox_encoder.cc244 return WEBRTC_VIDEO_CODEC_OK; in Encode()
301 return WEBRTC_VIDEO_CODEC_OK; in Encode()
307 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
313 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
324 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
382 return WEBRTC_VIDEO_CODEC_OK; in ResetCompressionSession()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc155 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, in SetUpEncodeDecode()
157 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1)); in SetUpEncodeDecode()
210 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, encoder_->Release()); in TEST_F()
215 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, encoder_->InitEncode(&codec_inst_, 1, 1440)); in TEST_F()
219 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->Release()); in TEST_F()
220 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1)); in TEST_F()
235 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, in TEST_F()
264 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, in TEST_F()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc110 return WEBRTC_VIDEO_CODEC_OK; in Release()
219 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
457 return WEBRTC_VIDEO_CODEC_OK; in InitAndSetControlSettings()
547 return WEBRTC_VIDEO_CODEC_OK; in Encode()
698 return WEBRTC_VIDEO_CODEC_OK; in GetEncodedLayerFrame()
804 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
810 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
847 return WEBRTC_VIDEO_CODEC_OK; in Reset()
881 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
927 return WEBRTC_VIDEO_CODEC_OK; in Decode()
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc95 if (register_result != WEBRTC_VIDEO_CODEC_OK) { in Init()
103 if (register_result != WEBRTC_VIDEO_CODEC_OK) { in Init()
118 if (init_result != WEBRTC_VIDEO_CODEC_OK) { in Init()
124 if (init_result != WEBRTC_VIDEO_CODEC_OK) { in Init()
217 if (encode_result != WEBRTC_VIDEO_CODEC_OK) { in ProcessFrame()
298 if (decode_result != WEBRTC_VIDEO_CODEC_OK) { in FrameEncoded()
Dvideoprocessor_integrationtest.cc494 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, encoder_->Release()); in ProcessFramesAndVerify()
495 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->Release()); in ProcessFramesAndVerify()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc407 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
445 if (ReleaseOnCodecThread() != WEBRTC_VIDEO_CODEC_OK || in ResetCodecOnCodecThread()
447 WEBRTC_VIDEO_CODEC_OK) { in ResetCodecOnCodecThread()
553 return WEBRTC_VIDEO_CODEC_OK; in InitEncodeOnCodecThread()
576 return WEBRTC_VIDEO_CODEC_OK; in EncodeOnCodecThread()
619 return WEBRTC_VIDEO_CODEC_OK; in EncodeOnCodecThread()
635 return WEBRTC_VIDEO_CODEC_OK; // TODO(fischman): see webrtc bug 2887. in EncodeOnCodecThread()
668 return WEBRTC_VIDEO_CODEC_OK; in EncodeOnCodecThread()
700 WEBRTC_VIDEO_CODEC_OK; in MaybeReconfigureEncoderOnCodecThread()
758 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallbackOnCodecThread()
[all …]
Dandroidmediadecoder_jni.cc288 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
389 return WEBRTC_VIDEO_CODEC_OK; in InitDecodeOnCodecThread()
400 return WEBRTC_VIDEO_CODEC_OK; in ReleaseOnCodecThread()
420 return WEBRTC_VIDEO_CODEC_OK; in ReleaseOnCodecThread()
439 if (ret_val == WEBRTC_VIDEO_CODEC_OK) { in ProcessHWErrorOnCodecThread()
591 return WEBRTC_VIDEO_CODEC_OK; in DecodeOnCodecThread()
779 return WEBRTC_VIDEO_CODEC_OK; in RegisterDecodeCompleteCallback()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.cc92 return WEBRTC_VIDEO_CODEC_OK; in VerifyCodec()
161 return WEBRTC_VIDEO_CODEC_OK; in Release()
228 return WEBRTC_VIDEO_CODEC_OK; in InitEncode()
308 return WEBRTC_VIDEO_CODEC_OK; in Encode()
314 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
322 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
374 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
Dvp8_impl.cc181 int ret_val = WEBRTC_VIDEO_CODEC_OK; in Release()
298 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
693 return WEBRTC_VIDEO_CODEC_OK; in InitAndSetControlSettings()
774 return WEBRTC_VIDEO_CODEC_OK; in Encode()
923 return WEBRTC_VIDEO_CODEC_OK; in UpdateCodecFrameSize()
957 int result = WEBRTC_VIDEO_CODEC_OK; in GetEncodedPartitions()
1046 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
1052 return WEBRTC_VIDEO_CODEC_OK; in RegisterEncodeCompleteCallback()
1079 return WEBRTC_VIDEO_CODEC_OK; in Reset()
1119 return WEBRTC_VIDEO_CODEC_OK; in InitDecode()
[all …]
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc65 return WEBRTC_VIDEO_CODEC_OK; in Decoded()
81 return WEBRTC_VIDEO_CODEC_OK; in Decoded()
157 if (ret < WEBRTC_VIDEO_CODEC_OK) { in Decode()
Dvideo_sender.cc320 if (_encoder->RequestFrame(_nextFrameTypes) == WEBRTC_VIDEO_CODEC_OK) { in IntraFrameRequest()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h69 return WEBRTC_VIDEO_CODEC_OK; in SetRates()
73 return WEBRTC_VIDEO_CODEC_OK; in SetChannelParameters()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_error_codes.h20 #define WEBRTC_VIDEO_CODEC_OK 0 macro
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_error_codes.h23 #define WEBRTC_VIDEO_CODEC_OK 0 macro