HomeSort by relevance Sort by last modified time
    Searched refs:RESAMPLE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 50 #define RESAMPLE(array, i, r) \
58 resampled->red[i] = RESAMPLE(gamma_ramp->red, base_index, remaining);
59 resampled->green[i] = RESAMPLE(gamma_ramp->green, base_index, remaining);
60 resampled->blue[i] = RESAMPLE(gamma_ramp->blue, base_index, remaining);
68 #undef RESAMPLE
  /external/chromium_org/third_party/mesa/src/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 */
  /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/tests/
test-mixer.cpp 48 fprintf(stderr, " -P # frames provided per call to resample() in CSV format\n");
256 AudioMixer::RESAMPLE,
  /frameworks/av/services/audioflinger/
AudioMixer.h 72 RESAMPLE = 0x3001,
85 // for target RESAMPLE
FastMixer.cpp 297 mixer->setParameter(name, AudioMixer::RESAMPLE,
AudioMixer.cpp     [all...]
Threads.cpp     [all...]

Completed in 88 milliseconds