Lines Matching refs:s32
651 void nx_mlc_set_position(u32 module_index, u32 layer, s32 sx, s32 sy, in nx_mlc_set_position()
652 s32 ex, s32 ey) in nx_mlc_set_position()
727 u32 region, s32 sx, s32 sy, in nx_mlc_set_rgblayer_invalid_position()
728 s32 ex, s32 ey, int benb) in nx_mlc_set_rgblayer_invalid_position()
757 void nx_mlc_set_rgblayer_stride(u32 module_index, u32 layer, s32 hstride, in nx_mlc_set_rgblayer_stride()
758 s32 vstride) in nx_mlc_set_rgblayer_stride()
944 void nx_mlc_set_video_layer_stride(u32 module_index, s32 lu_stride, in nx_mlc_set_video_layer_stride()
945 s32 cb_stride, s32 cr_stride) in nx_mlc_set_video_layer_stride()
968 s32 stride) in nx_mlc_set_video_layer_address_yuyv()
1083 s32 brightness) in nx_mlc_set_video_layer_luma_enhance()
1094 s32 cb_a, s32 cb_b, in nx_mlc_set_video_layer_chroma_enhance()
1095 s32 cr_a, s32 cr_b) in nx_mlc_set_video_layer_chroma_enhance()
1573 s32 source_width, source_height; in nx_mlc_set_video_layer_coordinate()
1574 s32 destination_width; in nx_mlc_set_video_layer_coordinate()
1575 s32 destination_height; in nx_mlc_set_video_layer_coordinate()
1576 s32 hscale, vscale; in nx_mlc_set_video_layer_coordinate()
1577 s32 hfilterenb, vfilterenb; in nx_mlc_set_video_layer_coordinate()
1581 writel((s32)(((left & 0x0fff) << 16) | (right & 0x0fff)), in nx_mlc_set_video_layer_coordinate()
1583 writel((s32)(((top & 0x0fff) << 16) | (bottom & 0x0fff)), in nx_mlc_set_video_layer_coordinate()
1585 source_width = (s32)(video_layer_with - 1); in nx_mlc_set_video_layer_coordinate()
1586 source_height = (s32)(video_layer_height - 1); in nx_mlc_set_video_layer_coordinate()
1587 destination_width = (s32)(right - left); in nx_mlc_set_video_layer_coordinate()
1588 destination_height = (s32)(bottom - top); in nx_mlc_set_video_layer_coordinate()
1591 (s32)((source_width * (1ul << 11) + (destination_width / 2)) / in nx_mlc_set_video_layer_coordinate()
1594 (s32)((source_height * (1ul << 11) + in nx_mlc_set_video_layer_coordinate()
1723 void nx_mlc_get_rgblayer_stride(u32 module_index, u32 layer, s32 *hstride, in nx_mlc_get_rgblayer_stride()
1724 s32 *vstride) in nx_mlc_get_rgblayer_stride()
1735 *(s32 *)hstride = hs; in nx_mlc_get_rgblayer_stride()
1738 *(s32 *)vstride = vs; in nx_mlc_get_rgblayer_stride()