Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp203 int numCLay = 0; variable
1429 getSupportedParameters(capturelayoutstr,&numCLay,(char***)&stereoCapLayout); in getParametersFromCapabilities()
2013 if (numCLay) { in deleteAllocatedMemory()
2014 for (i = 0; i < numCLay; i++) { in deleteAllocatedMemory()
2017 numCLay = 0; in deleteAllocatedMemory()
2827 stereoCapLayoutIDX %= numCLay; in functional_menu()
Dcamera_test_script.cpp94 extern int numCLay;
645 … a = checkSupportedParamScriptLayout(stereoCapLayout, numCLay, cmd, &stereoCapLayoutIDX); in execute_functional_script()