Searched refs:OutputThread (Results 1 – 4 of 4) sorted by relevance
257 mOutputThread = new OutputThread(this, mCroppingType, mBufferRequestThread); in initOutputThread()273 ExternalCameraDeviceSession::OutputThread::OutputThread( in OutputThread() function in android::hardware::camera::device::V3_5::implementation::ExternalCameraDeviceSession::OutputThread277 V3_4::implementation::ExternalCameraDeviceSession::OutputThread(parent, ct), in OutputThread()280 ExternalCameraDeviceSession::OutputThread::~OutputThread() {} in ~OutputThread()282 int ExternalCameraDeviceSession::OutputThread::requestBufferStart( in requestBufferStart()290 int ExternalCameraDeviceSession::OutputThread::waitForBufferRequestDone( in waitForBufferRequestDone()
163 class OutputThread :164 public V3_4::implementation::ExternalCameraDeviceSession::OutputThread {167 OutputThread(wp<ExternalCameraDeviceSession> parent, CroppingType,169 virtual ~OutputThread();
186 mOutputThread = new OutputThread(this, mCroppingType); in initOutputThread()946 ExternalCameraDeviceSession::OutputThread::OutputThread( in OutputThread() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession::OutputThread950 ExternalCameraDeviceSession::OutputThread::~OutputThread() {} in ~OutputThread()952 void ExternalCameraDeviceSession::OutputThread::setExifMakeModel( in setExifMakeModel()958 uint32_t ExternalCameraDeviceSession::OutputThread::getFourCcFromLayout( in getFourCcFromLayout()981 int ExternalCameraDeviceSession::OutputThread::getCropRect( in getCropRect()1040 int ExternalCameraDeviceSession::OutputThread::cropAndScaleLocked( in cropAndScaleLocked()1132 int ExternalCameraDeviceSession::OutputThread::cropAndScaleThumbLocked( in cropAndScaleThumbLocked()1277 int ExternalCameraDeviceSession::OutputThread::formatConvertLocked( in formatConvertLocked()1359 int ExternalCameraDeviceSession::OutputThread::encodeJpegYU12( in encodeJpegYU12()[all …]
254 class OutputThread : public android::Thread {256 OutputThread(wp<ExternalCameraDeviceSession> parent, CroppingType);257 virtual ~OutputThread();376 sp<OutputThread> mOutputThread;