Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance
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); \
1023 ProcessRowsFunc process_func) { in DecodeImageData() argument1083 if ((row % NUM_ARGB_CACHE_ROWS == 0) && (process_func != NULL)) { in DecodeImageData()1084 process_func(dec, row); in DecodeImageData()1111 if ((row % NUM_ARGB_CACHE_ROWS == 0) && (process_func != NULL)) { in DecodeImageData()1112 process_func(dec, row); in DecodeImageData()1142 if (process_func != NULL) { in DecodeImageData()1143 process_func(dec, row); in DecodeImageData()