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

  /hardware/intel/common/libva/test/encode/
mpeg2vaenc.c 343 pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
796 pic_param->picture_type = VAEncPictureTypeIntra;
920 ctx->next_type = VAEncPictureTypeIntra;
1025 if (pic_param->picture_type != VAEncPictureTypeIntra) {
    [all...]
mpeg2enc.c 343 pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
796 pic_param->picture_type = VAEncPictureTypeIntra;
920 ctx->next_type = VAEncPictureTypeIntra;
1022 if (pic_param->picture_type == VAEncPictureTypeIntra) {
    [all...]
  /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/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]

Completed in 215 milliseconds