HomeSort by relevance Sort by last modified time
    Searched refs:videoH (Results 1 - 4 of 4) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 77 videoH = 1080;
211 videoH = 720;
321 videoH = 720;
438 videoH = 1080;
    [all...]
ExynosCameraHWInterface.cpp 403 int videoW, videoH, videoFormat, videoFramesize;
405 m_secCamera->getVideoSize(&videoW, &videoH);
407 videoFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), videoW, videoH);
427 m_getAlignedYUVSize(videoFormat, videoW, videoH, &videoBuf);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 94 int videoH;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 164 milliseconds