OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMyType
(Results
1 - 14
of
14
) sorted by null
/device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h
81
cam_stream_type_t
getMyType
();
QCameraChannel.cpp
655
streamInfo->reprocess_config.online.input_stream_type = pStream->
getMyType
();
QCameraStream.cpp
752
* FUNCTION :
getMyType
760
cam_stream_type_t QCameraStream::
getMyType
()
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3Stream.h
74
cam_stream_type_t
getMyType
() const;
QCamera3Stream.cpp
770
* FUNCTION :
getMyType
778
cam_stream_type_t QCamera3Stream::
getMyType
() const
QCamera3Channel.cpp
340
mask |= (0x1 << mStreams[i]->
getMyType
());
[
all
...]
QCamera3PostProc.cpp
814
switch (srcStream->
getMyType
()) {
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraStream.h
81
cam_stream_type_t
getMyType
();
QCameraChannel.cpp
655
streamInfo->reprocess_config.online.input_stream_type = pStream->
getMyType
();
QCameraStream.cpp
752
* FUNCTION :
getMyType
760
cam_stream_type_t QCameraStream::
getMyType
()
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.h
74
cam_stream_type_t
getMyType
() const;
QCamera3Channel.cpp
339
mask |= (0x1 << mStreams[i]->
getMyType
());
357
if (streamMask == (uint32_t )(0x1 << mStreams[i]->
getMyType
())) {
[
all
...]
QCamera3Stream.cpp
772
* FUNCTION :
getMyType
780
cam_stream_type_t QCamera3Stream::
getMyType
() const
QCamera3PostProc.cpp
820
switch (srcStream->
getMyType
()) {
[
all
...]
Completed in 252 milliseconds