Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp105 void encode(int tick, AudioStream *chain);
106 void decode(int tick);
264 void AudioStream::encode(int tick, AudioStream *chain) in encode() argument
266 if (tick - mTick >= mInterval) { in encode()
268 int skipped = (tick - mTick) / mInterval; in encode()
275 tick = mTick; in encode()
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate); in encode()
360 void AudioStream::decode(int tick) in decode() argument
369 if ((unsigned int)(tick + BUFFER_SIZE - mBufferHead) > BUFFER_SIZE * 2) { in decode()
370 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/wilhelm/include/SLES/
DOpenSLES.h2030 SLuint32 tick,
2040 SLuint32 tick,
/frameworks/base/core/java/android/widget/
DTextView.java13428 tick();
13437 tick();
13453 void tick() { in tick() method in TextView.Drawables.Marquee
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt71438 method public static java.time.Clock tick(java.time.Clock, java.time.Duration);