OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputThread
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h
221
class
OutputThread
: public android::Thread {
223
OutputThread
(wp<ExternalCameraDeviceSession> parent, CroppingType);
224
~
OutputThread
();
309
// Setup in constructor, reset in close() after
OutputThread
is joined
333
sp<
OutputThread
> mOutputThread;
/hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp
106
mOutputThread(new
OutputThread
(this, mCroppingType)),
523
// is the
OutputThread
, where we do need to make sure we don't acquire mLock then
676
// Send request to
OutputThread
for the rest of processing
852
ExternalCameraDeviceSession::
OutputThread
::
OutputThread
(
856
ExternalCameraDeviceSession::
OutputThread
::~
OutputThread
() {}
858
void ExternalCameraDeviceSession::
OutputThread
::setExifMakeModel(
864
uint32_t ExternalCameraDeviceSession::
OutputThread
::getFourCcFromLayout(
887
int ExternalCameraDeviceSession::
OutputThread
::getCropRect
[
all
...]
Completed in 209 milliseconds