Searched defs:resize_buffer (Results 1 – 8 of 8) sorted by relevance
| /external/libultrahdr/lib/src/ |
| D | editorhelper.cpp | 74 void resize_buffer(T* src_buffer, T* dst_buffer, int src_w, int src_h, int dst_w, int dst_h, in resize_buffer() function 97 void resize_buffer(T* src_buffer, T* dst_buffer, int src_w, int src_h, int dst_w, int dst_h, in resize_buffer() function
|
| /external/XNNPACK/src/ |
| D | memory.c | 78 static void* resize_buffer( in resize_buffer() function
|
| /external/python/cpython3/Modules/_io/ |
| D | stringio.c | 75 resize_buffer(stringio *self, size_t size) in resize_buffer() function
|
| D | bytesio.c | 125 resize_buffer(bytesio *self, size_t size) in resize_buffer() function
|
| /external/python/cpython2/Modules/_io/ |
| D | stringio.c | 54 resize_buffer(stringio *self, size_t size) in resize_buffer() function
|
| D | bytesio.c | 59 resize_buffer(bytesio *self, size_t size) in resize_buffer() function
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | ssl_tls.c | 224 static int resize_buffer(unsigned char **buffer, size_t len_new, size_t *len_old) in resize_buffer() function
|
| /external/mbedtls/library/ |
| D | ssl_tls.c | 305 static int resize_buffer(unsigned char **buffer, size_t len_new, size_t *len_old) in resize_buffer() function
|