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

  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInfoCache.java 278 public boolean isYuvReprocessingAvailable() {
Api2Camera.java 294 return mCameraInfoCache.isYuvReprocessingAvailable();
412 if (USE_REPROCESSING_IF_AVAIL && mCameraInfoCache.isYuvReprocessingAvailable()) {
419 if (USE_REPROCESSING_IF_AVAIL && mCameraInfoCache.isYuvReprocessingAvailable()) {
    [all...]

Completed in 348 milliseconds