Searched refs:IAVIFile_Release (Results 1 – 4 of 4) sorted by relevance
619 refcount = IAVIFile_Release(avif); in test_COM()625 refcount = IAVIFile_Release(avif); in test_COM()649 while (IAVIFile_Release(avif)); in test_COM()670 refcount = IAVIFile_Release(avif); in test_COM_wavfile()676 refcount = IAVIFile_Release(avif); in test_COM_wavfile()710 while (IAVIFile_Release(avif)); in test_COM_wavfile()
258 IAVIFile_Release(*ppfile); in AVIFileOpenW()266 IAVIFile_Release(*ppfile); in AVIFileOpenW()300 return IAVIFile_Release(pfile); in AVIFileRelease()780 IAVIFile_Release(pfile); in AVIStreamOpenFromFileA()808 IAVIFile_Release(pfile); in AVIStreamOpenFromFileW()
716 IAVIFile_Release(&This->paf->IAVIFile_iface); in IAVIStream_fnRelease()
1604 #define IAVIFile_Release(p) (p)->lpVtbl->Release(p) macro