FFmpeg
|
Go to the source code of this file.
Enumerations | |
enum | { AVS_CS_YV12_25 = 1<<3 | AVS_CS_YUV | AVS_CS_PLANAR, AVS_CS_I420_25 = 1<<4 | AVS_CS_YUV | AVS_CS_PLANAR } |
Functions | |
AVSC_INLINE int | avs_get_height_p_25 (const AVS_VideoFrame *p, int plane) |
AVSC_INLINE int | avs_get_row_size_p_25 (const AVS_VideoFrame *p, int plane) |
AVSC_INLINE int | avs_is_yv12_25 (const AVS_VideoInfo *p) |
anonymous enum |
Definition at line 24 of file avisynth_c_25.h.
AVSC_INLINE int avs_get_height_p_25 | ( | const AVS_VideoFrame * | p, |
int | plane | ||
) |
Definition at line 29 of file avisynth_c_25.h.
Referenced by avisynth_read_packet_video().
AVSC_INLINE int avs_get_row_size_p_25 | ( | const AVS_VideoFrame * | p, |
int | plane | ||
) |
Definition at line 39 of file avisynth_c_25.h.
Referenced by avisynth_read_packet_video().
AVSC_INLINE int avs_is_yv12_25 | ( | const AVS_VideoInfo * | p | ) |
Definition at line 67 of file avisynth_c_25.h.