HomeSort by relevance Sort by last modified time
    Searched full:codec_return (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 179 vpx_codec_err_t codec_return; local
189 codec_return = vpx_codec_enc_config_default(mCodecInterface,
193 if (codec_return != VPX_CODEC_OK) {
232 codec_return = vpx_codec_enc_init(mCodecContext,
237 if (codec_return != VPX_CODEC_OK) {
242 codec_return = vpx_codec_control(mCodecContext,
245 if (codec_return != VPX_CODEC_OK) {
603 vpx_codec_err_t codec_return; local
640 codec_return = vpx_codec_encode(mCodecContext,
646 if (codec_return != VPX_CODEC_OK)
    [all...]

Completed in 1529 milliseconds