/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 889 static struct dsscomp_platform_info limits; variable 909 … struct dsscomp_display_info *dis, struct dsscomp_platform_info *limits, in omap4_hwc_can_scale() argument 912 __u32 fclk = limits->fclk / 1000; in omap4_hwc_can_scale() 913 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d); in omap4_hwc_can_scale() 914 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); in omap4_hwc_can_scale() 918 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width) in omap4_hwc_can_scale() 928 if (dst_h * limits->max_downscale < min_src_h) in omap4_hwc_can_scale() 933 …return !(dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdec… in omap4_hwc_can_scale() 944 if (fclk > pclk * limits->max_downscale) in omap4_hwc_can_scale() 945 fclk = pclk * limits->max_downscale; in omap4_hwc_can_scale() [all …]
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 704 } limits = { variable 718 … struct dsscomp_display_info *dis, struct dsscomp_dispc_limitations *limits, in omap4_hwc_can_scale() argument 721 __u32 fclk = limits->fclk / 1000; in omap4_hwc_can_scale() 722 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d); in omap4_hwc_can_scale() 723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); in omap4_hwc_can_scale() 727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width) in omap4_hwc_can_scale() 737 if (dst_h * limits->max_downscale < min_src_h) in omap4_hwc_can_scale() 742 return !(dst_w * limits->max_downscale < min_src_w); in omap4_hwc_can_scale() 749 if (fclk > pclk * limits->max_downscale) in omap4_hwc_can_scale() 750 fclk = pclk * limits->max_downscale; in omap4_hwc_can_scale() [all …]
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | tee_client_api_ex.h | 77 TEEC_ImplementationLimits* limits);
|
/hardware/ti/omap4-aah/security/tf_sdk/include/ |
D | tee_client_api_ex.h | 77 TEEC_ImplementationLimits* limits);
|
/hardware/ti/omap4-aah/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 929 TEEC_ImplementationLimits* limits) in TEEC_GetImplementationLimits() argument 931 memset(limits, 0, sizeof(TEEC_ImplementationLimits)); in TEEC_GetImplementationLimits() 934 limits->pageSize = SIZE_4KB; in TEEC_GetImplementationLimits() 935 limits->tmprefMaxSize = SIZE_1MB; in TEEC_GetImplementationLimits() 936 limits->sharedMemMaxSize = SIZE_1MB * 8; in TEEC_GetImplementationLimits()
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 921 TEEC_ImplementationLimits* limits) in TEEC_GetImplementationLimits() argument 923 memset(limits, 0, sizeof(TEEC_ImplementationLimits)); in TEEC_GetImplementationLimits() 926 limits->pageSize = SIZE_4KB; in TEEC_GetImplementationLimits() 927 limits->tmprefMaxSize = SIZE_1MB; in TEEC_GetImplementationLimits() 928 limits->sharedMemMaxSize = SIZE_1MB * 8; in TEEC_GetImplementationLimits()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 398 unsigned char *limits = cm->pp_limits_buffer;; in vp8_de_noise() local 404 vpx_memset(limits, (unsigned char)ppl, 16 * mb_cols); in vp8_de_noise() 412 source->y_stride, source->y_stride, source->y_width, limits, 16); in vp8_de_noise() 417 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise() 421 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | pkcs11_object.c | 601 TEEC_ImplementationLimits limits; in static_C_Call_CallForUpdate() local 608 TEEC_GetImplementationLimits(&limits); in static_C_Call_CallForUpdate() 614 nChunkSize = limits.tmprefMaxSize - limits.pageSize; in static_C_Call_CallForUpdate()
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | pkcs11_object.c | 604 TEEC_ImplementationLimits limits; in static_C_Call_CallForUpdate() local 611 TEEC_GetImplementationLimits(&limits); in static_C_Call_CallForUpdate() 617 nChunkSize = limits.tmprefMaxSize - limits.pageSize; in static_C_Call_CallForUpdate()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | configure | 621 check_add_cflags -Wtype-limits
|
/hardware/intel/img/libdrm/ |
D | configure | 1944 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1945 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1950 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1951 <limits.h> exists even on freestanding compilers. */
|