Searched refs:stereoLayout (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_menu.cpp | 199 char **stereoLayout; variable 1333 params.set(KEY_S3D_PRV_FRAME_LAYOUT, stereoLayout[stereoLayoutIDX]); in startPreview() 1420 getSupportedParameters(layoutstr,&numLay,(char***)&stereoLayout); in getParametersFromCapabilities() 1643 if(strcmp(stereoLayout[stereoLayoutIDX],"tb-full") == 0) in getSizeParametersFromCapabilities() 1652 else if(strcmp(stereoLayout[stereoLayoutIDX],"ss-full") == 0) in getSizeParametersFromCapabilities() 1661 else if(strcmp(stereoLayout[stereoLayoutIDX],"tb-subsampled") == 0) in getSizeParametersFromCapabilities() 1670 else if(strcmp(stereoLayout[stereoLayoutIDX],"ss-subsampled") == 0) in getSizeParametersFromCapabilities() 2008 delete [] stereoLayout[i]; in deleteAllocatedMemory() 2580 …snprintf(area1[j++], MAX_SYMBOLS, "L. Stereo Preview Layout: %s\n", stereoLayout[stereoLayoutIDX]); in functional_menu() 2810 params.set(KEY_S3D_PRV_FRAME_LAYOUT, stereoLayout[stereoLayoutIDX]); in functional_menu()
|
D | camera_test_script.cpp | 156 extern char **stereoLayout; 622 … a = checkSupportedParamScriptLayout(stereoLayout, numLay, cmd, &stereoLayoutIDX); in execute_functional_script()
|