Searched defs:pixel_format (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DCamera.java2906 * @param pixel_format the desired preview picture format, defined by
2914 public void setPreviewFormat(int pixel_format) { argument
2915 String s = cameraFormatForPixelFormat(pixel_format);
2918 "Invalid pixel_format=" + pixel_format);
2998 * @param pixel_format the desired picture format
3004 public void setPictureFormat(int pixel_format) { argument
3005 String s = cameraFormatForPixelFormat(pixel_format);
3008 "Invalid pixel_format=" + pixel_format);
3042 cameraFormatForPixelFormat(int pixel_format) argument
[all...]

Completed in 45 milliseconds