OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREVIEW_SIZE
(Results
1 - 10
of
10
) sorted by null
/cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py
50
PREVIEW_SIZE
= (1920, 1080) # preview size
59
"cmpr": "yuv", "cmpr_size":
PREVIEW_SIZE
})
60
format_list.append({"iter": "yuv", "iter_max":
PREVIEW_SIZE
,
62
format_list.append({"iter": "yuv", "iter_max":
PREVIEW_SIZE
,
67
"cmpr": "yuv", "cmpr_size":
PREVIEW_SIZE
})
/hardware/ti/omap4-aah/camera/inc/
CameraProperties.h
103
static const char
PREVIEW_SIZE
[];
/hardware/ti/omap4xxx/camera/inc/
CameraProperties.h
77
static const char
PREVIEW_SIZE
[];
/hardware/ti/omap4xxx/camera/
CameraParameters.cpp
59
const char CameraProperties::
PREVIEW_SIZE
[] = "prop-preview-size-default";
CameraHal.cpp
[
all
...]
/hardware/ti/omap4-aah/camera/
CameraParameters.cpp
72
const char CameraProperties::
PREVIEW_SIZE
[] = "prop-preview-size-default";
CameraHal.cpp
[
all
...]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp
75
params->set(CameraProperties::
PREVIEW_SIZE
, DEFAULT_PREVIEW_SIZE);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp
[
all
...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp
1046
params->set(CameraProperties::
PREVIEW_SIZE
, DEFAULT_PREVIEW_SIZE);
[
all
...]
Completed in 61 milliseconds