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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 108 h263PictureParams.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
VideoEncoderMP4.cpp 197 mpeg4_pic_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3,
348 if (pic_param->picture_type == VAEncPictureTypePredictive ||
    [all...]
mpeg2vaenc.c 344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3,
348 if (pic_param->picture_type == VAEncPictureTypePredictive ||
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]

Completed in 144 milliseconds