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

  /frameworks/av/include/camera/
CameraParameters.h 74 void getVideoSize(int *width, int *height) const;
78 // or getVideoSize(). In adddition, it also indicates that
    [all...]
  /frameworks/av/camera/
CameraParameters.cpp 378 void CameraParameters::getVideoSize(int *width, int *height) const
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 349 bool getVideoSize(int *w, int *h);
  /frameworks/av/media/libstagefright/
CameraSource.cpp 392 params.getVideoSize(&frameWidthActual, &frameHeightActual);
  /development/tools/emulator/system/camera/
EmulatedCamera.cpp 562 mParameters.getVideoSize(&width, &height);
    [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/camera2/
Parameters.cpp     [all...]

Completed in 1421 milliseconds