Home
last modified time | relevance | path

Searched refs:prebuffer (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h79 char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt);
DcJSON.c482 char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt) { in cJSON_PrintBuffered() argument
484 p.buffer = (char *)cJSON_malloc(item->pAllocator, prebuffer); in cJSON_PrintBuffered()
485 p.length = prebuffer; in cJSON_PrintBuffered()
/third_party/cJSON/
DcJSON.h160 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
DcJSON.c1267 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() argument
1271 if (prebuffer < 0) in cJSON_PrintBuffered()
1276 p.buffer = (unsigned char*)global_hooks.allocate((size_t)prebuffer); in cJSON_PrintBuffered()
1282 p.length = (size_t)prebuffer; in cJSON_PrintBuffered()
DREADME.md320 …(const cJSON *item, int prebuffer, cJSON_bool fmt)`. `fmt` is a boolean to turn formatting with wh…
/third_party/ffmpeg/libavformat/
Dmatroskadec.c4199 double pre_sec, prebuffer, bits_per_second; in webm_dash_manifest_compute_bandwidth() local
4232 prebuffer = prebuffer_ns / nano_seconds_per_second; in webm_dash_manifest_compute_bandwidth()
4250 if (prebuffer < desc_sec) { in webm_dash_manifest_compute_bandwidth()
4258 double buffer = prebuffer; in webm_dash_manifest_compute_bandwidth()