Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddshow.c1331 IStream *ofile_stream = NULL; in dshow_open_device() local
1419 hr = SHCreateStreamOnFile ((LPCSTR) filename, STGM_CREATE | STGM_READWRITE, &ofile_stream); in dshow_open_device()
1431 hr = OleSaveToStream(pers_stream, ofile_stream); in dshow_open_device()
1437 hr = IStream_Commit(ofile_stream, STGC_DEFAULT); in dshow_open_device()
1500 if (ofile_stream) in dshow_open_device()
1501 IStream_Release(ofile_stream); in dshow_open_device()

Completed in 4 milliseconds