/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode_inline.h | 25 Int idx, run, level, j; in zero_run_search() local 30 run = 0; in zero_run_search() 41 run++; in zero_run_search() 55 RLB->run[idx] = run; in zero_run_search() 56 run = 0; in zero_run_search() 63 RLB->run[idx] = run; in zero_run_search() 64 run = 0; in zero_run_search() 78 run++; in zero_run_search() 92 RLB->run[idx] = run; in zero_run_search() 93 run = 0; in zero_run_search() [all …]
|
D | vlc_encode.cpp | 142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); 144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream); 145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream); 154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream); 155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream); 156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream); 157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream); 159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 160 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); [all …]
|
D | vlc_encode.h | 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | StatusBarTest.java | 70 public void run() { 80 public void run() { 91 public void run() { 104 public void run() { 109 public void run() { 130 public void run() { 138 public void run() { 145 public void run() { 150 public void run() { 155 public void run() { [all …]
|
D | NotificationTestList.java | 91 public void run() 113 public void run() 151 public void run() 180 public void run() 194 public void run() 251 public void run() 262 public void run() 274 public void run() 290 public void run() 302 public void run() [all …]
|
D | PowerTest.java | 53 public void run() { 62 public void run() { 71 public void run() { 76 public void run() { 81 public void run() { 86 public void run() { 90 public void run() { 98 public void run() { 102 public void run() {
|
D | ToastTest.java | 85 public void run() 95 public void run() 102 public void run() 109 public void run() 119 public void run() 126 public void run() 133 public void run() 142 public void run()
|
/frameworks/native/opengl/libagl/ |
D | Tokenizer.cpp | 49 const run_t& run = mRanges[0]; in acquire() local 50 uint32_t token = run.first + run.length; in acquire() 75 const run_t& run = mRanges[i]; in release() local 76 if ((token >= run.first) && (token < run.first+run.length)) { in release() 78 run_t& run = mRanges.editItemAt(i); in release() local 79 if ((token == run.first) || (token == run.first+run.length-1)) { in release() 80 if (token == run.first) { in release() 81 run.first += 1; in release() 83 run.length -= 1; in release() 84 if (run.length == 0) { in release() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_CheckVLCEscapeMode.c | 72 OMX_U32 run, in armVCM4P2_CheckVLCEscapeMode() argument 89 if (run <= maxStoreRun) in armVCM4P2_CheckVLCEscapeMode() 91 entries = pRunIndexTable[run + 1] in armVCM4P2_CheckVLCEscapeMode() 92 - pRunIndexTable[run]; in armVCM4P2_CheckVLCEscapeMode() 93 if (run > maxRunForMultipleEntries) in armVCM4P2_CheckVLCEscapeMode() 117 if (run <= maxStoreRun) in armVCM4P2_CheckVLCEscapeMode() 119 entries = pRunIndexTable[run + 1] in armVCM4P2_CheckVLCEscapeMode() 120 - pRunIndexTable[run]; in armVCM4P2_CheckVLCEscapeMode() 121 if (run > maxRunForMultipleEntries) in armVCM4P2_CheckVLCEscapeMode()
|
D | armVCM4P2_PutVLCBits.c | 122 OMX_U32 storeRun = 0, run, storeRunPlus; in armVCM4P2_PutVLCBits() local 128 for (i = start, run=0; i < 64; i++) in armVCM4P2_PutVLCBits() 135 run++; in armVCM4P2_PutVLCBits() 175 storeRun = run; in armVCM4P2_PutVLCBits() 177 run = 0; in armVCM4P2_PutVLCBits() 187 (armAbs(storeLevel) - pLMAXTableL1[run]); in armVCM4P2_PutVLCBits()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraAgent.java | 73 public void run() { in onPreviewStarted() 115 public void run() { in onCameraOpened() 124 public void run() { in onCameraDisabled() 133 public void run() { in onDeviceOpenFailure() 142 public void run() { in onDeviceOpenedAlready() 151 public void run() { in onReconnectionFailure() 291 public void run() { in openCamera() 318 public void run() { in closeCamera() 325 public void run() { in closeCamera() 424 public void run() { in reconnect() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_decode.cpp | 873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() 920 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() 926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20)) in VlcDecTCOEFIntra() 930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run]; in VlcDecTCOEFIntra() 972 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() 985 pTcoef->run = pTcoef->run + intra_max_run1[pTcoef->level] + 1; in VlcDecTCOEFIntra() 993 pTcoef->run = pTcoef->run + intra_max_run0[pTcoef->level] + 1; in VlcDecTCOEFIntra() 1003 pTcoef->run = (code >> 1) & 0x3F; in VlcDecTCOEFIntra() 1055 pTcoef->run = (uint)tab->run; //(tab->val >> 4) & 255; in VlcDecTCOEFInter() 1060 if (tab->run != 0xBF) in VlcDecTCOEFInter() [all …]
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ValueAnimatorTests.java | 80 public void run() { in testStartDelay() 94 public void run() { in testStartDelay() 103 public void run() { in testStartDelay() 126 public void run() { in testListenerCallbacks() 138 public void run() { in testListenerCallbacks() 149 public void run() { in testListenerCallbacks() 164 public void run() { in testListenerCallbacks() 190 public void run() { in testIsStarted() 204 public void run() { in testIsStarted() 215 public void run() { in testIsStarted() [all …]
|
D | EventsTest.java | 73 public void run() { in run() method in EventsTest.Canceler 101 public void run() { in run() method in EventsTest.Ender 122 public void run() { in run() method in EventsTest.Pauser 143 public void run() { in run() method in EventsTest.Resumer 174 public void run() { in FutureReleaseListener() 185 public void run() { in onAnimationEnd() 275 public void run() { in testStartCancel() 298 public void run() { in testStartEnd() 321 public void run() { in testStartDelayedCancel() 344 public void run() { in testStartDelayedEnd() [all …]
|
/frameworks/base/core/tests/coretests/src/android/print/ |
D | IPrintManagerParametersTest.java | 242 void run() throws Exception; 254 invokable.run(); 281 public void run() throws Exception { 309 public void run() throws Exception { 331 public void run() throws Exception { 339 public void run() throws Exception { 347 public void run() throws Exception { 354 public void run() throws Exception { 362 public void run() throws Exception { 384 public void run() throws Exception { [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 51 public void run() { in onCalling() 67 public void run() { in onRinging() 82 public void run() { in onRingingBack() 98 public void run() { in onCallEstablished() 113 public void run() { in onCallEnded() 129 public void run() { in onCallTransferring() 144 public void run() { in onCallBusy() 160 public void run() { in onCallChangeFailed() 176 public void run() { in onError() 191 public void run() { in onRegistering() [all …]
|
/frameworks/base/media/java/android/media/ |
D | SubtitleTrack.java | 170 Run run = mRunsByEndTime.valueAt(ix); in removeRunsByEndTimeIndex() local 171 while (run != null) { in removeRunsByEndTimeIndex() 172 Cue cue = run.mFirstCue; in removeRunsByEndTimeIndex() 179 mRunsByID.remove(run.mRunID); in removeRunsByEndTimeIndex() 180 Run nextRun = run.mNextRunAtEndTimeMs; in removeRunsByEndTimeIndex() 181 run.mPrevRunAtEndTimeMs = null; in removeRunsByEndTimeIndex() 182 run.mNextRunAtEndTimeMs = null; in removeRunsByEndTimeIndex() 183 run = nextRun; in removeRunsByEndTimeIndex() 308 Run run = mRunsByID.get(cue.mRunID); in addCue() local 309 if (run == null) { in addCue() [all …]
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | define-runnable.jd | 13 <li><a href="#RunMethod">Implement the run() Method</a> 34 in its {@link java.lang.Runnable#run Runnable.run()} method on a separate thread. You can also 36 run it. One or more {@link java.lang.Runnable} objects that perform a particular operation are 45 automatically manages threads and task queues, and can even run multiple threads in parallel. 55 public void run() { 57 * Code you want to run on the thread goes here 64 <h2 id="RunMethod">Implement the run() Method</h2> 66 In the class, the {@link java.lang.Runnable#run Runnable.run()} method contains the 74 At the beginning of the {@link java.lang.Runnable#run run()} method, set the thread to use 87 The following snippet shows how to set up the {@link java.lang.Runnable#run run()} method: [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | BidiRenderer.java | 141 for (ScriptRun run : getScriptRuns(mText, start, limit, isRtl, mFonts)) { in renderText() 144 renderScript(run.start, run.limit, run.font, flag, advances, advancesIndex, draw); in renderText() 145 advancesIndex += run.limit - run.start; in renderText() 274 ScriptRun run = new ScriptRun(scriptStart, scriptLimit, isRtl); in getScriptRuns() local 275 run.scriptCode = uScriptRun.getScriptCode(); in getScriptRuns() 276 setScriptFont(text, run, fonts); in getScriptRuns() 277 scriptRuns.add(run); in getScriptRuns() 284 private static void setScriptFont(char[] text, ScriptRun run, in setScriptFont() argument 291 if (font.canDisplayUpTo(text, run.start, run.limit) == -1) { in setScriptFont() 292 run.font = font; in setScriptFont() [all …]
|
/frameworks/support/v4/tests/java/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatTest.java | 57 public void run() { in testWithEndAction() 60 public void run() { in testWithEndAction() 73 public void run() { in testWithEndAction() 76 public void run() { in testWithEndAction() 93 public void run() { in testWithStartAction() 96 public void run() { in testWithStartAction() 109 public void run() { in testWithStartAction() 112 public void run() { in testWithStartAction()
|
/frameworks/base/tests/backup/ |
D | backup_helper_test.cpp | 34 bool run; member 56 t->run = true; in main() 64 t->run = true; in main() 74 if (t->run) { in main() 85 if (t->run) { in main() 109 if (t->run) { in main()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | residual.cpp | 155 int *level, *run; in enc_residual_block() local 166 run = encvid->run[cindx]; in enc_residual_block() 172 run = encvid->rundc; in enc_residual_block() 180 run = encvid->run[cindx]; in enc_residual_block() 189 run = encvid->runcdc + 4; in enc_residual_block() 195 run = encvid->runcdc; in enc_residual_block() 203 run = encvid->run[cindx]; in enc_residual_block() 221 zerosLeft += run[i]; in enc_residual_block() 380 ce_RunBefore(stream, run[i], zerosLeft); in enc_residual_block() 383 zerosLeft = zerosLeft - run[i]; in enc_residual_block()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | CameraDeviceState.java | 183 public void run() { in setCaptureResult() 190 public void run() { in setCaptureResult() 214 public void run() { in setRepeatingRequestError() 251 public void run() { in doStateTransition() 264 public void run() { in doStateTransition() 282 public void run() { in doStateTransition() 305 public void run() { in doStateTransition() 324 public void run() { in doStateTransition() 331 public void run() { in doStateTransition()
|
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/ |
D | Camera2CaptureCallbackForwarder.java | 45 public void run() { in onCaptureCompleted() 55 public void run() { in onCaptureFailed() 66 public void run() { in onCaptureProgressed() 75 public void run() { in onCaptureSequenceAborted() 85 public void run() { in onCaptureSequenceCompleted() 95 public void run() { in onCaptureStarted()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabasePerformanceTests.java | 110 public void run() { in run() method in DatabasePerformanceTests.PerformanceBase 179 public void run() { in run() method in DatabasePerformanceTests.ContactReadingTest1 219 public void run() { in run() method in DatabasePerformanceTests.Perf1Test 253 public void run() { in run() method in DatabasePerformanceTests.Perf2Test 292 public void run() { in run() method in DatabasePerformanceTests.Perf3Test 330 public void run() { in run() method in DatabasePerformanceTests.Perf4Test 371 public void run() { in run() method in DatabasePerformanceTests.Perf5Test 411 public void run() { in run() method in DatabasePerformanceTests.Perf6Test 451 public void run() { in run() method in DatabasePerformanceTests.Perf7Test 491 public void run() { in run() method in DatabasePerformanceTests.Perf8Test [all …]
|