OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:squeeze
(Results
1 - 3
of
3
) sorted by null
/system/media/wilhelm/tests/sandbox/
playbq.c
60
//
squeeze
16-bit signed PCM samples down to 8-bit unsigned PCM samples by truncation; no dithering
61
static void
squeeze
(const short *from, unsigned char *to, ssize_t n)
function
63
// note that we don't
squeeze
the last odd byte
87
squeeze
(buffer, (unsigned char *) buffer, nbytes);
333
squeeze
(buffer, (unsigned char *) buffer, nbytes);
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
[
all
...]
/frameworks/base/docs/html/resources/
resources-data.js
372
en: 'Some Android applications need to
squeeze
every bit of performance out of the UI toolkit and there are many ways to do so. In this article, you will discover how to speed up the drawing and the perceived startup time of your activities. Both of these techniques rely on a single feature, the window\'s background drawable.'
Completed in 402 milliseconds