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

/frameworks/base/core/java/android/hardware/
H A DCamera.java2344 * @param pixel_format the desired preview picture format, defined by
2352 public void setPreviewFormat(int pixel_format) { argument
2353 String s = cameraFormatForPixelFormat(pixel_format);
2356 "Invalid pixel_format=" + pixel_format);
2436 * @param pixel_format the desired picture format
2442 public void setPictureFormat(int pixel_format) { argument
2443 String s = cameraFormatForPixelFormat(pixel_format);
2446 "Invalid pixel_format=" + pixel_format);
2480 cameraFormatForPixelFormat(int pixel_format) argument
[all...]

Completed in 56 milliseconds