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

  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 70 static const char SUPPORTED_PREVIEW_FORMATS[];
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 54 static const char SUPPORTED_PREVIEW_FORMATS[];
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 36 const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values";
CameraHal.cpp 269 if ( isParameterValid(valstr, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_FORMATS))) {
272 CAMHAL_LOGEB("Invalid preview format.Supported: %s", mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_FORMATS));
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 39 const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values";
CameraHal.cpp 370 if ( isParameterValid(valstr, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_FORMATS))) {
375 mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_FORMATS));
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 118 params->set(CameraProperties::SUPPORTED_PREVIEW_FORMATS, supported);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 650 params->set(CameraProperties::SUPPORTED_PREVIEW_FORMATS, supported);
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 995 params->set(CameraProperties::SUPPORTED_PREVIEW_FORMATS, supported);
    [all...]

Completed in 498 milliseconds