Searched refs:ANY_DEVICE (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvenc_hevc.c | 107 … OFFSET(device), AV_OPT_TYPE_INT, { .i64 = ANY_DEVICE }, -2, INT_MAX, VE, "gpu" }, 108 …evice available", 0, AV_OPT_TYPE_CONST, { .i64 = ANY_DEVICE }, 0, 0, …
|
D | nvenc.h | 143 ANY_DEVICE, enumerator
|
D | nvenc_h264.c | 118 … OFFSET(device), AV_OPT_TYPE_INT, { .i64 = ANY_DEVICE }, -2, INT_MAX, VE, "gpu" }, 119 …evice available", 0, AV_OPT_TYPE_CONST, { .i64 = ANY_DEVICE }, 0, 0…
|
D | nvenc.c | 555 if (ctx->device != idx && ctx->device != ANY_DEVICE) in nvenc_check_device() 578 if (ctx->device == idx || ctx->device == ANY_DEVICE) in nvenc_check_device()
|
/third_party/gstreamer/gstplugins_bad/ext/openni2/ |
D | gstopenni2src.cpp | 535 const char *deviceURI = openni::ANY_DEVICE; in openni2_initialise_devices()
|