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

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 114 vpx_codec_ctx_t* mCodecContext;
SoftVPXEncoder.cpp 138 mCodecContext(NULL),
232 mCodecContext = new vpx_codec_ctx_t;
283 codec_return = vpx_codec_enc_init(mCodecContext,
293 codec_return = vpx_codec_control(mCodecContext,
315 if (mCodecContext != NULL) {
316 vpx_codec_destroy(mCodecContext);
317 delete mCodecContext;
318 mCodecContext = NULL;
713 if (mCodecContext == NULL) {
801 vpx_codec_err_t res = vpx_codec_enc_config_set(mCodecContext,
    [all...]

Completed in 931 milliseconds