Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddshow.c1123 ISpecifyPropertyPages *property_pages = NULL; in ff_dshow_show_filter_properties() local
1129 hr = IBaseFilter_QueryInterface(device_filter, &IID_ISpecifyPropertyPages, (void **)&property_pages); in ff_dshow_show_filter_properties()
1142 hr = ISpecifyPropertyPages_GetPages(property_pages, &ca_guid); in ff_dshow_show_filter_properties()
1155 if (property_pages) in ff_dshow_show_filter_properties()
1156 ISpecifyPropertyPages_Release(property_pages); in ff_dshow_show_filter_properties()

Completed in 6 milliseconds