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

  /external/mesa3d/src/mesa/swrast/
s_blit.c 42 #define RESAMPLE(NAME, PIXELTYPE, SIZE) \
98 RESAMPLE(resample_row_1, GLubyte, 1)
99 RESAMPLE(resample_row_2, GLushort, 1)
100 RESAMPLE(resample_row_4, GLuint, 1)
101 RESAMPLE(resample_row_8, GLuint, 2)
102 RESAMPLE(resample_row_16, GLuint, 4)
309 /* get pixel row from source and resample to match dest width */
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 72 RESAMPLE = 0x3001,
86 // for target RESAMPLE

Completed in 82 milliseconds