OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VcaptureSizeIDX
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
414
int
VcaptureSizeIDX
= ARRAY_SIZE(VcaptureSize) - 1;
942
if ( recorder->setVideoSize(VcaptureSize[
VcaptureSizeIDX
].width, VcaptureSize[
VcaptureSizeIDX
].height) < 0 ) {
1066
previewWidth = VcaptureSize[
VcaptureSizeIDX
].width;
1067
previewHeight = VcaptureSize[
VcaptureSizeIDX
].height;
1124
VcaptureSizeIDX
= ARRAY_SIZE(VcaptureSize) - 6;/* Default video record is WVGA */
1126
VcaptureSizeIDX
= ARRAY_SIZE(VcaptureSize) - 2;/* Default video record is WVGA */
[
all
...]
camera_test_script.cpp
52
extern int
VcaptureSizeIDX
;
484
VcaptureSizeIDX
= i;
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
144
int
VcaptureSizeIDX
= 1;
1083
if ( recorder->setVideoSize(Vcapture_Array[
VcaptureSizeIDX
]->height, Vcapture_Array[
VcaptureSizeIDX
]->width) < 0 ) {
1088
if ( recorder->setVideoSize(Vcapture_Array[
VcaptureSizeIDX
]->width, Vcapture_Array[
VcaptureSizeIDX
]->height) < 0 ) {
[
all
...]
camera_test_script.cpp
59
extern int
VcaptureSizeIDX
;
613
VcaptureSizeIDX
= resol_index;
[
all
...]
Completed in 563 milliseconds