LIST_DEVICES      455 libavcodec/nvenc.c     if (ctx->device == LIST_DEVICES)
LIST_DEVICES      607 libavcodec/nvenc.c             if ((nvenc_check_device(avctx, i)) >= 0 && ctx->device != LIST_DEVICES)
LIST_DEVICES      611 libavcodec/nvenc.c         if (ctx->device == LIST_DEVICES)
LIST_DEVICES       92 libavcodec/nvenc_h264.c     { "list",         "List the available devices",         0,                    AV_OPT_TYPE_CONST, { .i64 = LIST_DEVICES },        0, 0, VE, "gpu" },
LIST_DEVICES       91 libavcodec/nvenc_hevc.c     { "list",         "List the available devices",         0,                    AV_OPT_TYPE_CONST, { .i64 = LIST_DEVICES },      0, 0, VE, "gpu" },