OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESAMPLE
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_blit.c
41
#define
RESAMPLE
(NAME, PIXELTYPE, SIZE) \
97
RESAMPLE
(resample_row_1, GLubyte, 1)
98
RESAMPLE
(resample_row_2, GLushort, 1)
99
RESAMPLE
(resample_row_4, GLuint, 1)
100
RESAMPLE
(resample_row_8, GLuint, 2)
101
RESAMPLE
(resample_row_16, GLuint, 4)
291
/* get pixel row from source and
resample
to match dest width */
/frameworks/av/services/audioflinger/
AudioMixer.h
74
RESAMPLE
= 0x3001,
88
// for target
RESAMPLE
FastMixer.cpp
307
mMixer->setParameter(name, AudioMixer::
RESAMPLE
,
AudioMixer.cpp
673
case
RESAMPLE
:
678
ALOGV("setParameter(
RESAMPLE
, SAMPLE_RATE, %u)",
694
LOG_ALWAYS_FATAL("setParameter
resample
: bad param %d", param);
[
all
...]
Threads.cpp
[
all
...]
/frameworks/av/services/audioflinger/tests/
test-mixer.cpp
48
fprintf(stderr, " -P # frames provided per call to
resample
() in CSV format\n");
278
AudioMixer::
RESAMPLE
,
Completed in 779 milliseconds