Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbcamera/
DStream.cpp69 return mStream->stream_type == CAMERA3_STREAM_INPUT || in isInputType()
80 case CAMERA3_STREAM_INPUT: in typeToString()
/hardware/libhardware/modules/camera/3_0/
DStream.cpp84 return mType == CAMERA3_STREAM_INPUT || in isInputType()
97 case CAMERA3_STREAM_INPUT: in typeToString()
/hardware/interfaces/camera/device/3.3/default/
Dconvert.cpp41 } else if (src->stream_type == CAMERA3_STREAM_INPUT) { in convertToHidl()
/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()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.cpp417 case CAMERA3_STREAM_INPUT: in setupStreams()
Dstatic_properties.cpp238 return stream_type == CAMERA3_STREAM_INPUT || in IsInputType()
Dstatic_properties_test.cpp95 type = CAMERA3_STREAM_INPUT; in MakeStream()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp1223 if (streamList->streams[i]->stream_type == CAMERA3_STREAM_INPUT) { in validateStreamDimensions()
1300 || newStream->stream_type == CAMERA3_STREAM_INPUT in validateStreamDimensions()
1963 newStream->stream_type == CAMERA3_STREAM_INPUT){ in configureStreamsPerfLocked()
1971 if (newStream->stream_type == CAMERA3_STREAM_INPUT){ in configureStreamsPerfLocked()
2233 if (!stream_exists && newStream->stream_type != CAMERA3_STREAM_INPUT) { in configureStreamsPerfLocked()
2428 } else if(newStream->stream_type == CAMERA3_STREAM_INPUT) { in configureStreamsPerfLocked()
2587 case CAMERA3_STREAM_INPUT: in configureStreamsPerfLocked()
2786 } else if (newStream->stream_type == CAMERA3_STREAM_INPUT) { in configureStreamsPerfLocked()
2825 if ((newStream->stream_type != CAMERA3_STREAM_INPUT) && in configureStreamsPerfLocked()
3211 if ((*it)->stream->stream_type == CAMERA3_STREAM_INPUT) in deriveMinFrameDuration()
DQCamera3Channel.cpp1574 if(stream->stream_type == CAMERA3_STREAM_INPUT){ in translateStreamTypeAndFormat()
1589 } else if(stream->stream_type == CAMERA3_STREAM_INPUT || in translateStreamTypeAndFormat()