Lines Matching +full:video +full:- +full:decoder
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
3 * video.h - DEPRECATED MPEG-TS video decoder API
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
63 VIDEO_STOPPED, /* Video is stopped */
64 VIDEO_PLAYING, /* Video is currently playing */
65 VIDEO_FREEZED /* Video is freezed */
69 /* Decoder commands */
83 /* The decoder has no special format requirements */
85 /* The decoder requires full GOPs */
101 -1 specifies backward single stepping,
103 <-1: reverse playback at (-speed/1000) of the normal speed. */
115 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
139 int video_blank; /* blank video on freeze? */
155 /* 15-14 Video compression mode (0=MPEG-1, 1=MPEG-2) */
156 /* 13-12 TV system (0=525/60, 1=625/50) */
157 /* 11-10 Aspect ratio (0=4:3, 3=16:9) */
158 /* 9- 8 permitted display mode on 4:3 monitor (0=both, 1=only pan-sca */
159 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */
160 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
161 /* 5- 3 source resolution (0=720x480/576, 1=704x480/576, 2=352x480/57 */
171 /* can you send a system and/or program stream to video device?
172 (you still have to open the video and the audio device but only
173 send the stream to the video device) */
205 * in ITU T-REC-H.222.0 / ISO/IEC 13818-1.
214 /* Read the number of displayed frames since the decoder was started */