Home
last modified time | relevance | path

Searched refs:total_bytes_needed (Results 1 – 8 of 8) sorted by relevance

/third_party/libjpeg-turbo/
Djmemnobs.c89 long total_bytes_needed) in jpeg_open_backing_store() argument
Djmemsys.h162 long total_bytes_needed);
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmemnobs.c94 long total_bytes_needed) in jpeg_open_backing_store() argument
Djmemsys.h162 long total_bytes_needed);
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemnobs.c94 long total_bytes_needed) in jpeg_open_backing_store() argument
Djmemsys.h162 long total_bytes_needed);
/third_party/ffmpeg/libavcodec/
Dvc2enc.c647 int64_t total_bytes_needed = 0; in calc_slice_sizes() local
713 total_bytes_needed += args->bytes; in calc_slice_sizes()
717 return total_bytes_needed; in calc_slice_sizes()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c766 unsigned total_bytes_needed = idx * sizeof(uint32_t) + in compile_vertex_list() local
784 if (total_bytes_needed > available_bytes) { in compile_vertex_list()
790 MAX2(total_bytes_needed, VBO_SAVE_BUFFER_SIZE), in compile_vertex_list()