Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:bufferSourceOutputThread

57 sp<BufferSourceThread> bufferSourceOutputThread;
1241 if(bufferSourceOutputThread.get() && bufferSourceOutputReset) {
1242 bufferSourceOutputThread->requestExit();
1243 bufferSourceOutputThread.clear();
1245 if(!bufferSourceOutputThread.get()) {
1247 bufferSourceOutputThread = new BQ_BufferSourceThread(123, camera);
1249 bufferSourceOutputThread = new ST_BufferSourceThread(false, 123, camera);
1251 bufferSourceOutputThread->run();
2049 if (bufferSourceOutputThread.get()) {
2050 bufferSourceOutputThread->requestExit();
2051 bufferSourceOutputThread.clear();
2931 if ( bufferSourceOutputThread.get() ) {
2932 if ( 0 < bufferSourceOutputThread->hasBuffer() ) {
3513 if (bufferSourceOutputThread.get()) {
3514 bufferSourceOutputThread->setBuffer(shotParams);
3515 bufferSourceOutputThread->setStreamCapture(streamCapture, expBracketIdx);
3538 if (bufferSourceOutputThread.get()) {
3539 bufferSourceOutputThread->setStreamCapture(streamCapture, expBracketIdx);
3557 if (bufferSourceOutputThread.get() &&
3558 bufferSourceOutputThread->hasBuffer())
3560 bufferSourceOutputThread->setStreamCapture(false, expBracketIdx);
3564 buffer_info_t info = bufferSourceOutputThread->popBuffer();