OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVideoStream
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStreamInterface.h
42
virtual bool
isVideoStream
() const = 0;
Camera3DummyStream.h
73
bool
isVideoStream
() const;
Camera3DummyStream.cpp
107
bool Camera3DummyStream::
isVideoStream
() const {
Camera3OutputStream.h
128
bool
isVideoStream
() const;
Camera3OutputStream.cpp
469
mUseMonoTimestamp = (isConsumedByHWComposer() |
isVideoStream
());
762
bool Camera3OutputStream::
isVideoStream
() const {
[
all
...]
Camera3Device.cpp
893
if (outputStream->
isVideoStream
()) {
[
all
...]
Completed in 97 milliseconds