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

  /frameworks/av/include/camera/
CameraParameters2.h 81 void getVideoSize(int *width, int *height) const;
85 // or getVideoSize(). In adddition, it also indicates that
CameraParameters.h 74 void getVideoSize(int *width, int *height) const;
78 // or getVideoSize(). In adddition, it also indicates that
    [all...]
  /frameworks/av/camera/
CameraParameters2.cpp 272 void CameraParameters2::getVideoSize(int *width, int *height) const
CameraParameters.cpp 384 void CameraParameters::getVideoSize(int *width, int *height) const
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 349 bool getVideoSize(int *w, int *h);
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 520 void getVideoSize(int *video_width,int *video_height) const;
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 409 params.getVideoSize(&frameWidthActual, &frameHeightActual);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 562 mParameters.getVideoSize(&width, &height);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 405 m_secCamera->getVideoSize(&videoW, &videoH);
845 params.getVideoSize(&newVideoW, &newVideoH);
    [all...]
ExynosCamera.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]

Completed in 261 milliseconds