Searched refs:new_cap (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_buf.c | 57 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) in nghttp2_buf_reserve() argument 64 if (cap >= new_cap) { in nghttp2_buf_reserve() 68 new_cap = nghttp2_max(new_cap, cap * 2); in nghttp2_buf_reserve() 70 ptr = nghttp2_mem_realloc(mem, buf->begin, new_cap); in nghttp2_buf_reserve() 79 buf->end = ptr + new_cap; in nghttp2_buf_reserve()
|
A D | nghttp2_buf.h | 107 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/codec/ |
A D | codec_int.h | 37 …M_T stream, enum AUD_SAMPRATE_T rate, enum AUD_SAMPRATE_T *new_play, enum AUD_SAMPRATE_T *new_cap);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/audioflinger/ |
A D | audioflinger.h | 107 …M_T stream, enum AUD_SAMPRATE_T rate, enum AUD_SAMPRATE_T *new_play, enum AUD_SAMPRATE_T *new_cap);
|
Completed in 16 milliseconds