Searched refs:LIST_DEVICES (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvenc.h | 142 LIST_DEVICES = -2, enumerator
|
D | nvenc_hevc.c | 109 …e devices", 0, AV_OPT_TYPE_CONST, { .i64 = LIST_DEVICES }, 0, 0, V…
|
D | nvenc_h264.c | 120 …e devices", 0, AV_OPT_TYPE_CONST, { .i64 = LIST_DEVICES }, 0, 0,…
|
D | nvenc.c | 534 if (ctx->device == LIST_DEVICES) in nvenc_check_device() 691 if ((nvenc_check_device(avctx, i)) >= 0 && ctx->device != LIST_DEVICES) in nvenc_setup_device() 695 if (ctx->device == LIST_DEVICES) in nvenc_setup_device()
|