/external/bluetooth/glib/gio/ |
gfilemonitor.c | 151 rate_limiter_free (RateLimiter *limiter) 153 g_object_unref (limiter->file); 154 g_slice_free (RateLimiter, limiter); 438 RateLimiter *limiter; local 440 limiter = g_slice_new0 (RateLimiter); 441 limiter->file = g_object_ref (file); 442 g_hash_table_insert (monitor->priv->rate_limiter, file, limiter); 444 return limiter; 449 RateLimiter *limiter) 451 if (limiter->send_virtual_changes_done_at != 0 526 RateLimiter *limiter = value; local 582 RateLimiter *limiter = value; local 648 RateLimiter *limiter; local [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
trans4m_freq_2_time_fxp.cpp | 478 #define limiter( y, x) y = sat(x); macro 503 #define limiter( y, x) y = sat(x); macro 509 #define limiter( y, x) z = x<< (15-SCALING); \ macro 515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \ macro 676 limiter(*(pOutput_buffer++), (temp + test)); 677 limiter(*(pOutput_buffer++), (temp2 + test2)); 726 limiter(*(pOutput_buffer++), (test1 + (fxp_mul_16_by_16(dat1, win1) >> shift))); 728 limiter(*(pOutput_buffer_2++), (test2 + (fxp_mul_16_by_16(dat2, win2) >> shift))); 845 limiter(*(pOutput_buffer++), (temp + tmp1)); 860 limiter(*(pOutput_buffer++), (temp + temp1)) [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
trans4m_freq_2_time_fxp.cpp | 478 #define limiter( y, x) y = sat(x); macro 503 #define limiter( y, x) y = sat(x); macro 509 #define limiter( y, x) z = x<< (15-SCALING); \ macro 515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \ macro 676 limiter(*(pOutput_buffer++), (temp + test)); 677 limiter(*(pOutput_buffer++), (temp2 + test2)); 726 limiter(*(pOutput_buffer++), (test1 + (fxp_mul_16_by_16(dat1, win1) >> shift))); 728 limiter(*(pOutput_buffer_2++), (test2 + (fxp_mul_16_by_16(dat2, win2) >> shift))); 845 limiter(*(pOutput_buffer++), (temp + tmp1)); 860 limiter(*(pOutput_buffer++), (temp + temp1)) [all...] |