HomeSort by relevance Sort by last modified time
    Searched refs:mCodecContext (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 74 mCodecContext(NULL),
250 mCodecContext = new vpx_codec_ctx_t;
251 codec_return = vpx_codec_enc_init(mCodecContext,
263 codec_return = vpx_codec_control(mCodecContext,
273 codec_return = vpx_codec_control(mCodecContext,
278 codec_return = vpx_codec_control(mCodecContext,
316 if (mCodecContext != NULL) {
317 vpx_codec_destroy(mCodecContext);
318 delete mCodecContext;
319 mCodecContext = NULL
    [all...]
SoftVP9Encoder.cpp 57 mCodecContext, VP9E_SET_TILE_COLUMNS, mTileColumns);
64 mCodecContext, VP9E_SET_FRAME_PARALLEL_DECODING,
74 codecReturn = vpx_codec_control(mCodecContext, VP8E_SET_CPUUSED, 8);
SoftVPXEncoder.h 190 vpx_codec_ctx_t* mCodecContext;
SoftVP8Encoder.cpp 82 vpx_codec_err_t codec_return = vpx_codec_control(mCodecContext,

Completed in 170 milliseconds