QueryInterface    316 libavcodec/amfenc.c                 res = ctx->context->pVtbl->QueryInterface(ctx->context, &guid, (void**)&context1);
QueryInterface    529 libavcodec/amfenc.c         res = val->pVtbl->QueryInterface(val, &guid_AMFInterface, (void**)&amf_interface);
QueryInterface    554 libavcodec/amfenc.c                 res = amf_interface->pVtbl->QueryInterface(amf_interface, &guid_AMFBuffer, (void**)val);
QueryInterface    737 libavcodec/amfenc.c             data->pVtbl->QueryInterface(data, &guid, (void**)&buffer); // query for buffer interface
QueryInterface    340 libavcodec/amfenc_h264.c     res = var.pInterface->pVtbl->QueryInterface(var.pInterface, &guid, (void**)&buffer); // query for buffer interface
QueryInterface    275 libavcodec/amfenc_hevc.c     res = var.pInterface->pVtbl->QueryInterface(var.pInterface, &guid, (void**)&buffer); // query for buffer interface
QueryInterface     86 libavdevice/decklink_common.cpp     if (dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&attr) != S_OK)
QueryInterface    154 libavdevice/decklink_common.cpp         if (ctx->dl->QueryInterface(IID_IDeckLinkProfileManager, (void **)&manager) == S_OK)
QueryInterface    362 libavdevice/decklink_common.cpp             if (dl->QueryInterface(IID_IDeckLinkOutput, (void **)&output_config) == S_OK) {
QueryInterface    369 libavdevice/decklink_common.cpp             if (dl->QueryInterface(IID_IDeckLinkInput, (void **)&input_config) == S_OK) {
QueryInterface    525 libavdevice/decklink_common.cpp     if (ctx->dl->QueryInterface(IID_IDeckLinkConfiguration, (void **)&ctx->cfg) != S_OK) {
QueryInterface    531 libavdevice/decklink_common.cpp     if (ctx->dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&ctx->attr) != S_OK) {
QueryInterface   1063 libavdevice/decklink_dec.cpp     if (ctx->dl->QueryInterface(IID_IDeckLinkInput, (void **) &ctx->dli) != S_OK) {
QueryInterface    581 libavdevice/decklink_enc.cpp     if (ctx->dl->QueryInterface(IID_IDeckLinkOutput, (void **) &ctx->dlo) != S_OK) {
QueryInterface     88 libavdevice/dshow_enummediatypes.c     SETVTBL(vtbl, libAVEnumMediaTypes, QueryInterface);
QueryInterface     83 libavdevice/dshow_enumpins.c     SETVTBL(vtbl, libAVEnumPins, QueryInterface);
QueryInterface    168 libavdevice/dshow_filter.c     SETVTBL(vtbl, libAVFilter, QueryInterface);
QueryInterface    217 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, QueryInterface);
QueryInterface    229 libavdevice/dshow_pin.c     SETVTBL(vtbl, libAVPin, QueryInterface);