Searched defs:lag (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/tests/touchlag/ |
H A D | touchlag.cpp | 202 void get(int lag, int* x, int* y) { argument 203 const int i = (index - lag) & 0xF; 216 printf("\nusage: %s [-h] [-l lag]\n", name); 223 int lag = 0; local 238 lag = atoi(optarg); 265 if (lag) { 278 queue.get(lag, &lag_x, &lag_y); 280 if (lag) {
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
H A D | pitch_fr.cpp | 47 Description: *lag-- decrements the pointer. (*lag)-- decrements what is 128 Word16 max_frac_lag; /* lag up to which fractional lags are used */ 132 Word16 delta_int_low; /* integer lag below TO to start search from */ 448 lag = pointer to integer pitch of type Word16 475 fractional positions around lag T0. The position at which the 494 Word16 *lag, // i/o : integer pitch 510 max = Interpol_3or6 (&corr[*lag], *frac, flag3); // function result 513 corr_int = Interpol_3or6 (&corr[*lag], i, flag3); 525 *lag 565 searchFrac( Word16 *lag, Word16 *frac, Word16 last_frac, Word16 corr[], Word16 flag3, Flag *pOverflow ) argument 1385 Word16 lag; local [all...] |
/frameworks/av/media/libaudioclient/ |
H A D | AudioTrack.cpp | 2508 // The presented frame count must always lag behind the consumed frame count. 2560 const int64_t lag = local 2567 const int64_t limit = now - lag; // no earlier than this limit 2569 ALOGV("timestamp pause lag:%lld adjusting from %lld to %lld", 2570 (long long)lag, (long long)at, (long long)limit); 2697 // For offload compatibility, use a default lag value here.
|
Completed in 734 milliseconds