Searched refs:enc_index (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 930 int graph_index, comp_index, tx_index, enc_index, dec_index; in setup_queue_families() local 968 enc_index = pick_queue_family(qf, num, VK_QUEUE_VIDEO_ENCODE_BIT_KHR); in setup_queue_families() 1005 if (fidx == enc_index) { \ in setup_queue_families() 1008 enc_index = -1; \ in setup_queue_families() 1046 SETUP_QUEUE(enc_index) in setup_queue_families() 1432 int graph_index, comp_index, tx_index, enc_index, dec_index; in vulkan_device_init() local 1479 enc_index = hwctx->queue_family_encode_index; in vulkan_device_init() 1502 ctx_qf == enc_index ? " encode" : "", \ in vulkan_device_init() 1507 enc_index = (ctx_qf == enc_index) in vulkan_device_init() [all...] |
Completed in 5 milliseconds