Home
last modified time | relevance | path

Searched refs:cqueue_create (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_dynaudnorm.c166 static cqueue *cqueue_create(int size, int max_size) in cqueue_create() function
346 s->is_enabled = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
357 s->gain_history_original[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
358 s->gain_history_minimum[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
359 s->gain_history_smoothed[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
360 s->threshold_history[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
Dvulkan.c348 VkCommandPoolCreateInfo cqueue_create = { in FN_CREATING() local
372 ret = vkCreateCommandPool(s->hwctx->act_dev, &cqueue_create, in FN_CREATING()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c783 VkCommandPoolCreateInfo cqueue_create = { in create_exec_ctx() local
797 ret = vkCreateCommandPool(hwctx->act_dev, &cqueue_create, in create_exec_ctx()