/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 469 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); 470 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { 472 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes); 475 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); 476 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { 478 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); 564 int mip, int compIdx, byte[] d, int sizeBytes); 566 int mip, int compIdx, byte[] d, int sizeBytes) { 568 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
RenderScript.java | 543 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); 544 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { 546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); 629 int mip, int compIdx, byte[] d, int sizeBytes); 631 int mip, int compIdx, byte[] d, int sizeBytes) { 633 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); [all...] |
/external/opencv/ml/src/ |
mlestimate.cpp | 656 const CvMat* compIdx, 702 trainParams, compIdx, trainDataIdx, typeMask, missedMeasurementMask));
|
_ml.h | 119 uchar* cidx;int cistep; - compIdx
|
/external/opencv3/apps/traincascade/ |
old_ml_precomp.hpp | 115 uchar* cidx;int cistep; - compIdx
|
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 686 int mvd_l0[4][4][2]; /* [mbPartIdx][subMbPartIdx][compIdx], se(v) */ 687 int mvd_l1[4][4][2]; /* [mbPartIdx][subMbPartIdx][compIdx], se(v) */ [all...] |
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/external/opencv/ml/include/ |
ml.h | [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |