Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp107 void encode(int tick, AudioStream *chain);
108 void decode(int tick);
266 void AudioStream::encode(int tick, AudioStream *chain) in encode() argument
268 if (tick - mTick >= mInterval) { in encode()
270 int skipped = (tick - mTick) / mInterval; in encode()
277 tick = mTick; in encode()
312 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate); in encode()
362 void AudioStream::decode(int tick) in decode() argument
371 if ((unsigned int)(tick + BUFFER_SIZE - mBufferHead) > BUFFER_SIZE * 2) { in decode()
372 mBufferHead = tick - HISTORY_SIZE; in decode()
[all …]
/frameworks/native/opengl/tests/angeles/
Dapp.h43 extern void appRender(long tick, int width, int height);
Ddemo.c753 void appRender(long tick, int width, int height) in appRender() argument
756 sStartTick = tick; in appRender()
761 sTick = (sTick + tick - sStartTick) >> 1; in appRender()
/frameworks/base/tools/aapt/
DImages.cpp349 int tick = tick_type(row + i * 4, transparent, outError); in get_horizontal_layout_bounds_ticks() local
350 if (tick != TICK_TYPE_LAYOUT_BOUNDS) { in get_horizontal_layout_bounds_ticks()
363 int tick = tick_type(row+i*4, transparent, outError); in get_horizontal_layout_bounds_ticks() local
364 if (tick != TICK_TYPE_LAYOUT_BOUNDS) { in get_horizontal_layout_bounds_ticks()
387 int tick = tick_type(rows[i] + offset, transparent, outError); in get_vertical_layout_bounds_ticks() local
388 if (tick != TICK_TYPE_LAYOUT_BOUNDS) { in get_vertical_layout_bounds_ticks()
401 int tick = tick_type(rows[i] + offset, transparent, outError); in get_vertical_layout_bounds_ticks() local
402 if (tick != TICK_TYPE_LAYOUT_BOUNDS) { in get_vertical_layout_bounds_ticks()
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinformation.jd134 /* get the number of meetings and set the next timer tick */
196 <p>The next timer tick is set in the <code>onMeetingsLoaded()</code> method, as shown in the next
225 schedules the next timer tick to run the task again.</p>
Dperformance.jd161 graphic asset. You can often combine the background image in interactive mode with the tick
Ddrawing.jd228 <p>The <code>AnalogWatchFaceService</code> class schedules the next timer tick if required as
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd528 Starting measure, beat and tick of the segment</li>
531 Ending measure, beat and tick of the segment</li>
620 Sets the starting measure, beat, and tick for the event</p>
623 Sets the ending measure, beat, and tick for the event, if applicable</p>
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2030 SLuint32 tick,
2040 SLuint32 tick,
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd158 …ion of section-related sibling screens. Examples of such elements include tick marks, scrolling la…
/frameworks/base/core/java/android/widget/
DTextView.java10228 tick();
10237 tick();
10253 void tick() { in tick() method in TextView.Marquee
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...