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

  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 53 static const char SUPPORTED_PREVIEW_SIZES[];
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 35 const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values";
CameraHal.cpp 361 if ( !isResolutionValid(h,w, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES)))
375 if ( !isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES)))
389 if ( !isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES))) {
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 502 params->set(CameraProperties::SUPPORTED_PREVIEW_SIZES, supported);
    [all...]

Completed in 24 milliseconds