Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp74 uint8_t* yuv, int* offsets) { in compress()
150 uint8_t* yuv, int* offsets) { in compress()
192 void Yuv422IToJpegEncoder::deinterleave(uint8_t* yuv, uint8_t* yRows, uint8_t* uRows, in deinterleave()
225 jbyte* yuv = env->GetByteArrayElements(inYuv, NULL); in YuvImage_compressToJpeg() local
/frameworks/rs/
DrsAllocation.h63 uint32_t yuv; member
99 } yuv; member
DrsType.cpp363 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
DrsScriptC_Lib.cpp341 uint32_t yuv) { in rsrTypeCreate()
DrsInternalDefines.h220 uint32_t yuv; member
DrsApiStubs.cpp314 bool mipmaps, bool faces, uint32_t yuv) in rsTypeCreate()
DrsHidlAdaptation.cpp410 bool faces, uint32_t yuv) in TypeCreate()
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
DRsYuv.java112 void execute(byte[] yuv) { in execute()
/frameworks/base/graphics/java/android/graphics/
DYuvImage.java79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
/frameworks/native/libs/vr/libbufferhub/
Dion_buffer.cpp215 struct android_ycbcr* yuv) { in LockYUV()
/frameworks/rs/driver/runtime/
Drs_structs.h42 uint32_t yuv; member
77 } yuv; member
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp798 bool yuv; in hwcTestColorConvert() member
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java375 … 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/
DrsovAllocation.cpp33 size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout()
DrsovRuntimeStubs.cpp257 RsYuvFormat yuv = (RsYuvFormat)yuv_format; in CreateType() local
/frameworks/rs/driver/
DrsdAllocation.cpp249 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout()
DrsdRuntimeStubs.cpp276 RsYuvFormat yuv = (RsYuvFormat) yuv_format; in CreateType() local
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1014 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate()
2191 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nIncTypeCreate()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java430 … long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); in rsnTypeCreate()
431 …ynchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { in nTypeCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1182 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate()