/frameworks/rs/ |
D | rsObjectBase.h | 102 ObjectBaseRef(const ObjectBaseRef &ref) { in ObjectBaseRef() 109 ObjectBaseRef(T *ref) { in ObjectBaseRef() 127 void set(T *ref) { in set() 137 void set(const ObjectBaseRef &ref) { in set()
|
/frameworks/base/libs/hwui/ |
D | ResourceCache.cpp | 33 ResourceReference* ref = mCache->valueAt(i); in logCache() local 84 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL; in incrementRefcountLocked() local 135 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL; in decrementRefcountLocked() local 171 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL; in destructorLocked() local 194 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL; in destructorLocked() local 217 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL; in destructorLocked() local 255 ResourceReference* ref = mCache->valueAt(index); in recycleLocked() local 273 void ResourceCache::deleteResourceReferenceLocked(const void* resource, ResourceReference* ref) { in deleteResourceReferenceLocked()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad_halfpel.cpp | 64 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_MB() 96 Int HalfPel2_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_MB() 138 Int HalfPel1_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_Blk() 170 Int HalfPel2_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_Blk() 221 Int SAD_MB_HalfPel_Cxhyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cxhyh() 262 Int SAD_MB_HalfPel_Cyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cyh() 298 Int SAD_MB_HalfPel_Cxh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cxh() 335 Int SAD_MB_HP_HTFM_Collectxhyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectxhyh() 414 Int SAD_MB_HP_HTFM_Collectyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectyh() 492 Int SAD_MB_HP_HTFM_Collectxh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectxh() [all …]
|
D | sad_mb_offset.h | 27 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin) in sad_mb_offset3() 130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) in sad_mb_offset3() 144 BIC ref, ref, #3; in sad_mb_offset3() local 223 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin) in sad_mb_offset3()
|
D | sad.cpp | 78 Int SAD_Macroblock_C(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_Macroblock_C() 106 Int SAD_MB_HTFM_Collect(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM_Collect() 208 Int SAD_MB_HTFM(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM() 314 Int SAD_Block_C(UChar *ref, UChar *blk, Int dmin, Int lx, void *) in SAD_Block_C()
|
D | sad_inline.h | 82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx) in simd_sad_mb()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | sad_halfpel.cpp | 68 int AVCSAD_MB_HalfPel_Cxhyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCSAD_MB_HalfPel_Cxhyh() 109 int AVCSAD_MB_HalfPel_Cyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCSAD_MB_HalfPel_Cyh() 145 int AVCSAD_MB_HalfPel_Cxh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCSAD_MB_HalfPel_Cxh() 181 int AVCAVCSAD_MB_HP_HTFM_Collectxhyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCAVCSAD_MB_HP_HTFM_Collectxhyh() 263 int AVCAVCSAD_MB_HP_HTFM_Collectyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCAVCSAD_MB_HP_HTFM_Collectyh() 344 int AVCAVCSAD_MB_HP_HTFM_Collectxh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCAVCSAD_MB_HP_HTFM_Collectxh() 424 int AVCSAD_MB_HP_HTFMxhyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCSAD_MB_HP_HTFMxhyh() 492 int AVCSAD_MB_HP_HTFMyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCSAD_MB_HP_HTFMyh() 558 int AVCSAD_MB_HP_HTFMxh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info) in AVCSAD_MB_HP_HTFMxh()
|
D | sad.cpp | 62 int AVCSAD_Macroblock_C(uint8 *ref, uint8 *blk, int dmin_lx, void *extra_info) in AVCSAD_Macroblock_C() 90 int AVCAVCSAD_MB_HTFM_Collect(uint8 *ref, uint8 *blk, int dmin_lx, void *extra_info) in AVCAVCSAD_MB_HTFM_Collect() 195 int AVCSAD_MB_HTFM(uint8 *ref, uint8 *blk, int dmin_lx, void *extra_info) in AVCSAD_MB_HTFM()
|
D | sad_mb_offset.h | 24 __inline int32 sad_mb_offset3(uint8 *ref, uint8 *blk, int lx, int dmin) in sad_mb_offset3() 127 __inline int32 sad_mb_offset3(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) in sad_mb_offset3() 219 __inline int32 sad_mb_offset3(uint8 *ref, uint8 *blk, int lx, int dmin) in sad_mb_offset3()
|
D | sad_inline.h | 79 __inline int32 simd_sad_mb(uint8 *ref, uint8 *blk, int dmin, int lx) in simd_sad_mb()
|
/frameworks/multidex/library/test/src/android/support/multidex/ |
D | ZipUtilTest.java | 94 Enumeration<? extends ZipEntry> ref = zip.entries(); in testCrcRange() local 114 Enumeration<? extends ZipEntry> ref = zip.entries(); in testCrcValue() local 144 Enumeration<? extends ZipEntry> ref = zip.entries(); in testInvalidCrcValue() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 303 u8 *ref, in h264bsdInterpolateChromaHorVer() 430 u8 *ref; in PredictChroma() local 492 u8 *ref, in h264bsdInterpolateVerHalf() 610 u8 *ref, in h264bsdInterpolateVerQuarter() 744 u8 *ref, in h264bsdInterpolateHorHalf() 867 u8 *ref, in h264bsdInterpolateHorQuarter() 1005 u8 *ref, in h264bsdInterpolateHorVerQuarter() 1211 u8 *ref, in h264bsdInterpolateMidHalf() 1397 u8 *ref, in h264bsdInterpolateMidVerQuarter() 1601 u8 *ref, in h264bsdInterpolateMidHorQuarter() [all …]
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 232 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) { in makeBitReader() 262 ogg_reference ref; in onQueueFilled() local 339 ogg_reference ref; in onQueueFilled() local
|
/frameworks/compile/mclinker/unittests/ |
D | FragmentRefTest.cpp | 54 FragmentRef *ref = FragmentRef::Create(*frag, 0x0); variable
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 548 SoftReference<Bitmap> ref = map.get(value); in getCachedBitmap() local 554 SoftReference<Bitmap> ref = sFrameworkBitmapCache.get(value); in getCachedBitmap() local 596 SoftReference<NinePatchChunk> ref = map.get(value); in getCached9Patch() local 602 SoftReference<NinePatchChunk> ref = sFramework9PatchCache.get(value); in getCached9Patch() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
D | h264bsd_interpolate_mid_hor.s | 35 ref RN 0 ;// pointer to current position in reference image label
|
D | h264bsd_interpolate_ver_quarter.s | 32 ref RN 0 label
|
D | h264bsd_interpolate_ver_half.s | 33 ref RN 0 label
|
D | h264bsd_interpolate_hor_half.s | 33 ref RN 0 label
|
D | h264bsd_interpolate_hor_quarter.s | 33 ref RN 0 label
|
D | h264bsd_interpolate_chroma_ver.s | 33 ref RN 0 label
|
D | h264bsd_interpolate_chroma_hor.s | 34 ref RN 0 label
|
D | h264bsd_interpolate_chroma_hor_ver.s | 35 ref RN 0 label
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
D | h264bsdFillRow7.s | 26 ref RN 0 label
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdFillRow7.S | 26 #define ref r0 macro
|