Searched refs:codec_return (Results 1 – 4 of 4) sorted by relevance
106 vpx_codec_err_t codec_return; in initEncoder() local122 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() local720 codec_return = vpx_codec_encode( in onQueueFilled()[all …]
82 vpx_codec_err_t codec_return = vpx_codec_control(mCodecContext, in setCodecSpecificControls() local85 if (codec_return != VPX_CODEC_OK) { in setCodecSpecificControls()88 return codec_return; in setCodecSpecificControls()
117 vpx_codec_err_t codec_return; in initEncoder() local154 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 …]
58 vpx_codec_err_t codec_return = vpx_codec_control(mCodecContext, in setCodecSpecificControls() local61 if (codec_return != VPX_CODEC_OK) { in setCodecSpecificControls()64 return codec_return; in setCodecSpecificControls()