Searched refs:GSC_SCALED_HEIGHT (Results 1 – 4 of 4) sorted by relevance
115 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
258 cfg |= GSC_SCALED_HEIGHT(frame->crop.width); in gsc_hw_set_out_size()261 cfg |= GSC_SCALED_HEIGHT(frame->crop.height); in gsc_hw_set_out_size()
153 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
1058 cfg = (GSC_SCALED_WIDTH(img_pos.w) | GSC_SCALED_HEIGHT(img_pos.h)); in gsc_dst_set_size()