Home
last modified time | relevance | path

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

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