Lines Matching full:pixel
105 * @mbus_code: Media Bus pixel code, -1 if not applicable
111 * @depth: per plane driver's private 'number of bits per pixel'
220 * struct gsc_pix_max - image pixel size limits in various IP configurations
222 * @org_scaler_bypass_w: max pixel width when the scaler is disabled
223 * @org_scaler_bypass_h: max pixel height when the scaler is disabled
224 * @org_scaler_input_w: max pixel width when the scaler is enabled
225 * @org_scaler_input_h: max pixel height when the scaler is enabled
226 * @real_rot_dis_w: max pixel src cropped height with the rotator is off
227 * @real_rot_dis_h: max pixel src croppped width with the rotator is off
228 * @real_rot_en_w: max pixel src cropped width with the rotator is on
229 * @real_rot_en_h: max pixel src cropped height with the rotator is on
230 * @target_rot_dis_w: max pixel dst scaled width with the rotator is off
231 * @target_rot_dis_h: max pixel dst scaled height with the rotator is off
232 * @target_rot_en_w: max pixel dst scaled width with the rotator is on
233 * @target_rot_en_h: max pixel dst scaled height with the rotator is on
251 * struct gsc_pix_min - image pixel size limits in various IP configurations
253 * @org_w: minimum source pixel width
254 * @org_h: minimum source pixel height
255 * @real_w: minimum input crop pixel width
256 * @real_h: minimum input crop pixel height
257 * @target_rot_dis_w: minimum output scaled pixel height when rotator is off
258 * @target_rot_dis_h: minimum output scaled pixel height when rotator is off
259 * @target_rot_en_w: minimum output scaled pixel height when rotator is on
260 * @target_rot_en_h: minimum output scaled pixel height when rotator is on