Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_encode_inline.h25 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 …]
Dvlc_encode.cpp142 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 …]
Dvlc_encode.h24 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/
DStatusBarTest.java70 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 …]
DNotificationTestList.java91 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 …]
DPowerTest.java53 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() {
DToastTest.java85 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/
DTokenizer.cpp49 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/
DarmVCM4P2_CheckVLCEscapeMode.c72 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()
DarmVCM4P2_PutVLCBits.c122 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/
DCameraAgent.java73 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/
Dvlc_decode.cpp873 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/
DValueAnimatorTests.java80 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 …]
DEventsTest.java73 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/
DIPrintManagerParametersTest.java242 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/
DSipSessionListenerProxy.java51 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/
DSubtitleTrack.java170 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/
Ddefine-runnable.jd13 <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/
DBidiRenderer.java141 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/
DViewPropertyAnimatorCompatTest.java57 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/
Dbackup_helper_test.cpp34 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/
Dresidual.cpp155 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/
DCameraDeviceState.java183 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/
DCamera2CaptureCallbackForwarder.java45 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/
DDatabasePerformanceTests.java110 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 …]

12345678910>>...66