Home
last modified time | relevance | path

Searched refs:Vcapture_Array (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp188 param_Array ** Vcapture_Array = 0; variable
1083 …if ( recorder->setVideoSize(Vcapture_Array[VcaptureSizeIDX]->height, Vcapture_Array[VcaptureSizeID… in configureRecorder()
1088 …if ( recorder->setVideoSize(Vcapture_Array[VcaptureSizeIDX]->width, Vcapture_Array[VcaptureSizeIDX… in configureRecorder()
1303 previewWidth = Vcapture_Array[VcaptureSizeIDX]->width; in startPreview()
1304 previewHeight = Vcapture_Array[VcaptureSizeIDX]->height; in startPreview()
1839 Vcapture_Array = new param_Array*[100]; in getSupportedParametersVideoCaptureSize()
1842 Vcapture_Array[cnt] = new param_Array; in getSupportedParametersVideoCaptureSize()
1843 Vcapture_Array[cnt]->width = atoi(param); in getSupportedParametersVideoCaptureSize()
1845 Vcapture_Array[cnt]->height = atoi(param); in getSupportedParametersVideoCaptureSize()
1848 int x = getSupportedParametersNames(Vcapture_Array[cnt]->width, in getSupportedParametersVideoCaptureSize()
[all …]
Dcamera_test_script.cpp126 extern param_Array ** Vcapture_Array;
611 … a = checkSupportedParamScriptResol(Vcapture_Array, numVcaptureSize, cmd, &resol_index); in execute_functional_script()