Home
last modified time | relevance | path

Searched refs:codec_return (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp106 vpx_codec_err_t codec_return; in initEncoder() local
122 if (codec_return != VPX_CODEC_OK) { in initEncoder()
257 if (codec_return != VPX_CODEC_OK) { in initEncoder()
267 if (codec_return == VPX_CODEC_OK) { in initEncoder()
278 if (codec_return == VPX_CODEC_OK) { in initEncoder()
283 if (codec_return != VPX_CODEC_OK) { in initEncoder()
289 codec_return = setCodecSpecificControls(); in initEncoder()
291 if (codec_return != VPX_CODEC_OK) { in initEncoder()
631 vpx_codec_err_t codec_return; in onQueueFilled() local
720 codec_return = vpx_codec_encode( in onQueueFilled()
[all …]
H A DSoftVP8Encoder.cpp82 vpx_codec_err_t codec_return = vpx_codec_control(mCodecContext, in setCodecSpecificControls() local
85 if (codec_return != VPX_CODEC_OK) { in setCodecSpecificControls()
88 return codec_return; in setCodecSpecificControls()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.cpp117 vpx_codec_err_t codec_return; in initEncoder() local
154 if (codec_return != VPX_CODEC_OK) { in initEncoder()
279 codec_return = vpx_codec_enc_init(mCodecContext, in initEncoder()
283 if (codec_return != VPX_CODEC_OK) { in initEncoder()
290 codec_return = vpx_codec_control(mCodecContext, in initEncoder()
293 if (codec_return == VPX_CODEC_OK) { in initEncoder()
304 if (codec_return == VPX_CODEC_OK) { in initEncoder()
309 if (codec_return != VPX_CODEC_OK) { in initEncoder()
315 codec_return = setCodecSpecificControls(); in initEncoder()
316 if (codec_return != VPX_CODEC_OK) goto CleanUp; in initEncoder()
[all …]
H A DC2SoftVp8Enc.cpp58 vpx_codec_err_t codec_return = vpx_codec_control(mCodecContext, in setCodecSpecificControls() local
61 if (codec_return != VPX_CODEC_OK) { in setCodecSpecificControls()
64 return codec_return; in setCodecSpecificControls()