OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VcaptureSizeIDX
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
418
int
VcaptureSizeIDX
= ARRAY_SIZE(VcaptureSize) - 1;
944
if ( recorder->setVideoSize(VcaptureSize[
VcaptureSizeIDX
].width, VcaptureSize[
VcaptureSizeIDX
].height) < 0 ) {
1064
previewWidth = VcaptureSize[
VcaptureSizeIDX
].width;
1065
previewHeight = VcaptureSize[
VcaptureSizeIDX
].height;
1122
VcaptureSizeIDX
= ARRAY_SIZE(VcaptureSize) - 6;/* Default video record is WVGA */
1124
VcaptureSizeIDX
= ARRAY_SIZE(VcaptureSize) - 2;/* Default video record is WVGA */
[
all
...]
camera_test_script.cpp
58
extern int
VcaptureSizeIDX
;
485
VcaptureSizeIDX
= i;
[
all
...]
Completed in 245 milliseconds