Searched refs:VAEncPictureTypeIntra (Results 1 – 6 of 6) sorted by relevance
343 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 …]
343 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 …]
108 …h263PictureParams.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTyp… in renderPictureParams()
197 …mpeg4_pic_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypeP… in renderPictureParams()
2283 VAEncPictureTypeIntra = 0, enumerator
1056 …mpeg4_pic_param.picture_type = mix->is_intra ? VAEncPictureTypeIntra : VAEncPictureTypePredictive; in mix_videofmtenc_mpeg4_send_picture_parameter()