Searched defs:csc_handle (Results 1 - 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.h107 OMX_PTR csc_handle; member in struct:_EXYNOS_OMX_VIDEODEC_COMPONENT
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.h109 OMX_PTR csc_handle; member in struct:_EXYNOS_OMX_VIDEOENC_COMPONENT
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.c329 CSC_HANDLE *csc_handle; local
332 csc_handle = (CSC_HANDLE *)handle;
333 if (csc_handle->csc_method == CSC_METHOD_HW) {
335 csc_handle->csc_hw_type = CSC_HW_TYPE_FIMC;
338 csc_handle->csc_hw_type = CSC_HW_TYPE_GSCALER;
340 switch (csc_handle->csc_hw_type) {
343 csc_handle->csc_hw_handle = csc_hwconverter_open();
349 if (csc_handle->hw_property.fixed_node >= 0)
350 csc_handle->csc_hw_handle = exynos_gsc_create_exclusive(csc_handle
379 CSC_HANDLE *csc_handle; local
430 CSC_HANDLE *csc_handle; local
459 CSC_HANDLE *csc_handle; local
476 CSC_HANDLE *csc_handle; local
509 CSC_HANDLE *csc_handle; local
526 CSC_HANDLE *csc_handle; local
559 CSC_HANDLE *csc_handle; local
589 CSC_HANDLE *csc_handle; local
619 CSC_HANDLE *csc_handle; local
649 CSC_HANDLE *csc_handle; local
672 CSC_HANDLE *csc_handle; local
690 CSC_HANDLE *csc_handle; local
707 CSC_HANDLE *csc_handle = (CSC_HANDLE *)handle; local
[all...]

Completed in 84 milliseconds