Searched refs:tick (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 105 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/ |
D | app.h | 43 extern void appRender(long tick, int width, int height);
|
D | demo.c | 753 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/ |
D | Images.cpp | 349 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/ |
D | OpenSLES.h | 2030 SLuint32 tick, 2040 SLuint32 tick,
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 13428 tick(); 13437 tick(); 13453 void tick() { in tick() method in TextView.Drawables.Marquee
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 71438 method public static java.time.Clock tick(java.time.Clock, java.time.Duration);
|