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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 76 videoW = 1920;
210 videoW = 1280;
320 videoW = 1280;
437 videoW = 1920;
    [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 93 int videoW;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 205 milliseconds