Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp58 sp<BufferSourceInput> bufferSourceInput; variable
1257 if (bufferSourceInput.get() && bufferSourceInputReset) { in createBufferInputSource()
1258 bufferSourceInput.clear(); in createBufferInputSource()
1260 if (!bufferSourceInput.get()) { in createBufferInputSource()
1262 bufferSourceInput = new BQ_BufferSourceInput(1234, camera); in createBufferInputSource()
1264 bufferSourceInput = new ST_BufferSourceInput(1234, camera); in createBufferInputSource()
2053 if ( bufferSourceInput.get() ) { in deleteAllocatedMemory()
2054 bufferSourceInput.clear(); in deleteAllocatedMemory()
3563 if (bufferSourceInput.get()) { in functional_menu()
3565bufferSourceInput->setInput(info, pictureFormatArray[pictureFormat], reprocParams); in functional_menu()
Dcamera_test_script.cpp35 extern sp<BufferSourceInput> bufferSourceInput;
1282 if (bufferSourceInput.get()) { in execute_functional_script()
1284 bufferSourceInput->setInput(info, params.getPictureFormat(), reprocParams); in execute_functional_script()