HomeSort by relevance Sort by last modified time
    Searched refs:tick (Results 126 - 150 of 272) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
seq_event.h 91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
196 /** (MIDI) Tick-time data record */
201 snd_seq_tick_time_t tick; /**< tick-time */ member in union:snd_seq_timestamp
seqmid.h 121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq_event.h 91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
196 /** (MIDI) Tick-time data record */
201 snd_seq_tick_time_t tick; /**< tick-time */ member in union:snd_seq_timestamp
seqmid.h 121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
  /bionic/libc/kernel/uapi/sound/
asequencer.h 171 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
386 snd_seq_tick_time_t tick; member in struct:snd_seq_queue_status
  /external/kernel-headers/original/uapi/sound/
asequencer.h 73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
77 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
239 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
490 snd_seq_tick_time_t tick; /* current tick */ member in struct:snd_seq_queue_status
501 unsigned int tempo; /* current tempo, us/tick */
512 #define SNDRV_SEQ_TIMER_MIDI_TICK 2 /* Midi Timer Tick (TICK event) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asequencer.h 73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
77 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
239 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
490 snd_seq_tick_time_t tick; /* current tick */ member in struct:snd_seq_queue_status
501 unsigned int tempo; /* current tempo, us/tick */
512 #define SNDRV_SEQ_TIMER_MIDI_TICK 2 /* Midi Timer Tick (TICK event) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
77 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
239 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
490 snd_seq_tick_time_t tick; /* current tick */ member in struct:snd_seq_queue_status
501 unsigned int tempo; /* current tempo, us/tick */
512 #define SNDRV_SEQ_TIMER_MIDI_TICK 2 /* Midi Timer Tick (TICK event) */
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttl.c 303 ticks = pData->duration * pData->tick;
369 pData->tick = TICK_CONVERT / (EAS_U32) temp;
408 ticks = c * pData->tick;
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
986 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_imelody.c 1002 duration = pData->tick * (1 << ('5' - c));
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttl.c 303 ticks = pData->duration * pData->tick;
369 pData->tick = TICK_CONVERT / (EAS_U32) temp;
408 ticks = c * pData->tick;
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
986 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_imelody.c 1002 duration = pData->tick * (1 << ('5' - c));
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttl.c 303 ticks = pData->duration * pData->tick;
369 pData->tick = TICK_CONVERT / (EAS_U32) temp;
408 ticks = c * pData->tick;
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
986 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_tonecontrol.c 85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
730 pData->length = (EAS_I32) duration * pData->tick;
eas_imelody.c 1011 duration = pData->tick * (1 << ('5' - c));
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 339 // Look for left tick
341 // Starting with a layout padding tick
346 int tick = tick_type(row + i * 4, transparent, outError); local
347 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
353 // Look for right tick
355 // Ending with a layout padding tick
360 int tick = tick_type(row+i*4, transparent, outError); local
361 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
377 // Look for top tick
379 // Starting with a layout padding tick
384 int tick = tick_type(rows[i] + offset, transparent, outError); local
398 int tick = tick_type(rows[i] + offset, transparent, outError); local
    [all...]
  /external/libnl/lib/
utils.c 316 uint32_t tick, us; local
319 fscanf(fd, "%08x %08x", &tick, &us);
320 ticks_per_usec = (double)tick/(double)us;
  /external/strace/
time.c 419 int tick; member in struct:__anon15061
443 tprintf(", tick=%d, ppsfreq=%d, jitter=%d",
444 tx.tick, tx.ppsfreq, tx.jitter);
486 tprintf(", tick=%ld, ppsfreq=%ld, jitter=%ld",
487 (long) tx.tick, (long) tx.ppsfreq, (long) tx.jitter);
  /external/chromium_org/remoting/webapp/unittests/
base_unittest.js 95 // Tick the clock for 2 seconds and check if the promise is fulfilled.
96 clock.tick(2);
102 clock.tick(101);
  /external/qemu/android/camera/
camera-service.c 1004 uint64_t tick; local
    [all...]
  /external/chromium_org/base/time/
time_posix.cc 106 #error No usable tick clock function on this platform.
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 750 /* The tick is current time in milliseconds, width and height
753 void appRender(long tick, int width, int height)
756 sStartTick = tick;
760 // Actual tick value is "blurred" a little bit.
761 sTick = (sTick + tick - sStartTick) >> 1;

Completed in 2064 milliseconds

1 2 3 4 56 7 8 91011