Searched refs:oc (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 392 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, … in omap4_hwc_setup_layer_base() argument 405 oc->color_mode = OMAP_DSS_COLOR_ARGB32; in omap4_hwc_setup_layer_base() 412 oc->color_mode = OMAP_DSS_COLOR_RGB24U; in omap4_hwc_setup_layer_base() 417 oc->color_mode = OMAP_DSS_COLOR_RGB16; in omap4_hwc_setup_layer_base() 423 oc->color_mode = OMAP_DSS_COLOR_NV12; in omap4_hwc_setup_layer_base() 425 oc->cconv = ctbl_bt601_5; in omap4_hwc_setup_layer_base() 434 oc->width = width; in omap4_hwc_setup_layer_base() 435 oc->height = height; in omap4_hwc_setup_layer_base() 436 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8; in omap4_hwc_setup_layer_base() 438 oc->enabled = 1; in omap4_hwc_setup_layer_base() [all …]
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 581 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, … in omap4_hwc_setup_layer_base() argument 594 oc->color_mode = OMAP_DSS_COLOR_ARGB32; in omap4_hwc_setup_layer_base() 601 oc->color_mode = OMAP_DSS_COLOR_RGB24U; in omap4_hwc_setup_layer_base() 606 oc->color_mode = OMAP_DSS_COLOR_RGB16; in omap4_hwc_setup_layer_base() 612 oc->color_mode = OMAP_DSS_COLOR_NV12; in omap4_hwc_setup_layer_base() 614 oc->cconv = ctbl_bt601_5; in omap4_hwc_setup_layer_base() 623 oc->width = width; in omap4_hwc_setup_layer_base() 624 oc->height = height; in omap4_hwc_setup_layer_base() 625 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8; in omap4_hwc_setup_layer_base() 627 oc->enabled = 1; in omap4_hwc_setup_layer_base() [all …]
|