HomeSort by relevance Sort by last modified time
    Searched defs:m_LiveSnapshotSize (Results 1 - 3 of 3) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.h 412 int32_t getLiveSnapshotSize(cam_dimension_t &dim) {dim = m_LiveSnapshotSize; return NO_ERROR;};
590 cam_dimension_t m_LiveSnapshotSize; // live snapshot size
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.h 411 int32_t getLiveSnapshotSize(cam_dimension_t &dim) {dim = m_LiveSnapshotSize; return NO_ERROR;};
589 cam_dimension_t m_LiveSnapshotSize; // live snapshot size
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h 573 int32_t getLiveSnapshotSize(cam_dimension_t &dim) {dim = m_LiveSnapshotSize; return NO_ERROR;};
    [all...]

Completed in 33 milliseconds