Home
last modified time | relevance | path

Searched refs:new_cap (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.c57 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 Dnghttp2_buf.h107 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 Dcodec_int.h37 …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 Daudioflinger.h107 …M_T stream, enum AUD_SAMPRATE_T rate, enum AUD_SAMPRATE_T *new_play, enum AUD_SAMPRATE_T *new_cap);

Completed in 16 milliseconds