Searched refs:cacheable (Results 1 - 10 of 10) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dexynos_rotator.h93 * \param cacheable
108 unsigned int cacheable);
133 * \param cacheable
146 unsigned int cacheable);
H A Dexynos_gscaler.h78 uint32_t cacheable; member in struct:__anon1461
160 * \param cacheable
178 unsigned int cacheable,
210 * \param cacheable
231 unsigned int cacheable,
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h236 unsigned int *cacheable);
281 unsigned int cacheable);
322 unsigned int *cacheable);
367 unsigned int cacheable);
H A Dcsc.c88 unsigned int cacheable; member in struct:_CSC_FORMAT
443 csc_handle->src_format.cacheable,
455 csc_handle->dst_format.cacheable,
685 unsigned int *cacheable)
701 *cacheable = csc_handle->src_format.cacheable;
715 unsigned int cacheable)
731 csc_handle->src_format.cacheable = cacheable;
745 unsigned int *cacheable)
676 csc_get_src_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
706 csc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
736 csc_get_dst_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
766 csc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h97 unsigned int cacheable; member in struct:gsc_info
H A Dexynos_gscaler.c650 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_CACHEABLE, info->cacheable) < 0) {
1047 unsigned int cacheable,
1069 gsc_handle->src.cacheable = cacheable;
1090 unsigned int cacheable,
1113 gsc_handle->dst.cacheable = cacheable;
1356 src_color_space, src_img->cacheable, src_img->drmMode);
1366 dst_color_space, dst_img->cacheable, dst_img->drmMode,
1038 exynos_gsc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm) argument
1081 exynos_gsc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm, unsigned int narrowRgb) argument
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c69 unsigned int cacheable; member in struct:rotator_info
536 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_CACHEABLE, info->cacheable) < 0) {
697 unsigned int cacheable)
716 rotator_handle->src.cacheable = cacheable;
730 unsigned int cacheable)
749 rotator_handle->dst.cacheable = cacheable;
688 exynos_rotator_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int v4l2_colorformat, unsigned int cacheable) argument
723 exynos_rotator_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int v4l2_colorformat, unsigned int cacheable) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c370 unsigned int cacheable = 1; local
436 cacheable); /* cacheable */
446 cacheable); /* cacheable */
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c296 unsigned int cacheable = 1; local
371 cacheable); /* cacheable */
381 cacheable); /* cacheable */
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp193 ALOGV("\taddr = {%u, %u, %u}, rot = %u, cacheable = %u, drmMode = %u",
194 c.yaddr, c.uaddr, c.vaddr, c.rot, c.cacheable, c.drmMode);
259 c1.cacheable != c2.cacheable ||

Completed in 247 milliseconds