Searched refs:pconstraint (Results 1 – 1 of 1) sorted by relevance
1135 struct hfi_uncompressed_plane_actual_constraints_info pconstraint; in venus_helper_set_format_constraints() local1143 pconstraint.buffer_type = HFI_BUFFER_OUTPUT2; in venus_helper_set_format_constraints()1144 pconstraint.num_planes = 2; in venus_helper_set_format_constraints()1145 pconstraint.plane_format[0].stride_multiples = 128; in venus_helper_set_format_constraints()1146 pconstraint.plane_format[0].max_stride = 8192; in venus_helper_set_format_constraints()1147 pconstraint.plane_format[0].min_plane_buffer_height_multiple = 32; in venus_helper_set_format_constraints()1148 pconstraint.plane_format[0].buffer_alignment = 256; in venus_helper_set_format_constraints()1150 pconstraint.plane_format[1].stride_multiples = 128; in venus_helper_set_format_constraints()1151 pconstraint.plane_format[1].max_stride = 8192; in venus_helper_set_format_constraints()1152 pconstraint.plane_format[1].min_plane_buffer_height_multiple = 16; in venus_helper_set_format_constraints()[all …]