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

  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 301 VideoParamsCommon *paramsCommon =
303 if (paramsCommon->size != sizeof (VideoParamsCommon)) {
306 if(paramsCommon->codedBufNum < 2)
307 paramsCommon->codedBufNum =2;
308 mComParams = *paramsCommon;
351 VideoParamsCommon *paramsCommon =
354 if (paramsCommon->size != sizeof (VideoParamsCommon)) {
357 *paramsCommon = mComParams;
VideoEncoderBase.cpp 984 VideoParamsCommon *paramsCommon =
986 if (paramsCommon->size != sizeof (VideoParamsCommon)) {
989 if(paramsCommon->codedBufNum < 2)
990 paramsCommon->codedBufNum =2;
991 mComParams = *paramsCommon;
    [all...]

Completed in 345 milliseconds