Searched defs:setRawImage (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libultrahdr/java/com/google/media/codecs/ultrahdr/ |
H A D | UltraHDREncoder.java | 101 public void setRawImage(int[] rgbBuff, int width, int height, int rgbStride, int colorGamut, in setRawImage() method in UltraHDREncoder 140 public void setRawImage(long[] rgbBuff, int width, int height, int rgbStride, int colorGamut, in setRawImage() method in UltraHDREncoder 180 public void setRawImage(short[] yBuff, short[] uvBuff, int width, int height, in setRawImage() method in UltraHDREncoder 223 public void setRawImage(byte[] yBuff, byte[] uBuff, byte[] vBuff, int width, int height, in setRawImage() method in UltraHDREncoder
|