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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow.c474 IAMBufferNegotiation *buffer_negotiation = NULL; local
490 if (IPin_QueryInterface(pin, &IID_IAMBufferNegotiation, (void **) &buffer_negotiation) != S_OK)
492 if (IAMBufferNegotiation_SuggestAllocatorProperties(buffer_negotiation, &props) != S_OK)
498 if (buffer_negotiation)
499 IAMBufferNegotiation_Release(buffer_negotiation);

Completed in 57 milliseconds