/frameworks/base/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/FrameworkTest_intermediates/) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.policy*) 55 $(call add-clean-step, rm -rf $(TARGET_OUT_JAVA_LIBRARIES)/android.policy.jar) [all …]
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_PredictIntra_16x16_s.s | 162 step RN 10 label 194 ADD step, dstStep, dstStep 195 VST1 qAbove, [pDst], step 196 VST1 qAbove, [pTmp], step 197 VST1 qAbove, [pDst], step 198 VST1 qAbove, [pTmp], step 199 VST1 qAbove, [pDst], step 200 VST1 qAbove, [pTmp], step 201 VST1 qAbove, [pDst], step 202 VST1 qAbove, [pTmp], step [all …]
|
D | omxVCM4P10_PredictIntraChroma_8x8_s.s | 64 step RN 10 label 193 ADD step, leftStep, leftStep 196 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep] 197 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep] 198 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep] 199 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep] 200 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep] 201 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep] 202 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep] 234 ADD step, dstStep, dstStep [all …]
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 42 step RN 14 label 142 ADD step, srcdstStep, srcdstStep 145 VLD1 dRow0, [pSrcDst], step 147 VLD1 dRow1, [pTmp], step 148 VLD1 dRow2, [pSrcDst], step 149 VLD1 dRow3, [pTmp], step 150 VLD1 dRow4, [pSrcDst], step 151 VLD1 dRow5, [pTmp], step 152 VLD1 dRow6, [pSrcDst], step 153 VLD1 dRow7, [pTmp], step [all …]
|
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 50 step RN 10 label 176 ADD step, srcdstStep, srcdstStep 189 VLD1 dP_3, [pSrcDst], step 190 VLD1 dP_2, [pTmp], step 191 VLD1 dP_1, [pSrcDst], step 192 VLD1 dP_0, [pTmp], step 193 VLD1 dQ_0, [pSrcDst], step
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/ |
D | omxVCCOMM_Copy16x16_s.s | 30 step RN 2 label 48 …VLD1 {X0,X1},[pSrc@128],step ;// Load 16 bytes from 16 byte aligned pSrc and pSrc=pSrc + st… 49 VLD1 {X2,X3},[pSrc@128],step 50 VLD1 {X4,X5},[pSrc@128],step 51 VLD1 {X6,X7},[pSrc@128],step 57 VLD1 {X0,X1},[pSrc@128],step 58 VLD1 {X2,X3},[pSrc@128],step 59 VLD1 {X4,X5},[pSrc@128],step 60 VLD1 {X6,X7},[pSrc@128],step 66 VLD1 {X0,X1},[pSrc@128],step [all …]
|
D | omxVCCOMM_Copy8x8_s.s | 30 step RN 2 label 45 …VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after … 46 VLD1 {X1},[pSrc],step 47 VLD1 {X2},[pSrc],step 48 VLD1 {X3},[pSrc],step 53 VLD1 {X0},[pSrc],step 54 VLD1 {X1},[pSrc],step 55 VLD1 {X2},[pSrc],step 56 VLD1 {X3},[pSrc],step
|
/frameworks/base/media/libstagefright/codecs/aacenc/basic_op/ |
D | oper_32b.c | 234 #define step(shift) \ macro 257 step( 0); step( 2); step( 4); step( 6); in rsqrt() 258 step( 8); step(10); step(12); step(14); in rsqrt() 259 step(16); step(18); step(20); step(22); in rsqrt() 260 step(24); step(26); step(28); step(30); in rsqrt()
|
/frameworks/base/opengl/tests/testPauseResume/ |
D | README | 9 constantly increasing "step" count: 12 W/TestActivity( 1885): ****** step 235 resume 13 W/TestActivity( 1885): step 236 pause 14 W/TestActivity( 1885): ****** step 236 resume 20 W/TestActivity( 1466): ****** step 25 resume 21 W/TestActivity( 1466): step 26 pause 22 W/TestActivity( 1466): ****** step 26 resume 31 W/TestActivity( 1466): step 27 pause 32 W/TestActivity( 1466): ****** step 27 resume 33 W/TestActivity( 1466): step 28 pause [all …]
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_Clip8_s.s | 27 step RN 2 label 57 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step 58 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step 61 VST1 {dclip2},[pDst],step 62 VST1 {dclip3},[pDst],step 68 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step 69 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step 72 VST1 {dclip2},[pDst],step 73 VST1 {dclip3},[pDst],step
|
/frameworks/compile/libbcc/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libbcc_intermediates) 47 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/SHARED_LIBRARIES/libbcc_intermediates) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libruntime.bc) 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libclcore.bc_intermediates) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libbcc_sha1_intermediates) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libbcc_sha1.so)
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdClearMbLayer.S | 28 #define step r3 macro 52 MOV step, #32 56 VST1 {qZero}, [pMbLayer], step 58 VST1 {qZero}, [pTmp], step 59 VST1 {qZero}, [pMbLayer], step 60 VST1 {qZero}, [pTmp], step
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
D | h264bsdClearMbLayer.s | 28 step RN 3 label 52 MOV step, #32 56 VST1 qZero, [pMbLayer], step 58 VST1 qZero, [pTmp], step 59 VST1 qZero, [pMbLayer], step 60 VST1 qZero, [pTmp], step
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
D | sbr_downsample_lo_res.cpp | 132 Int32 step; in sbr_downsample_lo_res() local 147 step = org_length / result_length; /* floor; */ in sbr_downsample_lo_res() 148 org_length = org_length - step; in sbr_downsample_lo_res() 150 v_index[i] = v_index[i-1] + step; in sbr_downsample_lo_res()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
D | omxVCCOMM_Copy8x8.c | 56 OMX_INT step) in omxVCCOMM_Copy8x8() argument 67 armRetArgErrIf(((step < 8) || (step % 8)), OMX_Sts_BadArgErr); in omxVCCOMM_Copy8x8() 71 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8) in omxVCCOMM_Copy8x8()
|
D | omxVCCOMM_Copy16x16.c | 56 OMX_INT step) in omxVCCOMM_Copy16x16() argument 67 armRetArgErrIf(((step < 16) || (step % 16)), OMX_Sts_BadArgErr); in omxVCCOMM_Copy16x16() 71 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16) in omxVCCOMM_Copy16x16()
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
D | s10_8pf.cpp | 558 Word16 step, /* i : stepsize */ in search_10and8i40() argument 638 for (i3 = ipos[3]; i3 < L_CODE; i3 += step) in search_10and8i40() 657 for (j = ipos[2]; j < L_CODE; j += step) in search_10and8i40() 672 for (i3 = ipos[3]; i3 < L_CODE; i3 += step) in search_10and8i40() 704 for (i5 = ipos[5]; i5 < L_CODE; i5 += step) in search_10and8i40() 724 for (j = ipos[4]; j < L_CODE; j += step) in search_10and8i40() 747 for (i5 = ipos[5]; i5 < L_CODE; i5 += step) in search_10and8i40() 780 for (i7 = ipos[7]; i7 < L_CODE; i7 += step) in search_10and8i40() 801 for (j = ipos[6]; j < L_CODE; j += step) in search_10and8i40() 832 for (i7 = ipos[7]; i7 < L_CODE; i7 += step) in search_10and8i40() [all …]
|
D | cor_h_x2.cpp | 234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2() argument 253 for (i = k; i < L_CODE; i += step) in cor_h_x2()
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 155 for (int step = 0; step < count; step++) { in TestScales() 157 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[step]); in TestScales() 186 for (int step = 1; step < count; step++) { in TestRates() 188 mSoundPool.setRate(id, mScale[step]); in TestRates() 189 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]); in TestRates()
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
D | Radix4FFT_v5.s | 37 mov r9, r2, lsl #3 @ step = 2*bgn@ 56 add r14, r14, r9 @ xptr += step@ 71 add r14, r14, r9 @ xptr += step@ 91 add r14, r14, r9 @ xptr += step@ 122 sub r14, r14, r9 @ xptr -= step@ 128 sub r14, r14, r9 @ xptr -= step@ 134 sub r14, r14, r9 @ xptr -= step@
|
/frameworks/base/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 118 for(int step = 0; step < 8; step++) { in onDrawFrame() 119 float sx = (x + dx * step) * mScaleX + mOffsetX; in onDrawFrame() 120 float sy = (y + dy * step) * mScaleY + mOffsetY; in onDrawFrame() 121 int cbase = step * 4; in onDrawFrame()
|
/frameworks/base/media/mtp/ |
D | MtpProperty.cpp | 226 void MtpProperty::setFormRange(int min, int max, int step) { in setFormRange() argument 232 mStepSize.u.i8 = step; in setFormRange() 237 mStepSize.u.u8 = step; in setFormRange() 242 mStepSize.u.i16 = step; in setFormRange() 247 mStepSize.u.u16 = step; in setFormRange() 252 mStepSize.u.i32 = step; in setFormRange() 257 mStepSize.u.u32 = step; in setFormRange() 262 mStepSize.u.i64 = step; in setFormRange() 267 mStepSize.u.u64 = step; in setFormRange()
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
D | pitch_f4.c | 79 Word16 max, t0, step, temp; in Pitch_fr4() local 119 step = 1; /* 1/4 subsample resolution */ in Pitch_fr4() 123 step = 2; /* 1/2 subsample resolution */ in Pitch_fr4() 132 for (i = fraction + step; i <= 3; i += step) in Pitch_fr4()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | omxVCM4P2_DecodeBlockCoef_Intra.c | 96 OMX_INT step, in omxVCM4P2_DecodeBlockCoef_Intra() argument 126 armRetArgErrIf((step % 8) != 0, OMX_Sts_BadArgErr); in omxVCM4P2_DecodeBlockCoef_Intra() 217 pDst += step; in omxVCM4P2_DecodeBlockCoef_Intra()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/ |
D | omxVCCOMM_Copy8x8_s.s | 32 step RN 2 label 43 MOV Count,step ;//Count=step
|