Home
last modified time | relevance | path

Searched refs:prebuffer (Results 1 – 7 of 7) 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/flutter/skia/third_party/externals/sdl/src/audio/fusionsound/
DSDL_fsaudio.c248 desc.prebuffer = 10; in SDL_FS_OpenDevice()
/third_party/cJSON/
DcJSON.h160 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
DcJSON.c1263 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()
DREADME.md301 …(const cJSON *item, int prebuffer, cJSON_bool fmt)`. `fmt` is a boolean to turn formatting with wh…
/third_party/ffmpeg/libavformat/
Dmatroskadec.c4103 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()