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

/frameworks/base/core/java/android/hardware/
H A DCamera.java3133 * @param pixel_format the desired preview picture format, defined by
3141 public void setPreviewFormat(int pixel_format) { argument
3142 String s = cameraFormatForPixelFormat(pixel_format);
3145 "Invalid pixel_format=" + pixel_format);
3225 * @param pixel_format the desired picture format
3231 public void setPictureFormat(int pixel_format) { argument
3232 String s = cameraFormatForPixelFormat(pixel_format);
3235 "Invalid pixel_format=" + pixel_format);
3269 cameraFormatForPixelFormat(int pixel_format) argument
[all...]

Completed in 88 milliseconds