Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dmd_internal.h84 int (*process_func)( void *ctx, const unsigned char *input ); member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1116 ProcessRowsFunc process_func) { in DecodeImageData() argument
1180 if (process_func != NULL) { in DecodeImageData()
1182 process_func(dec, row); in DecodeImageData()
1210 if (process_func != NULL) { in DecodeImageData()
1212 process_func(dec, row); in DecodeImageData()
1243 if (process_func != NULL) { in DecodeImageData()
1244 process_func(dec, row > last_row ? last_row : row); in DecodeImageData()
/AliOS-Things-master/components/mbedtls/library/
A Dmd.c448 return( ctx->md_info->process_func( ctx->md_ctx, data ) ); in mbedtls_md_process()

Completed in 7 milliseconds