Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3, in pps_rbsp()
348 if (pic_param->picture_type == VAEncPictureTypePredictive || in pps_rbsp()
1030 } else if (pic_param->picture_type == VAEncPictureTypePredictive) { in mpeg2enc_update_picture_parameter()
1417 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
1420 } else if (curr_type == VAEncPictureTypePredictive) { in update_next_frame_info()
1423 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
1432 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
Dmpeg2vaenc.c344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3, in pps_rbsp()
348 if (pic_param->picture_type == VAEncPictureTypePredictive || in pps_rbsp()
1046 } else if (pic_param->picture_type == VAEncPictureTypePredictive) { in mpeg2enc_update_picture_parameter()
1433 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
1436 } else if (curr_type == VAEncPictureTypePredictive) { in update_next_frame_info()
1439 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
1448 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp108 …Params.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive; in renderPictureParams()
DVideoEncoderMP4.cpp197 …_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive; in renderPictureParams()
/hardware/intel/common/libva/va/
Dva.h2284 VAEncPictureTypePredictive = 1, 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()