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

  /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/m4v_h263/enc/
SoftMPEG4Encoder.cpp 82 mEncParams(new tagvideoEncOptions),
111 CHECK(mEncParams != NULL);
112 memset(mEncParams, 0, sizeof(tagvideoEncOptions));
113 if (!PVGetDefaultEncOption(mEncParams, 0)) {
121 mEncParams->encMode = mEncodeMode;
122 mEncParams->encWidth[0] = mWidth;
123 mEncParams->encHeight[0] = mHeight;
124 mEncParams->encFrameRate[0] = mFramerate >> 16; // mFramerate is in Q16 format
125 mEncParams->rcType = VBR_1;
126 mEncParams->vbvDelay = 5.0f
    [all...]
SoftMPEG4Encoder.h 76 tagvideoEncOptions *mEncParams;

Completed in 917 milliseconds