Searched refs:cqueue_create (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_dynaudnorm.c | 147 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/ |
D | vulkan.c | 392 VkCommandPoolCreateInfo cqueue_create = { in FN_CREATING() local 418 ret = vk->CreateCommandPool(s->hwctx->act_dev, &cqueue_create, in FN_CREATING()
|
D | hwcontext_vulkan.c | 1064 VkCommandPoolCreateInfo cqueue_create = { in create_exec_ctx() local 1078 ret = vk->CreateCommandPool(hwctx->act_dev, &cqueue_create, in create_exec_ctx()
|