Searched refs:Run (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c88 int SuffixLength, Run, ZerosLeft,CoeffNum; local
214 Run = 0;
222 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);
223 armRetDataErrIf(Run == ARM_NO_CODEBOOK_INDEX, OMX_Sts_Err);
225 pRun[i] = (OMX_U8)Run;
227 DEBUG_PRINTF_2("Run[%d] = %d\n", i, pRun[i]);
229 ZerosLeft -= Run;
233 DEBUG_PRINTF_1("Run[0] = %d\n", pRun[i]);
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java46 final protected LongSparseArray<Run> mRunsByEndTime = new LongSparseArray<Run>();
48 final protected LongSparseArray<Run> mRunsByID = new LongSparseArray<Run>();
170 Run run = mRunsByEndTime.valueAt(ix);
180 Run nextRun = run.mNextRunAtEndTimeMs;
308 Run run = mRunsByID.get(cue.mRunID);
310 run = new Run();
594 Run run = mRunsByID.get(runID);
604 Run ru
621 private static class Run { class in class:SubtitleTrack
[all...]
/frameworks/minikin/include/minikin/
H A DFontCollection.h34 struct Run { struct in class:android::FontCollection
41 std::vector<Run>* result) const;
/frameworks/base/data/keyboards/
H A DAndroid.mk34 # Run validatekeymaps uncondionally for platform build.
/frameworks/minikin/tests/
H A DFontCollectionItemizeTest.cpp60 std::vector<FontCollection::Run>* result) {
72 const std::string& getFontPath(const FontCollection::Run& run) {
85 std::vector<FontCollection::Run> runs;
155 std::vector<FontCollection::Run> runs;
216 std::vector<FontCollection::Run> runs;
305 std::vector<FontCollection::Run> runs;
344 std::vector<FontCollection::Run> runs;
483 std::vector<FontCollection::Run> runs;
608 std::vector<FontCollection::Run> runs;
632 std::vector<FontCollection::Run> run
[all...]
/frameworks/base/packages/InputDevices/
H A DAndroid.mk44 # Run validatekeymaps unconditionally for platform build.
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dcvei.h424 virtual void Run(void) = 0;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp395 vector<Run>* result) const {
399 Run* run = NULL;
455 Run dummy;
H A DLayout.cpp708 vector<FontCollection::Run> items;
735 FontCollection::Run &run = items[run_ix];
745 ALOGD("Run %zu, font %d [%d:%d]", run_ix, font_ix, run.start, run.end);
/frameworks/base/data/fonts/
H A DAndroid.mk100 # Run sanity tests on fonts on checkbuild
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp98 bool Run();
1039 bool Driver::Run() { function in class:__anon1233::Driver
1067 if ((driver == nullptr) || !driver->Run()) {
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs250 Requesting Permissions at Run Time
2038 Specifying the Code to Run on a Thread
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs250 Requesting Permissions at Run Time
2000 Specifying the Code to Run on a Thread

Completed in 920 milliseconds