OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUPPORTED_PREVIEW_SIZES
(Results
1 - 9
of
9
) sorted by null
/hardware/ti/omap4-aah/camera/inc/
CameraProperties.h
66
static const char
SUPPORTED_PREVIEW_SIZES
[];
/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/omap4-aah/camera/
CameraParameters.cpp
35
const char CameraProperties::
SUPPORTED_PREVIEW_SIZES
[] = "prop-preview-size-values";
CameraHal.cpp
555
if ( (!isResolutionValid(w, h, mCameraProperties->get(CameraProperties::
SUPPORTED_PREVIEW_SIZES
)))
[
all
...]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp
134
params->set(CameraProperties::
SUPPORTED_PREVIEW_SIZES
, supported);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp
762
params->set(CameraProperties::
SUPPORTED_PREVIEW_SIZES
, supported);
[
all
...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp
502
params->set(CameraProperties::
SUPPORTED_PREVIEW_SIZES
, supported);
[
all
...]
Completed in 213 milliseconds