Home
last modified time | relevance | path

Searched defs:setRawImage (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libultrahdr/java/com/google/media/codecs/ultrahdr/
H A DUltraHDREncoder.java101 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