Searched refs:mIsType (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 97 mIsType = IS_TYPE_NONE; in QCamera3Channel() 1142 rc = registerBuffer(buffer, mIsType); in request() 1221 mIsType = isType; in registerBuffer() 1230 rc = initialize(mIsType); in registerBuffer() 1263 rc = registerBuffer(buffer, mIsType); in registerBufferAndGetBufDef() 1612 stream->width, stream->height, m_bUBWCenable, mIsType); in translateStreamTypeAndFormat() 1616 stream->width, stream->height, m_bUBWCenable, mIsType); in translateStreamTypeAndFormat() 1627 stream->width, stream->height, m_bUBWCenable, mIsType); in translateStreamTypeAndFormat() 1633 stream->width, stream->height, m_bUBWCenable, mIsType); in translateStreamTypeAndFormat() 1637 stream->width, stream->height, m_bUBWCenable, mIsType); in translateStreamTypeAndFormat() [all …]
|
D | QCamera3Channel.h | 176 cam_is_type_t mIsType; variable
|