OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PICTURE_HEIGHT
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4-aah/camera/inc/
CameraProperties.h
149
static const char
MAX_PICTURE_HEIGHT
[];
/hardware/ti/omap4-aah/camera/
CameraParameters.cpp
142
const char CameraProperties::
MAX_PICTURE_HEIGHT
[] = "prop-max-picture-height";
CameraHal.cpp
625
mCameraProperties->get(CameraProperties::
MAX_PICTURE_HEIGHT
)) {
629
height = atoi(mCameraProperties->get(CameraProperties::
MAX_PICTURE_HEIGHT
));
[
all
...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp
641
params->set(CameraProperties::
MAX_PICTURE_HEIGHT
, caps.tImageResRange.nHeightMax);
[
all
...]
Completed in 35 milliseconds