Home
last modified time | relevance | path

Searched refs:CAMERA3_STREAM_INPUT (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/usbcamera/
DStream.cpp67 return mStream->stream_type == CAMERA3_STREAM_INPUT || in isInputType()
78 case CAMERA3_STREAM_INPUT: in typeToString()
/hardware/libhardware/modules/camera/3_0/
DStream.cpp83 return mType == CAMERA3_STREAM_INPUT || in isInputType()
96 case CAMERA3_STREAM_INPUT: in typeToString()
/hardware/libhardware/include/hardware/
Dcamera3.h1379 CAMERA3_STREAM_INPUT = 1, enumerator
/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp82 } else if (src->stream_type == CAMERA3_STREAM_INPUT) { in convertToHidl()