Searched refs:ca_guid (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | dshow.c | 1127 CAUUID ca_guid = {0}; in ff_dshow_show_filter_properties() local 1142 hr = ISpecifyPropertyPages_GetPages(property_pages, &ca_guid); in ff_dshow_show_filter_properties() 1146 hr = OleCreatePropertyFrame(NULL, 0, 0, filter_info.achName, 1, &device_filter_iunknown, ca_guid.cElems, in ff_dshow_show_filter_properties() 1147 ca_guid.pElems, 0, 0, NULL); in ff_dshow_show_filter_properties() 1161 if (ca_guid.pElems) in ff_dshow_show_filter_properties() 1162 CoTaskMemFree(ca_guid.pElems); in ff_dshow_show_filter_properties()
|
Completed in 3 milliseconds