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

  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 96 typedef void (AudioBiquadFilter::*process_func)(const audio_sample_t[], typedef in class:android::AudioBiquadFilter
144 process_func mCurProcessFunc;
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 689 int height, ProcessRowsFunc process_func) { \
728 if ((process_func != NULL) && (row % NUM_ARGB_CACHE_ROWS == 0)) { \
729 process_func(dec, row); \
758 if ((process_func != NULL) && (row % NUM_ARGB_CACHE_ROWS == 0)) { \
759 process_func(dec, row); \
786 if (process_func != NULL) process_func(dec, row);
    [all...]
  /external/webp/src/dec/
vp8l.c 688 int height, ProcessRowsFunc process_func) { \
727 if ((process_func != NULL) && (row % NUM_ARGB_CACHE_ROWS == 0)) { \
728 process_func(dec, row); \
757 if ((process_func != NULL) && (row % NUM_ARGB_CACHE_ROWS == 0)) { \
758 process_func(dec, row); \
785 if (process_func != NULL) process_func(dec, row); \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 56 process_func = processfile
66 process_func = processfile_fromresource
92 process_func(filename, output=output, basepkgname=basepkgname,
    [all...]

Completed in 243 milliseconds