Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c930 int graph_index, comp_index, tx_index, enc_index, dec_index; in setup_queue_families() local
969 dec_index = pick_queue_family(qf, num, VK_QUEUE_VIDEO_DECODE_BIT_KHR); in setup_queue_families()
1010 if (fidx == dec_index) { \ in setup_queue_families()
1013 dec_index = -1; \ in setup_queue_families()
1047 SETUP_QUEUE(dec_index) in setup_queue_families()
1432 int graph_index, comp_index, tx_index, enc_index, dec_index; in vulkan_device_init() local
1480 dec_index = hwctx->queue_family_decode_index; in vulkan_device_init()
1503 ctx_qf == dec_index ? " decode" : ""); \ in vulkan_device_init()
1508 dec_index = (ctx_qf == dec_index) in vulkan_device_init()
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c2427 /* Position in dec_index() */
2627 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() function
2991 ret = dec_index(s, b); in dec_main()

Completed in 12 milliseconds