Searched refs:video_format (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddirac.c249 unsigned video_format, picture_coding_mode; local
255 video_format = svq3_get_ue_golomb(gb);
262 if (video_format > 20)
266 *source = dirac_source_parameters_defaults[video_format];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac.c293 unsigned video_format, picture_coding_mode; local
303 video_format = svq3_get_ue_golomb(gb);
310 if (video_format > 20U)
314 *source = dirac_source_parameters_defaults[video_format];
H A Dhevc.h316 int video_format; member in struct:VUI
H A Dhevc_ps.c454 vui->video_format = get_bits(gb, 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av_cmd.c407 video_mode->video_format = ps3av_video_fmt_table[video_fmt].format;
417 video_mode->video_format, video_mode->video_order);
424 struct ps3av_pkt_video_format video_format; local
426 memset(&video_format, 0, sizeof(video_format));
427 video_format.video_head = head;
429 video_format.video_format = PS3AV_CMD_VIDEO_FORMAT_BLACK;
431 video_format.video_format
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa6752hs.c100 enum saa6752hs_videoformat video_format; member in struct:saa6752hs_state
687 set_reg8(client, 0x41, h->video_format);
853 if (h->video_format == SAA6752HS_VF_UNKNOWN)
854 h->video_format = SAA6752HS_VF_D1;
855 f->width = v4l2_format_table[h->video_format].fmt.pix.width;
856 f->height = v4l2_format_table[h->video_format].fmt.pix.height;
878 h->video_format = SAA6752HS_VF_D1;
882 h->video_format = SAA6752HS_VF_2_3_D1;
888 h->video_format = SAA6752HS_VF_1_2_D1;
891 h->video_format
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlxfdec.c52 uint32_t video_format, packet_type, extended_size; member in struct:__anon3523
158 lxf->video_format = bytestream_get_le32(&p);
328 if (((lxf->video_format >> 22) & 0x3) < 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/dvb/
H A Dvideo.h153 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h161 u32 video_format; member in struct:dvb_video_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dps3av.h155 /* video_format */
566 u32 video_format; /* in: input frame buffer format */ member in struct:ps3av_pkt_video_mode
577 u32 video_format; /* in: frame buffer format */ member in struct:ps3av_pkt_video_format
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110.c537 av7110->videostate.video_format = VIDEO_FORMAT_16_9;
542 av7110->videostate.video_format = VIDEO_FORMAT_221_1;
547 av7110->videostate.video_format = VIDEO_FORMAT_4_3;
H A Dav7110_av.c1563 av7110->videostate.video_format = VIDEO_FORMAT_4_3;

Completed in 168 milliseconds