Lines Matching refs:OutputThread
184 mOutputThread = new OutputThread(this, mCroppingType, mCameraCharacteristics); in initOutputThread()
921 ExternalCameraDeviceSession::OutputThread::OutputThread( in OutputThread() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession::OutputThread
926 ExternalCameraDeviceSession::OutputThread::~OutputThread() {} in ~OutputThread()
928 void ExternalCameraDeviceSession::OutputThread::setExifMakeModel( in setExifMakeModel()
934 int ExternalCameraDeviceSession::OutputThread::cropAndScaleLocked( in cropAndScaleLocked()
1026 int ExternalCameraDeviceSession::OutputThread::cropAndScaleThumbLocked( in cropAndScaleThumbLocked()
1236 int ExternalCameraDeviceSession::OutputThread::createJpegLocked( in createJpegLocked()
1416 bool ExternalCameraDeviceSession::OutputThread::threadLoop() { in threadLoop()
1600 Status ExternalCameraDeviceSession::OutputThread::allocateIntermediateBuffers( in allocateIntermediateBuffers()
1677 void ExternalCameraDeviceSession::OutputThread::clearIntermediateBuffers() { in clearIntermediateBuffers()
1685 Status ExternalCameraDeviceSession::OutputThread::submitRequest( in submitRequest()
1694 void ExternalCameraDeviceSession::OutputThread::flush() { in flush()
1721 ExternalCameraDeviceSession::OutputThread::switchToOffline() { in switchToOffline()
1746 void ExternalCameraDeviceSession::OutputThread::waitForNextRequest( in waitForNextRequest()
1776 void ExternalCameraDeviceSession::OutputThread::signalRequestDone() { in signalRequestDone()
1784 void ExternalCameraDeviceSession::OutputThread::dump(int fd) { in dump()