Searched refs:rotation (Results 1 - 25 of 48) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_accel.c28 u32 rotation; local
30 rotation = (dx / 4) % 6;
32 rotation = ((dx + 2) / 4) % 6;
35 return ((rotation << 8) | DST_24_ROTATION_ENABLE);
199 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; local
231 rotation = rotation24bpp(dx, direction);
238 aty_st_le32(DST_CNTL, direction | rotation, par);
245 u32 color, dx = rect->dx, width = rect->width, rotation = 0; local
267 rotation = rotation24bpp(dx, DST_X_LEFT_TO_RIGHT);
277 DST_X_LEFT_TO_RIGHT | rotation, pa
285 u32 pix_width_save, pix_width, host_cntl, rotation = 0, src, mix; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Dmach64_accel.c28 u32 rotation; local
30 rotation = (dx / 4) % 6;
32 rotation = ((dx + 2) / 4) % 6;
35 return ((rotation << 8) | DST_24_ROTATION_ENABLE);
199 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; local
231 rotation = rotation24bpp(dx, direction);
238 aty_st_le32(DST_CNTL, direction | rotation, par);
245 u32 color, dx = rect->dx, width = rect->width, rotation = 0; local
267 rotation = rotation24bpp(dx, DST_X_LEFT_TO_RIGHT);
277 DST_X_LEFT_TO_RIGHT | rotation, pa
285 u32 pix_width_save, pix_width, host_cntl, rotation = 0, src, mix; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c56 if (ctx->rotation == 90 || ctx->rotation == 270) {
59 if (ctx->rotation == 270)
63 if (ctx->rotation == 270)
66 } else if (ctx->rotation == 180) {
72 if (ctx->rotation == 180 || ctx->rotation == 270)
155 if (ctx->rotation == 0) {
172 if (ctx->rotation == 90 || ctx->rotation
[all...]
H A Dfimc-core.h360 * @rotation: image clockwise rotation in degrees
379 int rotation; member in struct:fimc_ctx
H A Dfimc-core.c447 (ctx->rotation == 90 || ctx->rotation == 270)) {
911 ctrl->value = ctx->rotation;
953 if (ctx->rotation != 0)
962 if (ctx->rotation != 0)
980 ctx->rotation = ctrl->value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c56 if (ctx->rotation == 90 || ctx->rotation == 270) {
59 if (ctx->rotation == 270)
63 if (ctx->rotation == 270)
66 } else if (ctx->rotation == 180) {
72 if (ctx->rotation == 180 || ctx->rotation == 270)
155 if (ctx->rotation == 0) {
172 if (ctx->rotation == 90 || ctx->rotation
[all...]
H A Dfimc-core.h360 * @rotation: image clockwise rotation in degrees
379 int rotation; member in struct:fimc_ctx
H A Dfimc-core.c447 (ctx->rotation == 90 || ctx->rotation == 270)) {
911 ctrl->value = ctx->rotation;
953 if (ctx->rotation != 0)
962 if (ctx->rotation != 0)
980 ctx->rotation = ctrl->value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dmetadata.h39 unsigned int rotation; member in struct:metadata_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dmetadata.h39 unsigned int rotation; member in struct:metadata_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dmetadata.h39 unsigned int rotation; member in struct:metadata_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c285 ofbi->rotation[t-1] = ofbi->rotation[t];
309 ofbi->rotation[ofbi->num_overlays] = 0;
347 t == 0 ? "" : ",", ofbi->rotation[t]);
365 u8 rotation[OMAPFB_MAX_OVL_PER_FB]; local
391 if (ofbi->rotation[num_ovls] != rot)
394 rotation[num_ovls++] = rot;
407 ofbi->rotation[i] = rotation[i];
H A Domapfb-main.c490 * Consider if VRFB assisted rotation is in use and if the virtual space for
754 const struct fb_fix_screeninfo *fix, int rotation)
765 const struct fb_fix_screeninfo *fix, int rotation)
769 if (rotation == FB_ROTATE_UD)
772 else if (rotation == FB_ROTATE_CW)
778 if (rotation == FB_ROTATE_UR)
781 else if (rotation == FB_ROTATE_UD)
784 else if (rotation == FB_ROTATE_CW)
787 else if (rotation == FB_ROTATE_CCW)
797 int rotation, u3
753 calc_rotation_offset_dma(const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation) argument
764 calc_rotation_offset_vrfb(const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation) argument
794 omapfb_calc_addr(const struct omapfb_info *ofbi, const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation, u32 *paddr, void __iomem **vaddr) argument
844 int rotation = var->rotate; local
958 int rotation = (var->rotate + ofbi->rotation[i]) % 4; local
1770 int rotation = (var->rotate + ofbi->rotation[0]) % 4; local
[all...]
H A Domapfb.h70 u8 rotation[OMAPFB_MAX_OVL_PER_FB]; member in struct:omapfb_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c285 ofbi->rotation[t-1] = ofbi->rotation[t];
309 ofbi->rotation[ofbi->num_overlays] = 0;
347 t == 0 ? "" : ",", ofbi->rotation[t]);
365 u8 rotation[OMAPFB_MAX_OVL_PER_FB]; local
391 if (ofbi->rotation[num_ovls] != rot)
394 rotation[num_ovls++] = rot;
407 ofbi->rotation[i] = rotation[i];
H A Domapfb-main.c490 * Consider if VRFB assisted rotation is in use and if the virtual space for
754 const struct fb_fix_screeninfo *fix, int rotation)
765 const struct fb_fix_screeninfo *fix, int rotation)
769 if (rotation == FB_ROTATE_UD)
772 else if (rotation == FB_ROTATE_CW)
778 if (rotation == FB_ROTATE_UR)
781 else if (rotation == FB_ROTATE_UD)
784 else if (rotation == FB_ROTATE_CW)
787 else if (rotation == FB_ROTATE_CCW)
797 int rotation, u3
753 calc_rotation_offset_dma(const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation) argument
764 calc_rotation_offset_vrfb(const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation) argument
794 omapfb_calc_addr(const struct omapfb_info *ofbi, const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation, u32 *paddr, void __iomem **vaddr) argument
844 int rotation = var->rotate; local
958 int rotation = (var->rotate + ofbi->rotation[i]) % 4; local
1770 int rotation = (var->rotate + ofbi->rotation[0]) % 4; local
[all...]
H A Domapfb.h70 u8 rotation[OMAPFB_MAX_OVL_PER_FB]; member in struct:omapfb_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/omap/
H A Domap_voutdef.h31 * DSS understands rotation in 0, 1, 2, 3 context
115 enum dss_rotation rotation; member in struct:omap_vout_device
H A Domap_vout.c23 * to the virtual space of desired rotation angle
372 * Return true if rotation is 90 or 270
376 return (vout->rotation == dss_rotation_90_degree ||
377 vout->rotation == dss_rotation_270_degree);
381 * Return true if rotation is enabled
385 return vout->rotation || vout->mirror;
389 * Reverse the rotation degree if mirroring is enabled
394 return vout->rotation;
396 switch (vout->rotation) {
474 * Convert V4L2 rotation t
478 v4l2_rot_to_dss_rot(int v4l2_rotation, enum dss_rotation *rotation, bool mirror) argument
510 enum dss_rotation rotation; local
1059 enum dss_rotation rotation; local
1712 int rotation = a->value; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h31 * DSS understands rotation in 0, 1, 2, 3 context
115 enum dss_rotation rotation; member in struct:omap_vout_device
H A Domap_vout.c23 * to the virtual space of desired rotation angle
372 * Return true if rotation is 90 or 270
376 return (vout->rotation == dss_rotation_90_degree ||
377 vout->rotation == dss_rotation_270_degree);
381 * Return true if rotation is enabled
385 return vout->rotation || vout->mirror;
389 * Reverse the rotation degree if mirroring is enabled
394 return vout->rotation;
396 switch (vout->rotation) {
474 * Convert V4L2 rotation t
478 v4l2_rot_to_dss_rot(int v4l2_rotation, enum dss_rotation *rotation, bool mirror) argument
510 enum dss_rotation rotation; local
1059 enum dss_rotation rotation; local
1712 int rotation = a->value; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1136 static void _dispc_set_rotation_attrs(enum omap_plane plane, u8 rotation, argument
1144 switch (rotation) {
1159 switch (rotation) {
1177 if (rotation == OMAP_DSS_ROT_90 || rotation == OMAP_DSS_ROT_270)
1228 static void calc_vrfb_rotation_offset(u8 rotation, bool mirror, argument
1254 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width,
1261 switch (rotation + mirror * 4) {
1266 * of the image by 2 for 0 and 180 degree rotation.
1311 static void calc_dma_rotation_offset(u8 rotation, boo argument
1515 _dispc_setup_plane(enum omap_plane plane, u32 paddr, u16 screen_width, u16 pos_x, u16 pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool ilace, enum omap_dss_rotation_type rotation_type, u8 rotation, int mirror, u8 global_alpha) argument
3141 dispc_setup_plane(enum omap_plane plane, u32 paddr, u16 screen_width, u16 pos_x, u16 pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool ilace, enum omap_dss_rotation_type rotation_type, u8 rotation, bool mirror, u8 global_alpha) argument
[all...]
H A Ddss.h361 u8 rotation, bool mirror,
H A Dmanager.c399 u8 rotation; member in struct:overlay_cache_data
842 c->rotation,
1259 oc->rotation = ovl->info.rotation;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/dss/
H A Ddispc.c1136 static void _dispc_set_rotation_attrs(enum omap_plane plane, u8 rotation, argument
1144 switch (rotation) {
1159 switch (rotation) {
1177 if (rotation == OMAP_DSS_ROT_90 || rotation == OMAP_DSS_ROT_270)
1228 static void calc_vrfb_rotation_offset(u8 rotation, bool mirror, argument
1254 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width,
1261 switch (rotation + mirror * 4) {
1266 * of the image by 2 for 0 and 180 degree rotation.
1311 static void calc_dma_rotation_offset(u8 rotation, boo argument
1515 _dispc_setup_plane(enum omap_plane plane, u32 paddr, u16 screen_width, u16 pos_x, u16 pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool ilace, enum omap_dss_rotation_type rotation_type, u8 rotation, int mirror, u8 global_alpha) argument
3141 dispc_setup_plane(enum omap_plane plane, u32 paddr, u16 screen_width, u16 pos_x, u16 pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool ilace, enum omap_dss_rotation_type rotation_type, u8 rotation, bool mirror, u8 global_alpha) argument
[all...]

Completed in 196 milliseconds

12