OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DepthCompositeStream
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/api2/
DepthCompositeStream.h
40
class
DepthCompositeStream
: public CompositeStream, public Thread,
44
DepthCompositeStream
(wp<CameraDeviceBase> device,
46
~
DepthCompositeStream
() override;
DepthCompositeStream.cpp
17
#define LOG_TAG "Camera3-
DepthCompositeStream
"
28
#include "
DepthCompositeStream
.h"
33
DepthCompositeStream
::
DepthCompositeStream
(wp<CameraDeviceBase> device,
102
DepthCompositeStream
::~
DepthCompositeStream
() {
118
void
DepthCompositeStream
::compilePendingInputLocked() {
217
bool
DepthCompositeStream
::getNextReadyInputLocked(int64_t *currentTs /*inout*/) {
234
int64_t
DepthCompositeStream
::getNextFailingInputLocked(int64_t *currentTs /*inout*/) {
250
status_t
DepthCompositeStream
::processInputFrame(const InputFrame &inputFrame)
[
all
...]
Completed in 46 milliseconds