Home | History | Annotate | Download | only in hardware

Lines Matching refs:pixel_format

2926          * @param pixel_format the desired preview picture format, defined by
2934 public void setPreviewFormat(int pixel_format) {
2935 String s = cameraFormatForPixelFormat(pixel_format);
2938 "Invalid pixel_format=" + pixel_format);
3018 * @param pixel_format the desired picture format
3024 public void setPictureFormat(int pixel_format) {
3025 String s = cameraFormatForPixelFormat(pixel_format);
3028 "Invalid pixel_format=" + pixel_format);
3062 private String cameraFormatForPixelFormat(int pixel_format) {
3063 switch(pixel_format) {