Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/usbcamera/
H A DStream.cpp69 return mStream->stream_type == CAMERA3_STREAM_INPUT || in isInputType()
80 case CAMERA3_STREAM_INPUT: in typeToString()
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DStream.cpp84 return mType == CAMERA3_STREAM_INPUT || in isInputType()
97 case CAMERA3_STREAM_INPUT: in typeToString()
/aosp12/hardware/interfaces/camera/device/3.3/default/
H A Dconvert.cpp41 } else if (src->stream_type == CAMERA3_STREAM_INPUT) { in convertToHidl()
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera3.h1424 CAMERA3_STREAM_INPUT = 1, enumerator
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp82 } else if (src->stream_type == CAMERA3_STREAM_INPUT) { in convertToHidl()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera.cpp393 case CAMERA3_STREAM_INPUT: in setupStreams()
H A Dstatic_properties.cpp239 return stream_type == CAMERA3_STREAM_INPUT || in IsInputType()
H A Dstatic_properties_test.cpp95 type = CAMERA3_STREAM_INPUT; in MakeStream()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp1281 if (streamList->streams[i]->stream_type == CAMERA3_STREAM_INPUT) { in validateStreamDimensions()
1359 || newStream->stream_type == CAMERA3_STREAM_INPUT in validateStreamDimensions()
1937 if (newStream->stream_type == CAMERA3_STREAM_INPUT){ in validateStreamCombination()
2313 if (!stream_exists && newStream->stream_type != CAMERA3_STREAM_INPUT) { in configureStreamsPerfLocked()
2510 } else if(newStream->stream_type == CAMERA3_STREAM_INPUT) { in configureStreamsPerfLocked()
2675 case CAMERA3_STREAM_INPUT: in configureStreamsPerfLocked()
2877 } else if (newStream->stream_type == CAMERA3_STREAM_INPUT) { in configureStreamsPerfLocked()
2916 if ((newStream->stream_type != CAMERA3_STREAM_INPUT) && in configureStreamsPerfLocked()
3533 if ((*it)->stream->stream_type == CAMERA3_STREAM_INPUT) in deriveMinFrameDuration()
H A DQCamera3Channel.cpp1609 if(stream->stream_type == CAMERA3_STREAM_INPUT){ in translateStreamTypeAndFormat()
1628 } else if(stream->stream_type == CAMERA3_STREAM_INPUT || in translateStreamTypeAndFormat()