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.h113 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.h110 OMX_PTR csc_handle; member in struct:_EXYNOS_OMX_VIDEOENC_COMPONENT
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.c360 CSC_HANDLE *csc_handle; local
363 csc_handle = (CSC_HANDLE *)handle;
364 if (csc_handle->csc_method == CSC_METHOD_HW) {
365 switch (csc_handle->csc_hw_type) {
368 csc_handle->csc_hw_handle = csc_hwconverter_open();
374 if (csc_handle->hw_property.fixed_node >= 0)
375 csc_handle->csc_hw_handle = exynos_gsc_create_exclusive(csc_handle->hw_property.fixed_node, GSC_M2M_MODE, 0, 0);
377 csc_handle->csc_hw_handle = exynos_gsc_create();
394 csc_handle
421 CSC_HANDLE *csc_handle; local
508 CSC_HANDLE *csc_handle; local
553 CSC_HANDLE *csc_handle; local
570 CSC_HANDLE *csc_handle; local
612 CSC_HANDLE *csc_handle; local
628 CSC_HANDLE *csc_handle; local
645 CSC_HANDLE *csc_handle; local
687 CSC_HANDLE *csc_handle; local
717 CSC_HANDLE *csc_handle; local
747 CSC_HANDLE *csc_handle; local
777 CSC_HANDLE *csc_handle; local
800 CSC_HANDLE *csc_handle; local
818 CSC_HANDLE *csc_handle; local
835 CSC_HANDLE *csc_handle = (CSC_HANDLE *)handle; local
[all...]

Completed in 64 milliseconds