Searched refs:videoW (Results 1 – 4 of 4) sorted by relevance
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 76 videoW = 1920; in ExynosCameraInfo() 210 videoW = 1280; in ExynosCameraInfoM5M0() 320 videoW = 1280; in ExynosCameraInfoS5K6A3() 437 videoW = 1920; in ExynosCameraInfoS5K4E5() 1390 m_curCameraInfo->videoW = w; in setVideoSize() 1395 m_curCameraInfo->videoW = m_defaultCameraInfo->videoW; in setVideoSize() 1403 *w = m_curCameraInfo->videoW; in getVideoSize() 1431 m_curCameraInfo->videoW, in startVideo() 2527 *w = m_defaultCameraInfo->videoW; in getSupportedVideoSizes()
|
D | ExynosCameraHWInterface.cpp | 403 int videoW, videoH, videoFormat, videoFramesize; in startRecording() local 405 m_secCamera->getVideoSize(&videoW, &videoH); in startRecording() 407 videoFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), videoW, videoH); in startRecording() 427 m_getAlignedYUVSize(videoFormat, videoW, videoH, &videoBuf); in startRecording() 2957 int videoW, videoH, videoFormat = 0; in m_videoThreadFunc() local 2966 m_secCamera->getVideoSize(&videoW, &videoH); in m_videoThreadFunc() 2968 m_getRatioSize(videoW, videoH, in m_videoThreadFunc() 2979 videoW, videoH, in m_videoThreadFunc()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosCamera.h | 93 int videoW; member
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 4347 int videoW = subParms->width, videoH = subParms->height; in m_recordCreator() local 4351 videoW, videoH, in m_recordCreator() 4366 videoW, videoH, in m_recordCreator() 4367 0, 0, videoW, videoH, in m_recordCreator()
|