Searched refs:VAEncPictureTypeIntra (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Dmpeg2vaenc.c343 pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
796 pic_param->picture_type = VAEncPictureTypeIntra;
920 ctx->next_type = VAEncPictureTypeIntra;
1025 if (pic_param->picture_type != VAEncPictureTypeIntra) {
1038 if (pic_param->picture_type == VAEncPictureTypeIntra) {
1107 slice_param->is_intra_slice = (picture_type == VAEncPictureTypeIntra);
1149 assert(picture_type == VAEncPictureTypeIntra);
1329 if (picture_type == VAEncPictureTypeIntra)
1344 if (picture_type == VAEncPictureTypeIntra) {
1393 if (VAEncPictureTypeIntra
[all...]
H A Dmpeg2enc.c343 pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
796 pic_param->picture_type = VAEncPictureTypeIntra;
920 ctx->next_type = VAEncPictureTypeIntra;
1022 if (pic_param->picture_type == VAEncPictureTypeIntra) {
1091 slice_param->is_intra_slice = (picture_type == VAEncPictureTypeIntra);
1133 assert(picture_type == VAEncPictureTypeIntra);
1313 if (picture_type == VAEncPictureTypeIntra)
1328 if (picture_type == VAEncPictureTypeIntra) {
1377 if (VAEncPictureTypeIntra == picture_type) {
1409 ctx->next_type = VAEncPictureTypeIntra;
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderH263.cpp108 h263PictureParams.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
H A DVideoEncoderMP4.cpp197 mpeg4_pic_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.c1056 mpeg4_pic_param.picture_type = mix->is_intra ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
/hardware/intel/common/libva/va/
H A Dva.h2283 VAEncPictureTypeIntra = 0, enumerator in enum:__anon855

Completed in 519 milliseconds