Searched refs:video_stype (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvdata.c47 .video_stype = 0x0,
67 .video_stype = 0x0,
87 .video_stype = 0x0,
107 .video_stype = 0x4,
127 .video_stype = 0x4,
147 .video_stype = 0x14,
167 .video_stype = 0x14,
187 .video_stype = 0x18,
207 .video_stype = 0x18,
227 .video_stype
[all...]
H A Ddvdata.h46 int video_stype; /* stype for VAUX source pack */ member in struct:DVprofile
259 #define DV_PROFILE_IS_HD(p) ((p)->video_stype & 0x10)
260 #define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1))
261 #define DV_PROFILE_IS_720p50(p) (((p)->video_stype == 0x18) && ((p)->dsf == 1))
H A Ddv.c593 if (s->sys->video_stype == 4) { /* SD 422 */
958 if (s->sys->video_stype == 4) { /* SD 422 */
1165 c->sys->video_stype; /* signal type video compression */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddv_profile.c74 .video_stype = 0x0,
92 .video_stype = 0x0,
110 .video_stype = 0x0,
128 .video_stype = 0x4,
146 .video_stype = 0x4,
164 .video_stype = 0x14,
182 .video_stype = 0x14,
200 .video_stype = 0x18,
218 .video_stype = 0x18,
236 .video_stype
[all...]
H A Ddv.h79 #define DV_PROFILE_IS_HD(p) ((p)->video_stype & 0x10)
80 #define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1))
81 #define DV_PROFILE_IS_720p50(p) (((p)->video_stype == 0x18) && ((p)->dsf == 1))
H A Ddv_profile.h40 int video_stype; /* stype for VAUX source pack */ member in struct:AVDVProfile
H A Ddvdec.c297 if (s->sys->video_stype == 4) { /* SD 422 */
H A Ddvenc.c434 if (s->sys->video_stype == 4) { /* SD 422 */
584 c->sys->video_stype; /* signal type video compression */

Completed in 78 milliseconds