Searched refs:pclk (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c719 __u32 pclk)
740 /* for manual panels pclk is 0, and there are no pclk based scaling limits */
741 if (!pclk)
749 if (fclk > pclk * limits->max_downscale)
750 fclk = pclk * limits->max_downscale;
753 fclk = fclk / pclk * pclk;
754 if ((__u32) dst_w * fclk < min_src_w * pclk)
717 omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d, struct dsscomp_display_info *dis, struct dsscomp_dispc_limitations *limits, __u32 pclk) argument
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h1626 uint32_t pclk; member in union:sensor_cfg_data::__anon1139
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h1676 uint32_t pclk; member in union:sensor_cfg_data::__anon1200

Completed in 140 milliseconds