Home
last modified time | relevance | path

Searched refs:mIsType (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp98 mIsType = IS_TYPE_NONE; in QCamera3Channel()
727 rc = registerBuffer(buffer, mIsType); in request()
743 rc = registerBuffer(buffer, mIsType); in request()
814 mIsType = isType; in registerBuffer()
824 rc = initialize(mIsType); in registerBuffer()
1444 mIsType = isType; in initialize()
1501 mIsType, in initialize()
1598 rc = registerBuffer(buffer, mIsType); in request()
1615 rc = registerBuffer(buffer, mIsType); in request()
1694 mIsType = isType; in initialize()
[all …]
DQCamera3Channel.h134 cam_is_type_t mIsType; variable
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h976 cam_is_type_t mIsType; variable
DQCameraParameters.cpp770 mIsType(IS_TYPE_NONE), in QCameraParameters()
11099 return mIsType; in getISType()
11227 mIsType = static_cast<cam_is_type_t>(atoi(value)); in setStreamConfigure()
11229 mIsType = IS_TYPE_NONE; in setStreamConfigure()
11231 stream_config_info.is_type = mIsType; in setStreamConfigure()