Searched defs:ref (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx) argument
88 x8 = (uint32)ref & 0x3;
101 ref -= lx;
108 x10 = *((uint32*)(ref += lx));
109 x11 = *((uint32*)(ref + 4));
127 x10 = *((uint32*)(ref + 8));
128 x11 = *((uint32*)(ref + 12));
163 return sad_mb_offset3(ref, blk, lx, dmin);
167 return sad_mb_offset2(ref, blk, lx, dmin);
171 return sad_mb_offset1(ref, bl
257 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx) argument
266 MOVS x8, ref, lsl #31 ; local
446 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx) argument
[all...]
H A Dmotion_est.cpp78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
774 UChar *ref, *cand, *ncand = NULL, *cur8; local
801 ref = video->forwardRefVop->yChan; /* origin of actual frame */
840 ncand = ref + imin + jmin * lx;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
849 ncand = ref + imin + jmin * lx;
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
865 ncand = ref + imin + jmin * lx;
883 cand = ref + i + j * lx;
906 cand = ref
1269 UChar *cand, *ref; local
[all...]
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp230 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) {
236 ref->buffer = buf;
237 ref->begin = 0;
238 ref->length = size;
239 ref->next = NULL;
241 oggpack_readinit(bits, ref);
260 ogg_reference ref; local
265 &buf, &ref, &bits);
338 ogg_reference ref; local
339 ref
228 makeBitReader( const void *data, size_t size, ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java32 import java.lang.ref.WeakReference;
38 final WeakReference<PendingIntentRecord> ref; field in class:PendingIntentRecord
187 ref = new WeakReference<PendingIntentRecord>(this);
320 if (current == ref) {
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp185 llvm::StringRef ref = static_cast<llvm::MDString*>(v)->getString(); local
187 char *c = new char[ref.size() + 1];
188 memcpy(c, ref.data(), ref.size());
189 c[ref.size()] = '\0';
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h65 egl_object_t* ref; member in class:android::egl_object_t::LocalRef
71 explicit LocalRef(egl_display_t const* display, T o) : ref(0) {
74 ref = native;
78 return static_cast<N*>(ref);
89 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) {
90 if (ref) {
91 ref->incRef();
97 if (ref) {
98 ref->destroy();
104 if (ref) {
[all...]
/frameworks/native/libs/gui/
H A DSurface.cpp215 Surface::Surface(const Parcel& parcel, const sp<IBinder>& ref) argument
218 mSurface = interface_cast<ISurface>(ref);
/frameworks/native/opengl/libagl/
H A Dstate.cpp226 void glStencilFunc(GLenum func, GLint ref, GLuint mask) { argument
249 void glAlphaFunc(GLenum func, GLclampf ref) argument
251 glAlphaFuncx(func, gglFloatToFixed(ref));
554 void glAlphaFuncx(GLenum func, GLclampx ref) { argument
556 c->rasterizer.procs.alphaFuncx(c, func, ref);
/frameworks/base/media/java/android/media/
H A DExifInterface.java322 int ref = getAttributeInt(TAG_GPS_ALTITUDE_REF, -1);
324 if (altitude >= 0 && ref >= 0) {
325 return (double) (altitude * ((ref == 1) ? -1 : 1));
374 String rationalString, String ref) {
392 if ((ref.equals("S") || ref.equals("W"))) {
373 convertRationalLatLonToFloat( String rationalString, String ref) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c295 image (ref) is read at correct position and the predicted part
301 u8 *ref,
324 ASSERT(ref);
329 h264bsdFillBlock(ref, block, x0, y0, width, height,
331 ref += width * height;
332 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1),
336 ref = block;
349 ptrA = ref + (comp * height + (u32)y0) * width + x0;
428 u8 *ref; local
448 ref
300 h264bsdInterpolateChromaHorVer( u8 *ref, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
489 h264bsdInterpolateVerHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
607 h264bsdInterpolateVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
741 h264bsdInterpolateHorHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
864 h264bsdInterpolateHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1002 h264bsdInterpolateHorVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horVerOffset) argument
1208 h264bsdInterpolateMidHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
1394 h264bsdInterpolateMidVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
1598 h264bsdInterpolateMidHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1983 u8 *partData, *ref; local
2132 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2167 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp282 SkPixelRef* ref = nativeBitmap ? nativeBitmap->pixelRef() : 0; local
283 if (ref == NULL) {
288 SkSafeRef(ref);
289 ref->lockPixels();
297 pixmap.data = (uint8_t*)ref->pixels();
305 _env->SetIntField(out_sur, gSurface_NativePixelRefFieldID, (int)ref);
307 ref->unlockPixels();
308 SkSafeUnref(ref);
453 SkPixelRef* ref = (SkPixelRef*)(_env->GetIntField(surface, local
455 if (ref) {
[all...]
H A Dandroid_opengl_GLES10.cpp142 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
145 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
148 (GLclampf)ref
152 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
155 (JNIEnv *_env, jobject _this, jint func, jint ref) {
158 (GLclampx)ref
3329 /* void glStencilFunc ( GLenum func, GLint ref, GLuint mask ) */
3332 (JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) {
3335 (GLint)ref,
144 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
154 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
3331 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
H A Dandroid_util_AssetManager.cpp82 const Res_value& value, uint32_t ref, ssize_t block,
86 const Res_value& value, uint32_t ref, ssize_t block,
94 env->SetIntField(outValue, gTypedValueOffsets.mResourceId, ref);
704 uint32_t ref = ident; local
706 block = res.resolveReference(&value, block, &ref, &typeSpecFlags, &config);
714 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags, &config) : block;
751 uint32_t ref = ident; local
753 block = res.resolveReference(&value, block, &ref, &typeSpecFlags);
761 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags) : block;
842 uint32_t ref local
85 copyValue(JNIEnv* env, jobject outValue, const ResTable* table, const Res_value& value, uint32_t ref, ssize_t block, uint32_t typeSpecFlags, ResTable_config* config) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp587 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
590 (JNIEnv *_env, jobject _this, jint func, jint ref) {
593 (GLclampx)ref
589 android_glAlphaFuncxOES__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
H A Dandroid_opengl_GLES20.cpp4462 /* void glStencilFunc ( GLenum func, GLint ref, GLuint mask ) */
4465 (JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) {
4468 (GLint)ref,
4473 /* void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask ) */
4476 (JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) {
4480 (GLint)ref,
4464 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4475 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
/frameworks/native/libs/utils/
H A DRefBase.cpp105 char inc = refs->ref >= 0 ? '+' : '-';
106 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
123 char inc = refs->ref >= 0 ? '+' : '-';
124 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
221 int32_t ref; member in struct:android::RefBase::weakref_impl::ref_entry
229 ref_entry* ref = new ref_entry; local
233 ref->ref
249 ref_entry* ref = head; local
287 ref_entry* ref = r; local
[all...]
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp702 ogg_reference ref; local
703 ref.buffer = &buf;
704 ref.begin = 0;
705 ref.length = size;
706 ref.next = NULL;
709 oggpack_readinit(&bits, &ref);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp121 void eLumaMotionComp(uint8 *ref, int picpitch, int picheight, argument
141 ref += y_pos * picpitch + x_pos;
143 eFullPelMC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
149 ref += y_pos * picpitch + x_pos;
151 eHorzInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dx);
156 ref += y_pos * picpitch + x_pos;
158 eVertInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dy);
163 ref += y_pos * picpitch + x_pos - 2; /* move to the left 2 pixels */
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight);
172 ref
190 eCreateAlign(uint8 *ref, int picpitch, int y_pos, uint8 *out, int blkwidth, int blkheight) argument
1697 ePadChroma(uint8 *ref, int picwidth, int picheight, int picpitch, int x_pos, int y_pos) argument
1805 eChromaMotionComp(uint8 *ref, int picwidth, int picheight, int x_pos, int y_pos, uint8 *pred, int picpitch, int blkwidth, int blkheight) argument
1838 uint8 *ref, *out; local
1931 uint8 *ref, *out; local
1981 uint8 *ref, *out; local
[all...]
H A Dmotion_est.cpp963 uint8 *ref, *cand, *ncand; local
992 ref = video->RefPicList0[DEFAULT_REF_IDX]->Sl; /* origin of actual frame */
1057 ncand = ref + i0 + j0 * lx;
1064 dmin = AVCFullSearch(encvid, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh, cmvx, cmvy);
1066 ncand = ref + imin + jmin * lx;
1074 dmin = AVCFullSearch(encvid, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh, cmvx, cmvy);
1075 ncand = ref + imin + jmin * lx;
1091 cand = ref + i + j * lx;
1117 cand = ref + i + j * lx;
1137 // ncand = ref
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c902 * [in] pSrcRefBufList - Pointer to List of ref buffer of co-located reference MB
946 OMX_U32 x, y, i, j, ref, OffX, OffY, OffSrc, OffRef; local
956 for (ref = 0; ref < ARM_VCM4P10_MAX_FRAMES; ref++)
958 if (pSrcRefBufList [ref] == NULL)
975 pSrcRefBufList [ref] + OffRef,
989 ref,
1010 pRefFrArr [2 + (OffY >> 1)][2 + (OffX >> 1)] = ref;
1015 pRefFrArr [2 + (OffY >> 1) + j][2 + (OffX >> 1) + i] = ref;
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp159 ArrayHelper(JNIEnv* env, JArray ref, jint offset, jint minSize) { argument
161 mRef = ref;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1902 bool ResourceTable::hasBagOrEntry(const String16& ref, argument
1907 if (!ResTable::expandResourceRef(ref.string(), ref.size(), &package, &type, &name,
2035 uint32_t ResourceTable::getResId(const String16& ref, argument
2044 ref.string(), ref.size(), &package, &type, &name,
2047 NOISY(printf("Expanding resource: ref=%s\n",
2048 String8(ref).string()));
2053 NOISY(printf("Expanding resource: ref=%s\n", String8(ref)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { argument
78 mgl.glAlphaFunc(func, ref);
82 public void glAlphaFuncx(int func, int ref) { argument
84 mgl.glAlphaFuncx(func, ref);
718 public void glStencilFunc(int func, int ref, int mask) { argument
720 mgl.glStencilFunc(func, ref, mask);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java93 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
97 float ref
100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
104 int ref
939 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
943 int ref,
941 glStencilFunc( int func, int ref, int mask ) argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h449 inline const char16_t* stringAt(const ResStringPool_ref& ref, size_t* outLen) const { argument
450 return stringAt(ref.index, outLen);
461 const ResStringPool_span* styleAt(const ResStringPool_ref& ref) const;

Completed in 9532 milliseconds

123