/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/omap4-aah/security/tf_sdk/include/ |
D | tee_client_api_ex.h | 77 TEEC_ImplementationLimits* limits);
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | tee_client_api_ex.h | 77 TEEC_ImplementationLimits* limits);
|
/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/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/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/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/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/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | configure | 621 check_add_cflags -Wtype-limits
|
/hardware/intel/common/libmix/mix_video/ |
D | COPYING | 23 …ish the objectives of such unenforceable or invalid provision within the limits of applicable law …
|
/hardware/intel/common/libmix/mix_vbp/ |
D | COPYING | 23 …ish the objectives of such unenforceable or invalid provision within the limits of applicable law …
|
/hardware/intel/common/libmix/mix_audio/ |
D | COPYING | 23 …ish the objectives of such unenforceable or invalid provision within the limits of applicable law …
|
/hardware/intel/common/libmix/mix_common/ |
D | COPYING | 23 …ish the objectives of such unenforceable or invalid provision within the limits of applicable law …
|
/hardware/bsp/intel/peripheral/sensors/mraa/doc/ |
D | Doxyfile | 2173 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | Doxyfile.in | 2189 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
D | Doxyfile.java.in | 2151 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | Doxyfile.java.in | 2142 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
D | Doxyfile.in | 2165 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|