Searched refs:pixel_format (Results 1 - 2 of 2) 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...]
/frameworks/native/services/surfaceflinger/layerproto/
H A DLayerProtoParser.cpp108 layer->pixelFormat = layerProto.pixel_format();

Completed in 45 milliseconds