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
48 VIDEO_STOPPED, /* Video is stopped */
49 VIDEO_PLAYING, /* Video is currently playing */
50 VIDEO_FREEZED /* Video is freezed */
54 /* Decoder commands */
68 /* The decoder has no special format requirements */
70 /* The decoder requires full GOPs */
86 -1 specifies backward single stepping,
88 <-1: reverse playback at (-speed/1000) of the normal speed. */
100 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
124 int video_blank; /* blank video on freeze? */
140 /* 15-14 Video compression mode (0=MPEG-1, 1=MPEG-2) */
141 /* 13-12 TV system (0=525/60, 1=625/50) */
142 /* 11-10 Aspect ratio (0=4:3, 3=16:9) */
143 /* 9- 8 permitted display mode on 4:3 monitor (0=both, 1=only pan-sca */
144 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */
145 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
146 /* 5- 3 source resolution (0=720x480/576, 1=704x480/576, 2=352x480/57 */
156 /* can you send a system and/or program stream to video device?
157 (you still have to open the video and the audio device but only
158 send the stream to the video device) */
190 * in ITU T-REC-H.222.0 / ISO/IEC 13818-1.
199 /* Read the number of displayed frames since the decoder was started */