Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h192 bool isSnapshotFlipChanged();
DQCameraParametersIntf.cpp763 bool QCameraParametersIntf::isSnapshotFlipChanged() in isSnapshotFlipChanged() function in qcamera::QCameraParametersIntf
767 return mImpl->isSnapshotFlipChanged(); in isSnapshotFlipChanged()
DQCameraChannel.cpp665 if (param.isSnapshotFlipChanged()) { in UpdateStreamBasedParameters()
DQCameraParameters.h765 bool isSnapshotFlipChanged() { return m_bSnapshotFlipChanged; }; in isSnapshotFlipChanged() function