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

  /device/google/marlin/camera/QCamera2/HAL/
QCameraParametersIntf.h 166 bool isNV21PictureFormat();
QCameraParametersIntf.cpp 633 bool QCameraParametersIntf::isNV21PictureFormat()
637 return mImpl->isNV21PictureFormat();
    [all...]
QCameraParameters.h 725 bool isNV21PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_420_NV21);};
    [all...]
QCamera2HWI.cpp     [all...]
QCameraPostProc.cpp     [all...]
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParametersIntf.h 178 bool isNV21PictureFormat();
QCameraParametersIntf.cpp 678 bool QCameraParametersIntf::isNV21PictureFormat()
682 return mImpl->isNV21PictureFormat();
    [all...]
QCameraParameters.h 750 bool isNV21PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_420_NV21);};
    [all...]
QCamera2HWI.cpp     [all...]
QCameraPostProc.cpp     [all...]
QCameraParameters.cpp     [all...]

Completed in 860 milliseconds