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

/frameworks/base/core/java/android/hardware/
H A DCamera.java1129 * @param pixel_format the desired preview picture format, defined
1136 public void setPreviewFormat(int pixel_format) { argument
1137 String s = cameraFormatForPixelFormat(pixel_format);
1140 "Invalid pixel_format=" + pixel_format);
1211 * @param pixel_format the desired picture format
1217 public void setPictureFormat(int pixel_format) { argument
1218 String s = cameraFormatForPixelFormat(pixel_format);
1221 "Invalid pixel_format=" + pixel_format);
1255 cameraFormatForPixelFormat(int pixel_format) argument
[all...]

Completed in 40 milliseconds