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

  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 73 static const char SUPPORTED_PICTURE_SIZES[];
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 56 static const char SUPPORTED_PICTURE_SIZES[];
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 38 const char CameraProperties::SUPPORTED_PICTURE_SIZES[] = "prop-picture-size-values";
CameraHal.cpp 488 if ( isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SIZES))) {
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 42 const char CameraProperties::SUPPORTED_PICTURE_SIZES[] = "prop-picture-size-values";
CameraHal.cpp 609 if ( (isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SIZES)))
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 150 params->set(CameraProperties::SUPPORTED_PICTURE_SIZES, supported);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 638 params->set(CameraProperties::SUPPORTED_PICTURE_SIZES, supported);
    [all...]
OMXCameraAdapter.cpp 928 mCapabilities->get(CameraProperties::SUPPORTED_PICTURE_SIZES));
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 476 params->set(CameraProperties::SUPPORTED_PICTURE_SIZES, supported);
    [all...]

Completed in 150 milliseconds