Home
last modified time | relevance | path

Searched refs:S3D_PRV_FRAME_LAYOUT_VALUES (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
DCameraProperties.h154 static const char S3D_PRV_FRAME_LAYOUT_VALUES[]; variable
/hardware/ti/omap4-aah/camera/
DCameraParameters.cpp99 const char CameraProperties::S3D_PRV_FRAME_LAYOUT_VALUES[] = "prop-s3d-prv-frame-layout-values"; member in Ti::Camera::CameraProperties
DCameraHal.cpp4434 …3D_PRV_FRAME_LAYOUT_VALUES, mCameraProperties->get(CameraProperties::S3D_PRV_FRAME_LAYOUT_VALUES)); in insertSupportedParams()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1763 params->set(CameraProperties::S3D_PRV_FRAME_LAYOUT_VALUES, supported); in insertLayout()
1851 …if (strstr(params->get(CameraProperties::S3D_PRV_FRAME_LAYOUT_VALUES), DEFAULT_S3D_PREVIEW_LAYOUT)… in insertDefaults()
1854 strncpy(temp, params->get(CameraProperties::S3D_PRV_FRAME_LAYOUT_VALUES), in insertDefaults()