Home
last modified time | relevance | path

Searched refs:v4l2_ext_control (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h1151 struct v4l2_ext_control { struct
1167 struct v4l2_ext_control *controls; argument
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c457 struct v4l2_ext_control ext_ctrl[FRAME_PACK_SEI_INFO_NUM]; in MFC_Decoder_Get_FramePackingInfo()
471 memset(ext_ctrl, 0, (sizeof(struct v4l2_ext_control) * FRAME_PACK_SEI_INFO_NUM)); in MFC_Decoder_Get_FramePackingInfo()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp2223 struct v4l2_ext_control *fd_ctrl = new struct v4l2_ext_control[numOfFDEntity]; in getDetectedFacesAreas()
2224 struct v4l2_ext_control *cur_ctrl; in getDetectedFacesAreas()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c289 struct v4l2_ext_control ext_ctrl[MAX_CTRL_NUM]; in MFC_Encoder_Set_EncParam()