Home
last modified time | relevance | path

Searched refs:cameraFormatForPixelFormat (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
DCamera.java2921 String s = cameraFormatForPixelFormat(pixel_format); in setPreviewFormat()
3011 String s = cameraFormatForPixelFormat(pixel_format); in setPictureFormat()
3048 private String cameraFormatForPixelFormat(int pixel_format) { in cameraFormatForPixelFormat() method in Camera.Parameters