Searched refs:ct (Results 1 - 25 of 78) sorted by last modified time

1234

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java391 for (int ct=0; ct < d.length; ct++) {
392 i[ct] = d[ct].getID(mRS);
H A DElement.java82 for (int ct = 0; ct < fieldCount; ct ++) {
83 if (mElementNames[ct].charAt(0) != '#') {
90 for (int ct = 0, ctNoPadding = 0; ct < fieldCount; ct ++) {
91 if (mElementNames[ct].charAt(0) != '#') {
92 mVisibleElementMap[ctNoPadding ++] = ct;
201 for (int ct
[all...]
H A DRenderScript.java986 public static RenderScript create(Context ctx, int sdkVersion, ContextType ct) { argument
1025 rs.mContext = rs.nContextCreate(rs.mDev, 0, sdkVersion, ct.mID);
1050 * @param ct The type of context to be created.
1053 public static RenderScript create(Context ctx, ContextType ct) { argument
1055 return create(ctx, v, ct);
H A DScriptGroup.java107 for (int ct=0; ct < mInputs.length; ct++) {
108 if (mInputs[ct].mKID == s) {
109 mInputs[ct].mAllocation = a;
127 for (int ct=0; ct < mOutputs.length; ct++) {
128 if (mOutputs[ct].mKID == s) {
129 mOutputs[ct]
[all...]
H A DScriptIntrinsicConvolve3x3.java91 for (int ct=0; ct < mValues.length; ct++) {
92 mValues[ct] = v[ct];
93 fp.addF32(mValues[ct]);
H A DScriptIntrinsicConvolve5x5.java87 for (int ct=0; ct < mValues.length; ct++) {
88 mValues[ct] = v[ct];
89 fp.addF32(mValues[ct]);
H A DScriptIntrinsicLUT.java57 for (int ct=0; ct < 256; ct++) {
58 si.mCache[ct] = (byte)ct;
59 si.mCache[ct + 256] = (byte)ct;
60 si.mCache[ct + 512] = (byte)ct;
61 si.mCache[ct
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp63 for (jsize ct = 0; ct < stringsLength; ct ++) {
64 jstring s = (jstring)mEnv->GetObjectArrayElement(mStrings, ct);
65 mCStrings[ct] = mEnv->GetStringUTFChars(s, NULL);
66 mSizeArray[ct] = mEnv->GetStringUTFLength(s);
71 for (jsize ct=0; ct < mStringsLength; ct++) {
72 jstring s = (jstring)mEnv->GetObjectArrayElement(mStrings, ct);
130 nContextCreate(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer, jint ct) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java627 Long ct = System.currentTimeMillis();
628 long beginCheckPeriod = ct - mCheckPeriod;
630 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct);
638 sent.add(ct);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java108 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) { argument
112 mOwner = ct;
131 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) { argument
135 mOwner = ct;
167 CdmaConnection(Context context, CdmaCallWaitingNotification cw, CdmaCallTracker ct, argument
172 mOwner = ct;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java110 GsmConnection (Context context, DriverCall dc, GsmCallTracker ct, int index) { argument
114 mOwner = ct;
134 GsmConnection (Context context, String dialString, GsmCallTracker ct, GsmCall parent) { argument
138 mOwner = ct;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java117 ImsPhoneConnection(Context context, ImsCall imsCall, ImsPhoneCallTracker ct, ImsPhoneCall parent) { argument
121 mOwner = ct;
174 ImsPhoneConnection(Context context, String dialString, ImsPhoneCallTracker ct, ImsPhoneCall parent) { argument
178 mOwner = ct;
/frameworks/rs/api/
H A Dgen_runtime.cpp1192 for (size_t ct = 0; ct < mComment.size(); ct++) {
1193 if (!mComment[ct].empty()) {
1194 file << " * " << mComment[ct] << "\n";
1244 for (size_t ct = 0; ct < mInline.size(); ct++) {
1245 file << " " << mInline[ct].c_str() << "\n";
/frameworks/rs/cpp/
H A DElement.cpp156 for (size_t ct = 0; ct < fieldCount; ct ++) {
157 if (mElementNames[ct].c_str()[0] != '#') {
163 for (size_t ct = 0; ct < fieldCount; ct ++) {
164 if (mElementNames[ct].c_str()[0] != '#') {
165 mVisibleElementMap.push_back((uint32_t)ct);
183 for (size_t ct
[all...]
H A DrsDispatch.h29 typedef RsContext (*ContextCreateFnPtr)(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t flags);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp183 for (uint32_t ct = 0; ct < mWorkers.mCount; ct++) {
184 mWorkers.mLaunchSignals[ct].set();
301 for (uint32_t ct=0; ct < mWorkers.mCount; ct++) {
302 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
304 mWorkers.mCount = ct;
319 for (uint32_t ct
[all...]
H A DrsCpuIntrinsicBlur.cpp158 extern "C" void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
159 extern "C" void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
160 extern "C" void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
164 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
172 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
184 for (int r = 0; r < ct; r++) {
198 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) {
208 for (int r = 0; r < ct; r++) {
225 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, 0, t );
237 for (int r = 0; r < ct;
163 OneVFU4(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
197 OneVFU1(float *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
[all...]
H A DrsCpuIntrinsicColorMatrix.cpp747 for(int ct=0; ct < 16; ct++) {
748 ip[ct] = (short)(fp[ct] * 256.f + 0.5f);
749 tmpFp[ct] = fp[ct] * fpMul;
750 //ALOGE("mat %i %f %f", ct, fp[ct], tmpFp[ct]);
[all...]
H A DrsCpuIntrinsicConvolve3x3.cpp78 for(int ct=0; ct < 9; ct++) {
79 if (mFp[ct] >= 0) {
80 mIp[ct] = (short)(mFp[ct] * 256.f + 0.5f);
82 mIp[ct] = (short)(mFp[ct] * 256.f - 0.5f);
488 for(int ct=0; ct <
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp79 for(int ct=0; ct < 25; ct++) {
80 if (mFp[ct] >= 0) {
81 mIp[ct] = (short)(mFp[ct] * 256.f + 0.5f);
83 mIp[ct] = (short)(mFp[ct] * 256.f - 0.5f);
685 for(int ct=0; ct < 2
[all...]
H A DrsCpuIntrinsicHistogram.cpp155 for (uint32_t ct=0; ct < (256 * vSize); ct++) {
156 o[ct] = mSums[ct];
158 o[ct] += mSums[ct + (256 * vSize * t)];
H A DrsCpuScript.cpp1330 for (uint32_t ct=0; ct < mScript->mHal.info.exportedVariableCount; ct++) {
1331 Allocation *a = mBoundAllocs[ct];
H A DrsCpuScriptGroup.cpp60 for(size_t ct=0; ct < sl->count; ct++) {
62 func = (ScriptGroupRootFunc_t)sl->fnPtrs[ct];
63 mp->usr = sl->usrPtrs[ct];
73 if (sl->ins[ct]) {
74 mp->ptrIn = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr;
75 istep = sl->ins[ct]->mHal.state.elementSizeBytes;
77 if (sl->inExts[ct]) {
78 mp->in = mp->ptrIn + sl->ins[ct]
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp323 for (uint32_t ct = 1; ct < alloc->mHal.drvState.lodCount; ct++) {
324 offsets[ct] = (size_t)alloc->mHal.drvState.lod[ct].mallocPtr;
H A DrsdMeshObj.cpp77 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) {
78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
79 for (uint32_t ct=0; ct < elem->mHal.state.fieldsCount; ct++) {
80 if (isValidGLComponent(elem, ct)) {
100 for (uint32_t ct=0; ct < mRSMes
[all...]

Completed in 303 milliseconds

1234