/frameworks/rs/ |
rsAllocation.cpp | 98 uint32_t count, const void *data, size_t sizeBytes) { 101 if ((count * eSize) != sizeBytes) { 103 (count * eSize), sizeBytes); 108 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes); 113 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { 114 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride); 120 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) { 121 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride); 126 uint32_t count, void *data, size_t sizeBytes) { 129 if ((count * eSize) != sizeBytes) { [all...] |
rsAllocation.h | 114 void data(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, const void *data, size_t sizeBytes); 116 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride); 118 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride); 120 void read(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes); 122 uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride); 124 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride); 127 const void *data, uint32_t elementOff, size_t sizeBytes); 129 const void *data, uint32_t elementOff, size_t sizeBytes);
|
rsAdapter.cpp | 40 void Adapter1D::data(Context *rsc, uint32_t x, uint32_t count, const void *data, size_t sizeBytes) { 41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0); 112 const void *data, size_t sizeBytes) { 113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0);
|
rs_hal.h | 169 const void *data, size_t sizeBytes); 173 const void *data, size_t sizeBytes, size_t stride); 176 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, 181 void *data, size_t sizeBytes); 185 void *data, size_t sizeBytes, size_t stride); 188 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, 219 const void *data, uint32_t elementOff, size_t sizeBytes); 221 const void *data, uint32_t elementOff, size_t sizeBytes);
|
rsAdapter.h | 47 void data(Context *rsc, uint32_t xoff, uint32_t count, const void *data, size_t sizeBytes); 80 const void *data, size_t sizeBytes);
|
rsg_generator.c | 684 fprintf(f, "typedef void (*RsPlaybackLocalFunc)(Context *, const void *, size_t sizeBytes);\n");
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
BaseDescriptor.java | 42 int sizeBytes;
54 + sizeBytes;
62 return sizeBytes;
78 sizeBytes = i;
|
/frameworks/rs/driver/ |
rsdAllocation.h | 105 const void *data, size_t sizeBytes); 110 const void *data, size_t sizeBytes, size_t stride); 114 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, 120 void *data, size_t sizeBytes); 125 void *data, size_t sizeBytes, size_t stride); 129 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, 162 const void *data, uint32_t elementOff, size_t sizeBytes); 166 const void *data, uint32_t elementOff, size_t sizeBytes);
|
rsdAllocation.cpp | 780 const void *data, size_t sizeBytes) { 800 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { 862 size_t sizeBytes, size_t stride) { 899 void *data, size_t sizeBytes) { 911 uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 295 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); 296 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { 298 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes); 300 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); 301 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { 303 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes); 305 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); 306 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { 308 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes); 310 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 417 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); 418 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { 420 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes); 422 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); 423 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { 425 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes); 427 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); 428 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { 430 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes); 432 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 439 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) 442 LOG_API("nAllocation1DData_i, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes); 444 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); 449 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) 452 LOG_API("nAllocation1DData_s, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes); 454 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); 459 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) 462 LOG_API("nAllocation1DData_b, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes) [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 608 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) 611 LOG_API("nAllocation1DData_i, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes); 613 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); 618 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) 621 LOG_API("nAllocation1DData_s, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes); 623 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); 628 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) 631 LOG_API("nAllocation1DData_b, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes) [all...] |
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 159 byte[] sizeBytes = new byte[4]; 175 writeInt(sizeBytes, 0, line.length); 176 gzip.write(sizeBytes);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_kgsl.h | 82 unsigned int sizebytes; member in struct:kgsl_device_getproperty
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_kgsl.h | 82 unsigned int sizebytes; member in struct:kgsl_device_getproperty
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
DefaultContainerService.java | 836 long sizeBytes = apkFile.length(); 837 if (sizeBytes == 0 && !apkFile.exists()) { [all...] |
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_kgsl.h | 249 sizebytes is sizeof() that structure 259 unsigned int sizebytes; member in struct:kgsl_device_getproperty
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_kgsl.h | 249 sizebytes is sizeof() that structure 259 unsigned int sizebytes; member in struct:kgsl_device_getproperty
|
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 220 static bool assertIdmapHeader(const uint32_t* map, size_t sizeBytes) 222 if (sizeBytes < ResTable::IDMAP_HEADER_SIZE_BYTES) { 223 ALOGW("idmap assertion failed: size=%d bytes\n", (int)sizeBytes); 234 static status_t idmapLookup(const uint32_t* map, size_t sizeBytes, uint32_t key, uint32_t* outValue) 237 if (!assertIdmapHeader(map, sizeBytes)) { 242 const size_t size = (sizeBytes - ResTable::IDMAP_HEADER_SIZE_BYTES) / sizeof(uint32_t); [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_kgsl.h | 232 unsigned int sizebytes; member in struct:kgsl_device_getproperty
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_kgsl.h | 232 unsigned int sizebytes; member in struct:kgsl_device_getproperty
|
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
fakewebrtcvoiceengine.h | 396 WEBRTC_STUB(SetISACMaxPayloadSize, (int channel, int sizeBytes)); [all...] |
/external/skia/gm/ |
gmmain.cpp | [all...] |