Home
last modified time | relevance | path

Searched refs:filled_len (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.h156 uint32_t *filled_len; member
161 * when `*filled_len < wanted_len`.
172 a->filled_len = len; in __vk_outarray_init()
173 *a->filled_len = 0; in __vk_outarray_init()
183 if (*a->filled_len < a->wanted_len) in __vk_outarray_status()
196 if (*a->filled_len >= a->cap) in __vk_outarray_next()
200 p = (uint8_t *)a->data + (*a->filled_len) * elem_size; in __vk_outarray_next()
202 *a->filled_len += 1; in __vk_outarray_next()
247 * is not full, then the macro also increment its `filled_len` and then
/third_party/ffmpeg/libavcodec/
H A Dlibsvtav1.c459 static AVBufferRef *get_output_ref(AVCodecContext *avctx, SvtContext *svt_enc, int filled_len) in get_output_ref() argument
461 if (filled_len > svt_enc->max_tu_size) { in get_output_ref()
465 if (filled_len > svt_enc->raw_size * max_frames) { in get_output_ref()
470 max_tu_size = 1 << av_ceil_log2(filled_len); in get_output_ref()

Completed in 2 milliseconds