Home
last modified time | relevance | path

Searched refs:CAMERA3_STREAM_BIDIRECTIONAL (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/modules/usbcamera/
DStream.cpp70 mStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL; in isInputType()
75 mStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL; in isOutputType()
84 case CAMERA3_STREAM_BIDIRECTIONAL: in typeToString()
/hardware/libhardware/modules/camera/3_0/
DStream.cpp85 mType == CAMERA3_STREAM_BIDIRECTIONAL; in isInputType()
91 mType == CAMERA3_STREAM_BIDIRECTIONAL; in isOutputType()
101 case CAMERA3_STREAM_BIDIRECTIONAL: in typeToString()
/hardware/libhardware/modules/camera/3_4/
Dstatic_properties.cpp240 stream_type == CAMERA3_STREAM_BIDIRECTIONAL; in IsInputType()
245 stream_type == CAMERA3_STREAM_BIDIRECTIONAL; in IsOutputType()
Dv4l2_camera.cpp399 case CAMERA3_STREAM_BIDIRECTIONAL: in setupStreams()
Dstatic_properties_test.cpp91 type = CAMERA3_STREAM_BIDIRECTIONAL; in MakeStream()
/hardware/libhardware/include/hardware/
Dcamera3.h1438 CAMERA3_STREAM_BIDIRECTIONAL = 2, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp1358 if (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL in validateStreamDimensions()
1424 newStream->stream_type != CAMERA3_STREAM_BIDIRECTIONAL)) { in validateUsageFlags()
2018 if (newStream->stream_type != CAMERA3_STREAM_BIDIRECTIONAL && in validateStreamCombination()
2331 || newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL ) { in configureStreamsPerfLocked()
2493 if ((newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL in configureStreamsPerfLocked()
2679 case CAMERA3_STREAM_BIDIRECTIONAL: in configureStreamsPerfLocked()
2709 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) { in configureStreamsPerfLocked()
14903 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL && in validateStreamRotations()
DQCamera3Channel.cpp1629 stream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL || in translateStreamTypeAndFormat()