Home
last modified time | relevance | path

Searched refs:mCaptureIntent (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.h334 uint8_t mCaptureIntent; variable
DQCamera3HWI.cpp269 mCaptureIntent(0) in QCamera3HardwareInterface()
971 rc = mMetadataChannel->initialize(IS_TYPE_NONE, mCaptureIntent); in configureStreams()
2005 mCaptureIntent = captureIntent; in processCaptureRequest()
2016 (mCaptureIntent == CAMERA3_TEMPLATE_VIDEO_RECORD || in processCaptureRequest()
2017 mCaptureIntent == CAMERA3_TEMPLATE_VIDEO_SNAPSHOT)); in processCaptureRequest()
2040 IS_TYPE_DIS, mCaptureIntent); in processCaptureRequest()
2043 is_type, mCaptureIntent); in processCaptureRequest()
2063 rc = channel->initialize(IS_TYPE_DIS, mCaptureIntent); in processCaptureRequest()
2065 rc = channel->initialize(is_type, mCaptureIntent); in processCaptureRequest()
2075 rc = mRawDumpChannel->initialize(is_type, mCaptureIntent); in processCaptureRequest()
[all …]