Home
last modified time | relevance | path

Searched refs:process_func (Results 1 – 1 of 1) 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()