Searched refs:FTYPE_I (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderH263.cpp108 h263PictureParams.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
162 sliceParams->slice_flags.bits.is_intra = (task->type == FTYPE_I)?1:0;
H A DVideoEncoderMP4.cpp197 mpeg4_pic_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
241 sliceParams.slice_flags.bits.is_intra = (task->type == FTYPE_I)?1:0;
H A DVideoEncoderAVC.cpp265 frametype = FTYPE_I;
268 frametype = FTYPE_I;
273 frametype = FTYPE_I;
285 if (frametype == FTYPE_IDR || frametype == FTYPE_I)
761 if (mComParams.rcParams.enableIntraFrameQPControl && (task->type == FTYPE_IDR || task->type == FTYPE_I))
1276 if (task->type == FTYPE_I || task->type == FTYPE_IDR) {
1327 if(task->type == FTYPE_I||task->type == FTYPE_IDR)
H A DVideoEncoderBase.cpp392 case FTYPE_I:
1430 task->type = FTYPE_I;
1432 task->type = FTYPE_I;
1434 if (task->type == FTYPE_I)
1813 if(mComParams.rcParams.enableIntraFrameQPControl && (task->type == FTYPE_IDR || task->type == FTYPE_I)) {
H A DVideoEncoderDef.h120 FTYPE_I = 1, // General I-frame type enumerator in enum:__anon787

Completed in 155 milliseconds