OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VcaptureSize
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
235
Vcapture_size
VcaptureSize
[] = {
255
size_t lenght_Vcapture_size = ARRAY_SIZE(
VcaptureSize
);
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
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
358
param_Array
VcaptureSize
[] = {
403
size_t lenght_Vcapture_size = ARRAY_SIZE(
VcaptureSize
);
[
all
...]
Completed in 2566 milliseconds