Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp104 mIsType = IS_TYPE_NONE; in QCamera3Channel()
574 mIsType = isType; in initialize()
608 mIsType); in initialize()
661 rc = registerBuffer(buffer, mIsType); in request()
678 rc = registerBuffer(buffer, mIsType); in request()
720 mIsType = isType; in registerBuffer()
730 rc = initialize(mIsType); in registerBuffer()
871 mIsType = isType; in initialize()
875 streamDim, MIN_STREAMING_BUFFER_NUM, mPostProcMask, mIsType); in initialize()
1304 mIsType = isType; in initialize()
[all …]
DQCamera3Channel.h126 cam_is_type_t mIsType; variable