Searched refs:FFMS_GetVideoProperties (Results 1 – 14 of 14) sorted by relevance
65 VP = FFMS_GetVideoProperties(video_source); // Can't fail in DoIndexing()
71 VP = FFMS_GetVideoProperties(video_source); // Can't fail in DoIndexing()
96 VP = FFMS_GetVideoProperties(video_source); // Can't fail in DoIndexing()
142 const FFMS_VideoProperties *VP = FFMS_GetVideoProperties(V); in AvisynthVideoSource()283 const FFMS_VideoProperties *VP = FFMS_GetVideoProperties(V); in InitOutputFormat()550 Frame = FFMS_GetFrameByTime(V, FFMS_GetVideoProperties(V)->FirstTime + in GetFrame()
135 double currentTime = FFMS_GetVideoProperties(vs->V)->FirstTime + in GetFrame()248 const FFMS_VideoProperties *VP = FFMS_GetVideoProperties(V); in VSVideoSource()
134 const FFMS_VideoProperties *videop = FFMS_GetVideoProperties( h->video_source ); in open_file()
127 const FFMS_VideoProperties *videop = FFMS_GetVideoProperties( h->video_source ); in open_file()
149 const FFMS_VideoProperties *videoprops = FFMS_GetVideoProperties(film->videosource);
244 VideoInfo = FFMS_GetVideoProperties(VideoSource); in LoadVideo()
413 FFMS_API(const FFMS_VideoProperties *) FFMS_GetVideoProperties(FFMS_VideoSource *V);
146 FFMS_API(const FFMS_VideoProperties *) FFMS_GetVideoProperties(FFMS_VideoSource *V) { in FFMS_GetVideoProperties() function
87 const FFMS_VideoProperties *videoprops = FFMS_GetVideoProperties(videosource);308 ### FFMS_GetVideoProperties - retrieves video properties312 const FFMS_VideoProperties *FFMS_GetVideoProperties(FFMS_VideoSource *V);323 Does the exact same thing as [FFMS_GetVideoProperties][GetVideoProperties], but for an `FFMS_AudioS…