Home
last modified time | relevance | path

Searched refs:pconstraint (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_command.c606 struct hfi_uncompressed_plane_actual_constraints_info pconstraint; in iris_hfi_gen1_set_format_constraints() local
608 pconstraint.buffer_type = HFI_BUFFER_OUTPUT2; in iris_hfi_gen1_set_format_constraints()
609 pconstraint.num_planes = 2; in iris_hfi_gen1_set_format_constraints()
610 pconstraint.plane_format[0].stride_multiples = 128; in iris_hfi_gen1_set_format_constraints()
611 pconstraint.plane_format[0].max_stride = 8192; in iris_hfi_gen1_set_format_constraints()
612 pconstraint.plane_format[0].min_plane_buffer_height_multiple = 32; in iris_hfi_gen1_set_format_constraints()
613 pconstraint.plane_format[0].buffer_alignment = 256; in iris_hfi_gen1_set_format_constraints()
615 pconstraint.plane_format[1].stride_multiples = 128; in iris_hfi_gen1_set_format_constraints()
616 pconstraint.plane_format[1].max_stride = 8192; in iris_hfi_gen1_set_format_constraints()
618 pconstraint.plane_format[1].buffer_alignment = 256; in iris_hfi_gen1_set_format_constraints()
[all …]
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dhelpers.c1192 struct hfi_uncompressed_plane_actual_constraints_info pconstraint; in venus_helper_set_format_constraints() local
1201 pconstraint.buffer_type = HFI_BUFFER_OUTPUT2; in venus_helper_set_format_constraints()
1202 pconstraint.num_planes = 2; in venus_helper_set_format_constraints()
1203 pconstraint.plane_format[0].stride_multiples = 128; in venus_helper_set_format_constraints()
1204 pconstraint.plane_format[0].max_stride = 8192; in venus_helper_set_format_constraints()
1205 pconstraint.plane_format[0].min_plane_buffer_height_multiple = 32; in venus_helper_set_format_constraints()
1206 pconstraint.plane_format[0].buffer_alignment = 256; in venus_helper_set_format_constraints()
1208 pconstraint.plane_format[1].stride_multiples = 128; in venus_helper_set_format_constraints()
1209 pconstraint.plane_format[1].max_stride = 8192; in venus_helper_set_format_constraints()
1211 pconstraint.plane_format[1].buffer_alignment = 256; in venus_helper_set_format_constraints()
[all …]