Home
last modified time | relevance | path

Searched refs:is_type (Results 1 – 7 of 7) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Stream.cpp240 cam_is_type_t is_type, in init() argument
278 mStreamInfo->is_type = is_type; in init()
DQCamera3Stream.h66 cam_is_type_t is_type,
DQCamera3Channel.h371 cam_is_type_t is_type,
DQCamera3HWI.cpp2132 cam_is_type_t is_type; in processCaptureRequest() local
2135 is_type = static_cast<cam_is_type_t>(atoi(is_type_value)); in processCaptureRequest()
2164 is_type = IS_TYPE_DIS; in processCaptureRequest()
2166 is_type = IS_TYPE_EIS_2_0; in processCaptureRequest()
2177 rc = channel->registerBuffer(output.buffer, is_type); in processCaptureRequest()
2199 rc = channel->initialize(is_type); in processCaptureRequest()
2209 rc = mRawDumpChannel->initialize(is_type); in processCaptureRequest()
2217 rc = mSupportChannel->initialize(is_type); in processCaptureRequest()
DQCamera3Channel.cpp3240 const reprocess_config_t &src_config , cam_is_type_t is_type, in addReprocStreamsFromSource() argument
3286 is_type, in addReprocStreamsFromSource()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_intf.h444 cam_is_type_t is_type; member
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.cpp1842 streamInfo->is_type = static_cast<cam_is_type_t>(atoi(value)); in allocateStreamInfoBuf()
1844 streamInfo->is_type = IS_TYPE_NONE; in allocateStreamInfoBuf()