Searched refs:video_type (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-disp.c37 static unsigned video_type; variable
38 module_param(video_type, uint, 0644);
39 MODULE_PARM_DESC(video_type, "video_type (0 = NTSC/Default, 1 = PAL)");
80 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) {
114 solo_dev->video_type |
218 if (video_type == 0) {
219 solo_dev->video_type = SOLO_VO_FMT_TYPE_NTSC;
223 solo_dev->video_type = SOLO_VO_FMT_TYPE_PAL;
H A Dsolo6010-tw28.c191 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_PAL)
288 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_PAL) {
390 (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) ?
510 if (solo_dev->video_type != SOLO_VO_FMT_TYPE_NTSC) {
H A Dsolo6010.h215 u32 video_type; member in struct:solo6010_dev
H A Dsolo6010-v4l2-enc.c417 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC)
841 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC)
H A Dsolo6010-v4l2.c529 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsegafilm.c58 enum AVCodecID video_type; member in struct:FilmDemuxContext
139 film->video_type = AV_CODEC_ID_CINEPAK;
141 film->video_type = AV_CODEC_ID_RAWVIDEO;
143 film->video_type = AV_CODEC_ID_NONE;
147 if (film->video_type) {
153 st->codec->codec_id = film->video_type;
158 if (film->video_type == AV_CODEC_ID_RAWVIDEO) {
H A Djvdec.c40 int video_type; /**< per-frame video compression type */ member in struct:__anon3515
150 jvf->video_type = avio_r8(pb);
156 e->flags = jvf->video_type != 1 ? AVINDEX_KEYFRAME : 0;
193 pkt->data[4] = jvf->video_type;
205 if (jvf->video_type != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsegafilm.c57 enum CodecID video_type; member in struct:FilmDemuxContext
133 film->video_type = CODEC_ID_CINEPAK;
135 film->video_type = CODEC_ID_RAWVIDEO;
137 film->video_type = CODEC_ID_NONE;
141 if (film->video_type) {
147 st->codec->codec_id = film->video_type;
152 if (film->video_type == CODEC_ID_RAWVIDEO) {
257 (film->video_type == CODEC_ID_CINEPAK)) {
H A Djvdec.c38 int video_type; /** per-frame video compression type */ member in struct:__anon2170
124 jvf->video_type = avio_r8(pb);
130 e->flags = jvf->video_type != 1 ? AVINDEX_KEYFRAME : 0;
166 pkt->data[4] = jvf->video_type;
173 if (jvf->video_type != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djvdec.c145 int video_size, video_type, i, j, ret; local
151 video_type = buf[4];
162 if (video_type == 0 || video_type == 1) {
173 } else if (video_type == 2) {
180 "unsupported frame type %i\n", video_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djvdec.c139 int video_size, video_type, i, j; local
142 video_type = buf[4];
151 if (video_type == 0 || video_type == 1) {
161 } else if (video_type == 2) {
168 av_log(avctx, AV_LOG_WARNING, "unsupported frame type %i\n", video_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-cards.h63 u8 video_type; /* video input type */ member in struct:cx18_card_video_input
H A Dcx18-cards.c490 strlcpy(input->name, input_strs[card_input->video_type - 1],
492 input->type = (card_input->video_type == CX18_CARD_INPUT_VID_TUNER ?
H A Dcx18-driver.c755 if (cx->card->video_inputs[i].video_type == 0)
765 if (cx->card->video_inputs[i].video_type ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-routing.c71 type = itv->card->video_inputs[inp].video_type;
H A Divtv-cards.h181 u8 video_type; /* video input type */ member in struct:ivtv_card_video_input
H A Divtv-cards.c1320 strlcpy(input->name, input_strs[card_input->video_type - 1],
1322 input->type = (card_input->video_type == IVTV_CARD_INPUT_VID_TUNER ?
H A Divtv-driver.c783 if (itv->card->video_inputs[i].video_type == 0)
799 if (itv->card->video_inputs[i].video_type ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_main.h296 static int video_type = FB_TYPE_PACKED_PIXELS; variable
H A DXGI_main_26.c1673 fix->type = video_type;

Completed in 96 milliseconds