Lines Matching refs:cfg_count
112 unsigned cfg_count)
118 for (i = 0; i < cfg_count; i++) {
324 unsigned cfg_count;
329 hr = IDirectXVideoDecoderService_GetDecoderConfigurations(sctx->dxva2_service, device_guid, desc, NULL, &cfg_count, &cfg_list);
335 ret = dxva_get_decoder_configuration(avctx, cfg_list, cfg_count);
425 unsigned cfg_count = 0;
430 hr = ID3D11VideoDevice_GetVideoDecoderConfigCount(video_device, desc, &cfg_count);
436 cfg_list = av_malloc_array(cfg_count, sizeof(D3D11_VIDEO_DECODER_CONFIG));
439 for (i = 0; i < cfg_count; i++) {
448 ret = dxva_get_decoder_configuration(avctx, cfg_list, cfg_count);