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

  /device/google/marlin/camera/QCamera2/HAL/
QCameraParametersIntf.h 165 bool isNV16PictureFormat();
QCameraParametersIntf.cpp 626 bool QCameraParametersIntf::isNV16PictureFormat()
630 return mImpl->isNV16PictureFormat();
    [all...]
QCameraParameters.h 722 bool isNV16PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_422_NV16);};
    [all...]
QCameraPostProc.cpp     [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.h 672 bool isNV16PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_422_NV16);};
    [all...]
QCameraPostProc.cpp 816 } else if (m_parent->mParameters.isNV16PictureFormat() ||
    [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.h 672 bool isNV16PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_422_NV16);};
    [all...]
QCameraPostProc.cpp 816 } else if (m_parent->mParameters.isNV16PictureFormat() ||
    [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp     [all...]

Completed in 4322 milliseconds