Searched refs:device_guid (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_dxva2.c409 static int dxva2_get_decoder_configuration(AVCodecContext *s, const GUID *device_guid, argument
422 hr = IDirectXVideoDecoderService_GetDecoderConfigurations(ctx->decoder_service, device_guid, desc, NULL, &cfg_count, &cfg_list);
464 GUID device_guid = GUID_NULL; local
505 device_guid = *mode->guid;
511 if (IsEqualGUID(&device_guid, &GUID_NULL)) {
520 ret = dxva2_get_decoder_configuration(s, &device_guid, &desc, &config);
565 hr = IDirectXVideoDecoderService_CreateVideoDecoder(ctx->decoder_service, &device_guid,
573 ctx->decoder_guid = device_guid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Diec61883.c70 char *device_guid; ///< to select one of multiple DV devices member in struct:iec61883_data
273 if (dv->device_guid) {
274 if (sscanf(dv->device_guid, "%llx", (long long unsigned int *)&guid) != 1) {
276 dv->device_guid);
477 { "dvguid", "select one of multiple DV devices by its GUID", offsetof(struct iec61883_data, device_guid), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, AV_OPT_FLAG_DECODING_PARAM },
H A Ddshow.c258 const GUID *device_guid[2] = { &CLSID_VideoInputDeviceCategory, local
262 r = ICreateDevEnum_CreateClassEnumerator(devenum, device_guid[devtype],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c3821 const char *device_guid = NULL; local
3831 device_guid = get_device_guid (dev_node, actual_buffer, sizeof (actual_buffer), tap_reg, panel_reg, &gc);
3833 if (!device_guid)
3839 device_guid,
3865 device_guid = get_unspecified_device_guid (device_number,
3872 if (!device_guid)
3878 device_guid,
4525 const char *device_guid = NULL; local
4562 device_guid = get_device_guid (dev_node, actual_buffer, sizeof (actual_buffer), tap_reg, panel_reg, &gc);
4564 if (!device_guid)
[all...]

Completed in 83 milliseconds