Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp34 extern sp<BufferSourceThread> bufferSourceOutputThread;
554 if ( bufferSourceOutputThread.get() ) { in execute_functional_script()
555 if ( 0 < bufferSourceOutputThread->hasBuffer() ) { in execute_functional_script()
1212 if (bufferSourceOutputThread.get()) { in execute_functional_script()
1213 bufferSourceOutputThread->setBuffer(shotParams); in execute_functional_script()
1214bufferSourceOutputThread->setStreamCapture(streamCapture, expBracketIdx); in execute_functional_script()
1254 if (bufferSourceOutputThread.get()) { in execute_functional_script()
1255 bufferSourceOutputThread->setStreamCapture(streamCapture, expBracketIdx); in execute_functional_script()
1276 if (bufferSourceOutputThread.get() && in execute_functional_script()
1277 bufferSourceOutputThread->hasBuffer()) in execute_functional_script()
[all …]
Dcamera_test_menu.cpp57 sp<BufferSourceThread> bufferSourceOutputThread; variable
1241 if(bufferSourceOutputThread.get() && bufferSourceOutputReset) { in createBufferOutputSource()
1242 bufferSourceOutputThread->requestExit(); in createBufferOutputSource()
1243 bufferSourceOutputThread.clear(); in createBufferOutputSource()
1245 if(!bufferSourceOutputThread.get()) { in createBufferOutputSource()
1247 bufferSourceOutputThread = new BQ_BufferSourceThread(123, camera); in createBufferOutputSource()
1249 bufferSourceOutputThread = new ST_BufferSourceThread(false, 123, camera); in createBufferOutputSource()
1251 bufferSourceOutputThread->run(); in createBufferOutputSource()
2049 if (bufferSourceOutputThread.get()) { in deleteAllocatedMemory()
2050 bufferSourceOutputThread->requestExit(); in deleteAllocatedMemory()
[all …]