/frameworks/base/core/jni/android/graphics/ |
D | YuvToJpegEncoder.cpp | 89 uint8_t* yuv, int* offsets) { in compress() 165 uint8_t* yuv, int* offsets) { in compress() 207 void Yuv422IToJpegEncoder::deinterleave(uint8_t* yuv, uint8_t* yRows, uint8_t* uRows, in deinterleave() 240 jbyte* yuv = env->GetByteArrayElements(inYuv, NULL); in YuvImage_compressToJpeg() local
|
/frameworks/rs/ |
D | rsAllocation.h | 63 uint32_t yuv; member 99 } yuv; member
|
D | rsType.cpp | 363 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
|
D | rsScriptC_Lib.cpp | 341 uint32_t yuv) { in rsrTypeCreate()
|
D | rsInternalDefines.h | 220 uint32_t yuv; member
|
D | rsApiStubs.cpp | 314 bool mipmaps, bool faces, uint32_t yuv) in rsTypeCreate()
|
D | rsHidlAdaptation.cpp | 410 bool faces, uint32_t yuv) in TypeCreate()
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
D | RsYuv.java | 112 void execute(byte[] yuv) { in execute()
|
/frameworks/base/graphics/java/android/graphics/ |
D | YuvImage.java | 79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
|
/frameworks/native/libs/vr/libbufferhub/ |
D | ion_buffer.cpp | 215 struct android_ycbcr* yuv) { in LockYUV()
|
/frameworks/rs/driver/runtime/ |
D | rs_structs.h | 42 uint32_t yuv; member 77 } yuv; member
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 798 bool yuv; in hwcTestColorConvert() member
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 375 … long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); in rsnTypeCreate() 376 …ynchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { in nTypeCreate() 1034 …ng rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); in rsnIncTypeCreate() 1035 …hronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { in nIncTypeCreate()
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 33 size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout()
|
D | rsovRuntimeStubs.cpp | 257 RsYuvFormat yuv = (RsYuvFormat)yuv_format; in CreateType() local
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 250 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout()
|
D | rsdRuntimeStubs.cpp | 276 RsYuvFormat yuv = (RsYuvFormat) yuv_format; in CreateType() local
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1016 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() 2193 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nIncTypeCreate()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 434 … long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); in rsnTypeCreate() 435 …ynchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { in nTypeCreate()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1183 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate()
|