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

  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.h 410 bool isNV16PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_422_NV16);};
QCameraPostProc.cpp 473 } else if (m_parent->mParameters.isNV16PictureFormat()) {
637 if (m_parent->mParameters.isNV16PictureFormat()) {
    [all...]
QCamera2HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.h 409 bool isNV16PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_422_NV16);};
QCameraPostProc.cpp 473 } else if (m_parent->mParameters.isNV16PictureFormat()) {
637 if (m_parent->mParameters.isNV16PictureFormat()) {
    [all...]
QCamera2HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h 570 bool isNV16PictureFormat() {return (mPictureFormat == CAM_FORMAT_YUV_422_NV16);};
    [all...]
QCameraPostProc.cpp 639 } else if (m_parent->mParameters.isNV16PictureFormat() ||
863 if (!needSuperBufMatch && (m_parent->mParameters.isNV16PictureFormat() ||
    [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp     [all...]

Completed in 161 milliseconds