HomeSort by relevance Sort by last modified time
    Searched refs:getofflineRAW (Results 1 - 17 of 17) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.cpp     [all...]
QCameraParametersIntf.h 229 bool getofflineRAW();
QCamera2HWI.cpp     [all...]
QCameraParametersIntf.cpp 1014 bool QCameraParametersIntf::getofflineRAW()
1018 return mImpl->getofflineRAW();
    [all...]
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
QCameraPostProc.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraChannel.cpp 917 if (param.getofflineRAW() && !pStream->isTypeOf(CAM_STREAM_TYPE_RAW)) {
921 if (pStream->isTypeOf(CAM_STREAM_TYPE_RAW) && !param.getofflineRAW()) {
945 (param.getofflineRAW() && pStream->isTypeOf(CAM_STREAM_TYPE_RAW))) {
    [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.h 745 bool getofflineRAW() {return mOfflineRAW;}
    [all...]
QCameraParameters.cpp     [all...]
QCameraPostProc.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraChannel.cpp 905 if (param.getofflineRAW() && !pStream->isTypeOf(CAM_STREAM_TYPE_RAW)) {
909 if (pStream->isTypeOf(CAM_STREAM_TYPE_RAW) && !param.getofflineRAW()) {
933 (param.getofflineRAW() && pStream->isTypeOf(CAM_STREAM_TYPE_RAW))) {
    [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.h 745 bool getofflineRAW() {return mOfflineRAW;}
    [all...]
QCameraParameters.cpp     [all...]
QCameraPostProc.cpp     [all...]

Completed in 260 milliseconds