Home
last modified time | relevance | path

Searched refs:exynos_v4l2_g_ctrl (Results 1 – 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dexynos_v4l2.h86 int exynos_v4l2_g_ctrl(int fd, unsigned int id, int *value);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c320 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MPEG_MFC51_VIDEO_FRAME_TAG, &frameTag); in MFC_Decoder_Get_FrameTag()
339 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MIN_BUFFERS_FOR_CAPTURE, &bufferCount); in MFC_Decoder_Get_ActualBufferCount()
1695 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MPEG_MFC51_VIDEO_DISPLAY_STATUS, &value); in MFC_Decoder_Dequeue_Outbuf()
1708 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MPEG_MFC51_VIDEO_CHECK_STATE, &state); in MFC_Decoder_Dequeue_Outbuf()
2031 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MPEG_MFC51_VIDEO_CHECK_STATE, &state); in MFC_Decoder_ExtensionEnqueue_Outbuf()
2094 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MPEG_MFC51_VIDEO_DISPLAY_STATUS, &value); in MFC_Decoder_ExtensionDequeue_Outbuf()
2107 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MPEG_MFC51_VIDEO_CHECK_STATE, &state); in MFC_Decoder_ExtensionDequeue_Outbuf()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp1977 if (exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_AUTO_FOCUS_RESULT, &ret) < 0) { in getFucusModeResult()
3752 …if ( exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_EXIF_SHUTTERSPEED, &shutterSpeed) <… in m_setExifChangedAttribute()
3768 if ( exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_EXIF_ISO, &iso) < 0 in m_setExifChangedAttribute()
3842 || exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_EXIF_FLASH, &flash) < 0 in m_setExifChangedAttribute()
4450 if (exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_OBJ_TRACKING_STATUS, &ret) < 0) { in getObjectTrackingStatus()
4518 …if (exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SMART_AUTO_STATUS, &autoscene_status) < 0… in getSmartAutoStatus()
/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_v4l2.c703 int exynos_v4l2_g_ctrl(int fd, unsigned int id, int *value) in exynos_v4l2_g_ctrl() function
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c482 if (exynos_v4l2_g_ctrl(fd, V4L2_CID_ROTATE, &value) < 0) { in m_exynos_rotator_set_format()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c686 if (exynos_v4l2_g_ctrl(pCtx->hEnc, V4L2_CID_MPEG_MFC51_VIDEO_FRAME_TAG, &frameTag) != 0) { in MFC_Encoder_Get_FrameTag()