Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp82 m_bUBWCenable = true; in QCamera3Channel()
646 m_bUBWCenable = val; in setUBWCEnabled()
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()
2390 mCamera3Stream->width, mCamera3Stream->height, m_bUBWCenable, mIsType); in streamCbRoutine()
3683 stream->width, stream->height, m_bUBWCenable, IS_TYPE_NONE); in QCamera3PicChannel()
5566 mDim.width, mDim.height, m_bUBWCenable, mIsType); in initialize()
DQCamera3Channel.h162 bool m_bUBWCenable; variable