Searched refs:prebuffer (Results 1 – 7 of 7) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | cJSON.h | 79 char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt);
|
D | cJSON.c | 482 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/flutter/skia/third_party/externals/sdl/src/audio/fusionsound/ |
D | SDL_fsaudio.c | 248 desc.prebuffer = 10; in SDL_FS_OpenDevice()
|
/third_party/cJSON/ |
D | cJSON.h | 160 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
|
D | cJSON.c | 1263 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() argument 1267 if (prebuffer < 0) in cJSON_PrintBuffered() 1272 p.buffer = (unsigned char*)global_hooks.allocate((size_t)prebuffer); in cJSON_PrintBuffered() 1278 p.length = (size_t)prebuffer; in cJSON_PrintBuffered()
|
D | README.md | 301 …(const cJSON *item, int prebuffer, cJSON_bool fmt)`. `fmt` is a boolean to turn formatting with wh…
|
/third_party/ffmpeg/libavformat/ |
D | matroskadec.c | 4103 double pre_sec, prebuffer, bits_per_second; in webm_dash_manifest_compute_bandwidth() local 4131 prebuffer = prebuffer_ns / nano_seconds_per_second; in webm_dash_manifest_compute_bandwidth() 4145 if (prebuffer < desc_sec) { in webm_dash_manifest_compute_bandwidth() 4153 double buffer = prebuffer; in webm_dash_manifest_compute_bandwidth()
|