GetBuffer 1575 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetBuffer(IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime,REFERENCE_TIME *pEndTime,DWORD dwFlags) = 0; GetBuffer 1588 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetBuffer)(IMemAllocator *This,IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime,REFERENCE_TIME *pEndTime,DWORD dwFlags); GetBuffer 1603 3rdparty/include/dshow/strmif.h #define IMemAllocator_GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags) (This)->lpVtbl->GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags) GetBuffer 1644 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetBuffer)(IMemAllocatorCallbackTemp *This,IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime,REFERENCE_TIME *pEndTime,DWORD dwFlags); GetBuffer 1661 3rdparty/include/dshow/strmif.h #define IMemAllocatorCallbackTemp_GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags) (This)->lpVtbl->GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags) GetBuffer 403 3rdparty/libwebp/demux/demux.c if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) || GetBuffer 404 3rdparty/libwebp/demux/demux.c memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) { GetBuffer 408 3rdparty/libwebp/demux/demux.c riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE); GetBuffer 690 3rdparty/libwebp/demux/demux.c if (!memcmp(parser->id, GetBuffer(&dmux->mem_), TAG_SIZE)) { GetBuffer 73 samples/directx/d3d10_interop.cpp r = m_pD3D10SwapChain->GetBuffer(0, __uuidof(ID3D10Texture2D), (LPVOID*)&m_pBackBuffer); GetBuffer 77 samples/directx/d3d11_interop.cpp r = m_pD3D11SwapChain->GetBuffer(0, __uuidof(ID3D11Texture2D), (LPVOID*)&m_pBackBuffer);