Searched refs:run (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h25 Int idx, run, level, j; local
30 run = 0;
41 run++;
55 RLB->run[idx] = run;
56 run = 0;
63 RLB->run[idx] = run;
64 run = 0;
78 run
116 Int idx, run, level, j; local
126 clz run, match local
138 mov run, run, lsl #1 /* 05/09/02 */ local
142 rsb run, j, run, lsr #1 /* delta run */ local
163 clz run, match local
169 clz run, match local
179 add run, run, #32 /* current position */ local
180 mov run, run, lsl #1 /* 09/02/05 */ local
184 rsb run, j, run, lsr #1 /* delta run */ local
205 clz run, match local
230 Int idx, run, level = 0, j; local
[all...]
H A 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, In
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1437 Int run; local
1510 Int run; local
1579 Int run; local
1794 Int run, idx; local
[all...]
H A 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/core/java/android/accounts/
H A DAccountManagerCallback.java19 void run(AccountManagerFuture<V> future); method in interface:AccountManagerCallback
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java84 public void run() {
94 public void run() {
105 public void run() {
111 // public void run() {
118 public void run() {
123 public void run() {
144 public void run() {
152 public void run() {
159 public void run() {
164 public void run() {
[all...]
H A 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()
H A DNotificationTestList.java83 public void run() {
105 public void run()
112 public void run() {
125 public void run() {
137 public void run() {
147 public void run() {
155 public void run() {
165 public void run()
193 public void run() {
203 public void run() {
860 public void run() { method in class:NotificationTestList.StateStress
[all...]
H A DPowerTest.java72 public void run() {
81 public void run() {
90 public void run() {
95 public void run() {
100 public void run() {
105 public void run() {
116 public void run() {
126 public void run() {
137 public void run() {
148 public void run() {
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CheckVLCEscapeMode.c27 * Performs escape mode decision based on the run, run+, level, level+ and
33 * [in] run Run value (count of zeros) to be encoded
35 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
40 * The run value after which level
57 OMX_U32 run,
72 /* Check for a valid entry with run, level and Last combination
74 if (run <= maxStoreRun)
76 entries = pRunIndexTable[run + 1]
77 - pRunIndexTable[run];
56 armVCM4P2_CheckVLCEscapeMode( OMX_U32 run, OMX_U32 runPlus, OMX_S16 level, OMX_S16 levelPlus, OMX_U8 maxStoreRun, OMX_U8 maxRunForMultipleEntries, OMX_INT shortVideoHeader, const OMX_U8 *pRunIndexTable ) argument
[all...]
H A DarmVCM4P2_PutVLCBits.c50 * The run value after which level
54 * The run value after which level
107 OMX_U32 storeRun = 0, run, storeRunPlus; local
113 for (i = start, run=0; i < 64; i++)
117 /* Counting the run */
120 run++;
160 storeRun = run;
162 run = 0;
172 (armAbs(storeLevel) - pLMAXTableL1[run]);
/frameworks/base/opengl/libagl/
H A DTokenizer.cpp48 // just extend the first run
49 const run_t& run = mRanges[0]; local
50 uint32_t token = run.first + run.length;
75 const run_t& run = mRanges[i]; local
76 if ((token >= run.first) && (token < run.first+run.length)) {
78 run_t& run = mRanges.editItemAt(i); local
79 if ((token == run
[all...]
/frameworks/base/test-runner/src/android/test/
H A DNoExecTestResult.java34 protected void run(final TestCase test) { method in class:NoExecTestResult
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp34 bool run; member in struct:Test
56 t->run = true;
64 t->run = true;
74 if (t->run) {
85 if (t->run) {
109 if (t->run) {
H A Dtest_backup.sh34 # run adb as root so we can poke at com.android.backuptest's data
63 # run the backup
64 a shell bmgr run
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionListenerProxy.java25 /** Class to help safely run a callback in a different thread. */
49 public void run() {
63 public void run() {
76 public void run() {
90 public void run() {
103 public void run() {
117 public void run() {
130 public void run() {
144 public void run() {
158 public void run() {
[all...]
/frameworks/base/tests/RenderScriptTests/ComputePerf/src/com/example/android/rs/computeperf/
H A DComputePerf.java40 mLT.run();
41 mLT.run();
44 mMandel.run();
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255;
884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE)
920 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255;
926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20))
930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run];
941 /* second escape mode. run is offset */
972 pTcoef->run
[all...]
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DSvc.java34 public abstract void run(String[] args); // run the command method in class:Svc.Command
41 c.run(args);
45 COMMAND_HELP.run(args);
66 public void run(String[] args) {
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DThreadBitmapTest.java44 public void run() {} method in class:ThreadBitmapTest.MThread
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeightTest.java61 public void run() {
70 public void run() {
78 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java60 public void run() {
123 public void run() {
156 public void run() {
189 public void run() {
200 public void run() {
211 public void run() {
255 public void run() {
/frameworks/base/core/tests/coretests/src/android/animation/
H A DEventsTest.java34 * automatically run the whole test on that thread. Other tests must run on the UI thread and also
69 public void run() { method in class:EventsTest.Canceler
97 public void run() { method in class:EventsTest.Ender
128 public void run() {
139 public void run() {
230 public void run() {
253 public void run() {
276 public void run() {
299 public void run() {
[all...]
H A DViewPropertyAnimatorTest.java37 * automatically run the whole test on that thread. Other tests must run on the UI thread and also
72 public void run() { method in class:ViewPropertyAnimatorTest.Canceler
110 public void run() {
121 public void run() {
208 public void run() {
231 public void run() {
253 public void run() {
277 public void run() {
300 public void run() {
[all...]
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java59 void run() {
78 void run() {
94 void run() {
108 void run() {
113 void run() {
122 void run() {
132 void run() {
154 void run() {
181 abstract void run(); method in class:BackupTestActivity.Test
201 t.run();
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp155 int *level, *run; local
166 run = encvid->run[cindx];
172 run = encvid->rundc;
180 run = encvid->run[cindx];
189 run = encvid->runcdc + 4;
195 run = encvid->runcdc;
203 run = encvid->run[cind
[all...]

Completed in 825 milliseconds

1234567891011>>