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

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 75 mCodecConfiguration(NULL),
119 mCodecConfiguration = new vpx_codec_enc_cfg_t;
121 mCodecConfiguration,
129 mCodecConfiguration->g_w = mWidth;
130 mCodecConfiguration->g_h = mHeight;
131 mCodecConfiguration->g_threads = GetCPUCoreCount();
132 mCodecConfiguration->g_error_resilient = mErrorResilience;
136 mCodecConfiguration->g_profile = 0;
140 mCodecConfiguration->g_profile = 1;
144 mCodecConfiguration->g_profile = 2
    [all...]
SoftVPXEncoder.h 152 vpx_codec_enc_cfg_t* mCodecConfiguration;

Completed in 460 milliseconds