Searched refs:mEncParams (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp81 mEncParams(new tagvideoEncOptions),
109 CHECK(mEncParams != NULL);
110 memset(mEncParams, 0, sizeof(tagvideoEncOptions));
111 if (!PVGetDefaultEncOption(mEncParams, 0)) {
115 mEncParams->encMode = mEncodeMode;
116 mEncParams->encWidth[0] = mWidth;
117 mEncParams->encHeight[0] = mHeight;
118 mEncParams->encFrameRate[0] = mFramerate >> 16; // mFramerate is in Q16 format
119 mEncParams->rcType = VBR_1;
120 mEncParams
[all...]
H A DSoftMPEG4Encoder.h75 tagvideoEncOptions *mEncParams; member in struct:android::SoftMPEG4Encoder
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp172 mEncParams(new tagAVCEncParam),
206 CHECK(mEncParams != NULL);
207 memset(mEncParams, 0, sizeof(*mEncParams));
208 mEncParams->rate_control = AVC_ON;
209 mEncParams->initQP = 0;
210 mEncParams->init_CBP_removal_delay = 1600;
212 mEncParams->intramb_refresh = 0;
213 mEncParams->auto_scd = AVC_ON;
214 mEncParams
[all...]
H A DSoftAVCEncoder.h85 tagAVCEncParam *mEncParams; member in struct:android::SoftAVCEncoder

Completed in 541 milliseconds