Searched refs:tick (Results 1 – 12 of 12) sorted by relevance
107 void encode(int tick, AudioStream *chain);108 void decode(int tick);266 void AudioStream::encode(int tick, AudioStream *chain) in encode() argument268 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() argument371 if ((unsigned int)(tick + BUFFER_SIZE - mBufferHead) > BUFFER_SIZE * 2) { in decode()372 mBufferHead = tick - HISTORY_SIZE; in decode()[all …]
43 extern void appRender(long tick, int width, int height);
753 void appRender(long tick, int width, int height) in appRender() argument756 sStartTick = tick; in appRender()761 sTick = (sTick + tick - sStartTick) >> 1; in appRender()
349 int tick = tick_type(row + i * 4, transparent, outError); in get_horizontal_layout_bounds_ticks() local350 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() local364 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() local388 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() local402 if (tick != TICK_TYPE_LAYOUT_BOUNDS) { in get_vertical_layout_bounds_ticks()
134 /* 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 next225 schedules the next timer tick to run the task again.</p>
161 graphic asset. You can often combine the background image in interactive mode with the tick
228 <p>The <code>AnalogWatchFaceService</code> class schedules the next timer tick if required as
528 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>
2030 SLuint32 tick,2040 SLuint32 tick,
158 …ion of section-related sibling screens. Examples of such elements include tick marks, scrolling la…
10228 tick();10237 tick();10253 void tick() { in tick() method in TextView.Marquee
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...