Searched defs:ct (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/tests/omxjpegdecoder/
H A DSkOmxPixelRef.cpp39 void* SkOmxPixelRef::onLockPixels(SkColorTable** ct) { argument
40 *ct = mCTable;
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_reorder.cpp145 int16 ct = src_line; local
165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
166 ct += sfb_lines + (sfb_lines << 1);
185 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
/frameworks/rs/
H A Drsg_generator.c25 int ct; local
53 for (ct=0; ct < vt->ptrLevel; ct++) {
68 int ct; local
69 for (ct=0; ct < api->paramCount; ct++) {
70 if (ct || assumePrevious) {
73 printVarTypeAndName(f, &api->params[ct]);
78 int ct; local
127 int ct; local
138 int ct; local
148 int ct; local
160 int ct; local
185 int ct; local
406 int ct; local
[all...]
H A DrsType.cpp28 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) {
29 if (mRSC->mStateType.mTypes[ct] == this) {
30 mRSC->mStateType.mTypes.removeAt(ct);
226 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) {
227 Type *t = stc->mTypes[ct];
271 void Type::incRefs(const void *ptr, size_t ct, size_ argument
285 decRefs(const void *ptr, size_t ct, size_t startOff) const argument
[all...]
H A DrsAllocation.cpp213 for (size_t ct=0; ct < mToDirtyList.size(); ct++) {
214 if (mToDirtyList[ct] == p) {
215 mToDirtyList.removeAt(ct);
385 for (size_t ct=0; ct < mToDirtyList.size(); ct++) {
386 mToDirtyList[ct]->forceDirty();
391 void Allocation::incRefs(const void *ptr, size_t ct, size_ argument
395 decRefs(const void *ptr, size_t ct, size_t startOff) const argument
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Drsg_generator.c25 int ct; local
53 for (ct=0; ct < vt->ptrLevel; ct++) {
68 int ct; local
69 for (ct=0; ct < api->paramCount; ct++) {
70 if (ct || assumePrevious) {
73 printVarTypeAndName(f, &api->params[ct]);
78 int ct; local
127 int ct; local
138 int ct; local
148 int ct; local
160 int ct; local
185 int ct; local
406 int ct; local
[all...]
H A DrsType.cpp28 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) {
29 if (mRSC->mStateType.mTypes[ct] == this) {
30 mRSC->mStateType.mTypes.removeAt(ct);
226 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) {
227 Type *t = stc->mTypes[ct];
271 void Type::incRefs(const void *ptr, size_t ct, size_ argument
285 decRefs(const void *ptr, size_t ct, size_t startOff) const argument
[all...]
H A DrsAllocation.cpp369 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { argument
370 mHal.state.type->incRefs(ptr, ct, startOff);
373 void Allocation::decRefs(const void *ptr, size_t ct, size_t startOff) const { argument
377 mHal.state.type->decRefs(ptr, ct, startOff);
/frameworks/rs/driver/
H A DrsdIntrinsicBlur.cpp116 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
124 rsdIntrinsicBlurVF_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
135 for (int r = 0; r < ct; r++) {
115 OneVF(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicBlur.cpp114 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
122 rsdIntrinsicBlurVF_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
133 for (int r = 0; r < ct; r++) {
113 OneVF(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java160 public static void setCallingTest(CallingTest ct) { argument
161 sCallingTest = ct;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java123 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) { argument
127 owner = ct;
146 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) { argument
150 owner = ct;
182 CdmaConnection(Context context, CdmaCallWaitingNotification cw, CdmaCallTracker ct, argument
187 owner = ct;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java120 GsmConnection (Context context, DriverCall dc, GsmCallTracker ct, int index) { argument
124 owner = ct;
144 GsmConnection (Context context, String dialString, GsmCallTracker ct, GsmCall parent) { argument
148 owner = ct;
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp140 virtual void* onLockPixels(SkColorTable** ct) { argument
141 *ct = fCTable;

Completed in 1074 milliseconds