AVS_VideoInfo     220 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_has_video(const AVS_VideoInfo * p)
AVS_VideoInfo     223 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_has_audio(const AVS_VideoInfo * p)
AVS_VideoInfo     226 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_rgb(const AVS_VideoInfo * p)
AVS_VideoInfo     229 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_rgb24(const AVS_VideoInfo * p)
AVS_VideoInfo     232 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_rgb32(const AVS_VideoInfo * p)
AVS_VideoInfo     235 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yuv(const AVS_VideoInfo * p)
AVS_VideoInfo     238 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yuy2(const AVS_VideoInfo * p)
AVS_VideoInfo     241 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv24(const AVS_VideoInfo * p)
AVS_VideoInfo     244 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv16(const AVS_VideoInfo * p)
AVS_VideoInfo     247 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv12(const AVS_VideoInfo * p)
AVS_VideoInfo     250 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv411(const AVS_VideoInfo * p)
AVS_VideoInfo     253 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_y8(const AVS_VideoInfo * p)
AVS_VideoInfo     256 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_property(const AVS_VideoInfo * p, int property)
AVS_VideoInfo     259 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_planar(const AVS_VideoInfo * p)
AVS_VideoInfo     262 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_color_space(const AVS_VideoInfo * p, int c_space)
AVS_VideoInfo     265 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_field_based(const AVS_VideoInfo * p)
AVS_VideoInfo     268 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_parity_known(const AVS_VideoInfo * p)
AVS_VideoInfo     271 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_bff(const AVS_VideoInfo * p)
AVS_VideoInfo     274 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_tff(const AVS_VideoInfo * p)
AVS_VideoInfo     277 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bits_per_pixel(const AVS_VideoInfo * p)
AVS_VideoInfo     288 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bytes_from_pixels(const AVS_VideoInfo * p, int pixels)
AVS_VideoInfo     291 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_row_size(const AVS_VideoInfo * p)
AVS_VideoInfo     294 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bmp_size(const AVS_VideoInfo * vi)
AVS_VideoInfo     297 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_samples_per_second(const AVS_VideoInfo * p)
AVS_VideoInfo     301 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bytes_per_channel_sample(const AVS_VideoInfo * p)
AVS_VideoInfo     312 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bytes_per_audio_sample(const AVS_VideoInfo * p)
AVS_VideoInfo     315 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_frames(const AVS_VideoInfo * p, INT64 frames)
AVS_VideoInfo     318 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_frames_from_audio_samples(const AVS_VideoInfo * p, INT64 samples)
AVS_VideoInfo     321 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_bytes(const AVS_VideoInfo * p, INT64 bytes)
AVS_VideoInfo     324 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_bytes_from_audio_samples(const AVS_VideoInfo * p, INT64 samples)
AVS_VideoInfo     327 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_audio_channels(const AVS_VideoInfo * p)
AVS_VideoInfo     330 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_sample_type(const AVS_VideoInfo * p)
AVS_VideoInfo     334 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_set_property(AVS_VideoInfo * p, int property)
AVS_VideoInfo     337 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_clear_property(AVS_VideoInfo * p, int property)
AVS_VideoInfo     340 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_set_field_based(AVS_VideoInfo * p, int isfieldbased)
AVS_VideoInfo     343 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_set_fps(AVS_VideoInfo * p, unsigned numerator, unsigned denominator)
AVS_VideoInfo     353 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_same_colorspace(AVS_VideoInfo * x, AVS_VideoInfo * y)
AVS_VideoInfo     585 compat/avisynth/avisynth_c.h AVSC_API(const AVS_VideoInfo *, avs_get_video_info)(AVS_Clip *);
AVS_VideoInfo     611 compat/avisynth/avisynth_c.h   AVS_VideoInfo vi;
AVS_VideoInfo     696 compat/avisynth/avisynth_c.h                                           const AVS_VideoInfo * vi, int align);
AVS_VideoInfo     702 compat/avisynth/avisynth_c.h                                      const AVS_VideoInfo * vi)
AVS_VideoInfo     707 compat/avisynth/avisynth_c.h                                const AVS_VideoInfo * vi)
AVS_VideoInfo      67 compat/avisynth/avisynth_c_25.h AVSC_INLINE int avs_is_yv12_25(const AVS_VideoInfo * p)
AVS_VideoInfo     176 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_has_video(const AVS_VideoInfo * p)
AVS_VideoInfo     179 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_has_audio(const AVS_VideoInfo * p)
AVS_VideoInfo     182 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_rgb(const AVS_VideoInfo * p)
AVS_VideoInfo     185 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_rgb24(const AVS_VideoInfo * p)
AVS_VideoInfo     188 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_rgb32(const AVS_VideoInfo * p)
AVS_VideoInfo     191 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_yuv(const AVS_VideoInfo * p)
AVS_VideoInfo     194 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_yuy2(const AVS_VideoInfo * p)
AVS_VideoInfo     197 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_yv12(const AVS_VideoInfo * p)
AVS_VideoInfo     200 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_color_space(const AVS_VideoInfo * p, int c_space)
AVS_VideoInfo     203 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_property(const AVS_VideoInfo * p, int property)
AVS_VideoInfo     206 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_planar(const AVS_VideoInfo * p)
AVS_VideoInfo     209 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_field_based(const AVS_VideoInfo * p)
AVS_VideoInfo     212 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_parity_known(const AVS_VideoInfo * p)
AVS_VideoInfo     215 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_bff(const AVS_VideoInfo * p)
AVS_VideoInfo     218 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_tff(const AVS_VideoInfo * p)
AVS_VideoInfo     221 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bits_per_pixel(const AVS_VideoInfo * p)
AVS_VideoInfo     232 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bytes_from_pixels(const AVS_VideoInfo * p, int pixels)
AVS_VideoInfo     235 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_row_size(const AVS_VideoInfo * p)
AVS_VideoInfo     238 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bmp_size(const AVS_VideoInfo * vi)
AVS_VideoInfo     241 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_samples_per_second(const AVS_VideoInfo * p)
AVS_VideoInfo     245 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bytes_per_channel_sample(const AVS_VideoInfo * p)
AVS_VideoInfo     256 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bytes_per_audio_sample(const AVS_VideoInfo * p)
AVS_VideoInfo     259 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_frames(const AVS_VideoInfo * p, INT64 frames)
AVS_VideoInfo     262 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_frames_from_audio_samples(const AVS_VideoInfo * p, INT64 samples)
AVS_VideoInfo     265 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_bytes(const AVS_VideoInfo * p, INT64 bytes)
AVS_VideoInfo     268 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_bytes_from_audio_samples(const AVS_VideoInfo * p, INT64 samples)
AVS_VideoInfo     271 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_audio_channels(const AVS_VideoInfo * p)
AVS_VideoInfo     274 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_sample_type(const AVS_VideoInfo * p)
AVS_VideoInfo     278 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_set_property(AVS_VideoInfo * p, int property)
AVS_VideoInfo     281 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_clear_property(AVS_VideoInfo * p, int property)
AVS_VideoInfo     284 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_set_field_based(AVS_VideoInfo * p, int isfieldbased)
AVS_VideoInfo     287 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_set_fps(AVS_VideoInfo * p, unsigned numerator, unsigned denominator)
AVS_VideoInfo     297 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_same_colorspace(AVS_VideoInfo * x, AVS_VideoInfo * y)
AVS_VideoInfo     545 compat/avisynth/avxsynth_c.h AVSC_API(const AVS_VideoInfo *, avs_get_video_info)(AVS_Clip *);
AVS_VideoInfo     574 compat/avisynth/avxsynth_c.h   AVS_VideoInfo vi;
AVS_VideoInfo     666 compat/avisynth/avxsynth_c.h                                           const AVS_VideoInfo * vi, int align);
AVS_VideoInfo     675 compat/avisynth/avxsynth_c.h                                      const AVS_VideoInfo * vi)
AVS_VideoInfo     680 compat/avisynth/avxsynth_c.h                                const AVS_VideoInfo * vi)
AVS_VideoInfo      74 libavformat/avisynth.c     const AVS_VideoInfo *vi;