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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 81 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->vbvDelay = 5.0f
    [all...]
SoftMPEG4Encoder.h 75 tagvideoEncOptions *mEncParams;
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 99 mEncParams(new tagvideoEncOptions),
160 CHECK(mEncParams != NULL);
161 memset(mEncParams, 0, sizeof(tagvideoEncOptions));
162 if (!PVGetDefaultEncOption(mEncParams, 0)) {
166 mEncParams->encMode = mEncodeMode;
167 mEncParams->encWidth[0] = mVideoWidth;
168 mEncParams->encHeight[0] = mVideoHeight;
169 mEncParams->encFrameRate[0] = mVideoFrameRate;
170 mEncParams->rcType = VBR_1;
171 mEncParams->vbvDelay = 5.0f
    [all...]
PVSoftMPEG4Encoder.h 71 tagvideoEncOptions *mEncParams;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 172 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->out_of_band_param_set = AVC_ON
    [all...]
SoftAVCEncoder.h 85 tagAVCEncParam *mEncParams;

Completed in 144 milliseconds