Searched refs:V4L2_CID_CACHEABLE (Results 1 – 7 of 7) sorted by relevance
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 65 #define V4L2_CID_CACHEABLE (V4L2_CID_EXYNOS_BASE + 10) macro
|
/hardware/samsung_slsi/exynos5/include/ |
D | videodev2_exynos_media.h | 45 #define V4L2_CID_CACHEABLE (V4L2_CID_EXYNOS_BASE + 10) macro
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegBase.cpp | 556 if (t_v4l2SetCtrl(t_iJpegFd, V4L2_CID_CACHEABLE, iValue)<0) { in setCache()
|
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 536 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_CACHEABLE, info->cacheable) < 0) { in m_exynos_rotator_set_format()
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 650 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_CACHEABLE, info->cacheable) < 0) { in m_exynos_gsc_set_format() 1563 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_vd_entity->fd, V4L2_CID_CACHEABLE, 1) < 0) { in exynos_gsc_out_config()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
D | ExynosVideoDecoder.c | 565 if (exynos_v4l2_s_ctrl(pCtx->hDec, V4L2_CID_CACHEABLE, 2) != 0) { in MFC_Decoder_Enable_Cacheable_Inbuf() 588 if (exynos_v4l2_s_ctrl(pCtx->hDec, V4L2_CID_CACHEABLE, 1) != 0) { in MFC_Decoder_Enable_Cacheable_Outbuf()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
D | ExynosVideoEncoder.c | 864 if (exynos_v4l2_s_ctrl(pCtx->hEnc, V4L2_CID_CACHEABLE, 2) != 0) { in MFC_Encoder_Enable_Cacheable_Inbuf() 888 if (exynos_v4l2_s_ctrl(pCtx->hEnc, V4L2_CID_CACHEABLE, 1) != 0) { in MFC_Encoder_Enable_Cacheable_Outbuf()
|