Searched refs:OutputThread (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/camera/device/3.5/default/ |
D | ExternalCameraDeviceSession.cpp | 257 mOutputThread = new OutputThread( in initOutputThread() 274 ExternalCameraDeviceSession::OutputThread::OutputThread( in OutputThread() function in android::hardware::camera::device::V3_5::implementation::ExternalCameraDeviceSession::OutputThread 279 V3_4::implementation::ExternalCameraDeviceSession::OutputThread(parent, ct, chars), in OutputThread() 282 ExternalCameraDeviceSession::OutputThread::~OutputThread() {} in ~OutputThread() 284 int ExternalCameraDeviceSession::OutputThread::requestBufferStart( in requestBufferStart() 292 int ExternalCameraDeviceSession::OutputThread::waitForBufferRequestDone( in waitForBufferRequestDone()
|
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
D | ExternalCameraOfflineSession.h | 132 class OutputThread : public V3_5::implementation::ExternalCameraDeviceSession::OutputThread { 134 OutputThread( in OutputThread() function 139 V3_5::implementation::ExternalCameraDeviceSession::OutputThread( in OutputThread() 200 sp<OutputThread> mOutputThread;
|
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/ |
D | ExternalCameraDeviceSession.h | 139 class OutputThread : 140 public V3_4::implementation::ExternalCameraDeviceSession::OutputThread { 143 OutputThread(wp<OutputThreadInterface> parent, CroppingType, 146 virtual ~OutputThread();
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 114 class OutputThread : public android::Thread { 116 OutputThread(wp<OutputThreadInterface> parent, CroppingType, 118 virtual ~OutputThread(); 352 sp<OutputThread> mOutputThread;
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 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() [all …]
|
/hardware/interfaces/camera/device/3.6/default/ |
D | ExternalCameraOfflineSession.cpp | 89 mOutputThread = new OutputThread(this, mCroppingType, mChars, in initOutputThread() 102 bool ExternalCameraOfflineSession::OutputThread::threadLoop() { in threadLoop()
|