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

  /frameworks/av/camera/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...]
  /hardware/interfaces/camera/common/1.0/default/include/
CameraParameters.h 79 void getVideoSize(int *width, int *height) const;
83 // 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
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 651 mParameters.getVideoSize(&old_video_width, &old_video_height);
652 new_param.getVideoSize(&new_video_width, &new_video_height);
797 mParameters.getVideoSize(&width, &height);
    [all...]
  /hardware/interfaces/camera/common/1.0/default/
CameraParameters.cpp 391 void CameraParameters::getVideoSize(int *width, int *height) const
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 600 mParameters.getVideoSize(&width, &height);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 449 params.getVideoSize(&frameWidthActual, &frameHeightActual);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]

Completed in 854 milliseconds