Home
last modified time | relevance | path

Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8l_dec.c1053 ProcessRowsFunc process_func) { in DecodeImageData() argument
1116 if (process_func != NULL) { in DecodeImageData()
1118 process_func(dec, row); in DecodeImageData()
1146 if (process_func != NULL) { in DecodeImageData()
1148 process_func(dec, row); in DecodeImageData()
1179 if (process_func != NULL) { in DecodeImageData()
1180 process_func(dec, row > last_row ? last_row : row); in DecodeImageData()
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py56 process_func = processfile
66 process_func = processfile_fromresource
92 process_func(filename, output=output, basepkgname=basepkgname,