Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_dynaudnorm.c147 static cqueue *cqueue_create(int size, int max_size) in cqueue_create() function
328 s->is_enabled = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
339 s->gain_history_original[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
340 s->gain_history_minimum[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
341 s->gain_history_smoothed[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
342 s->threshold_history[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input()
/third_party/ffmpeg/libavutil/
Dvulkan.c392 VkCommandPoolCreateInfo cqueue_create = { in FN_CREATING() local
418 ret = vk->CreateCommandPool(s->hwctx->act_dev, &cqueue_create, in FN_CREATING()
Dhwcontext_vulkan.c1064 VkCommandPoolCreateInfo cqueue_create = { in create_exec_ctx() local
1078 ret = vk->CreateCommandPool(hwctx->act_dev, &cqueue_create, in create_exec_ctx()