Go to the source code of this file.
Classes | |
| struct | VideoData |
Functions | |
| static int | aiw_init (VideoData *s) |
| static int | aiw_read_picture (VideoData *s, uint8_t *data) |
| static int | aiw_close (VideoData *s) |
| static int | grab_read_header (AVFormatContext *s1, AVFormatParameters *ap) |
| static int | v4l_mm_read_picture (VideoData *s, uint8_t *buf) |
| static int | grab_read_packet (AVFormatContext *s1, AVPacket *pkt) |
| static int | grab_read_close (AVFormatContext *s1) |
Variables | |
| struct { | |
| int palette | |
| int depth | |
| enum PixelFormat pix_fmt | |
| } | video_formats [] |
| AVInputFormat | v4l_demuxer |
| static int aiw_init | ( | VideoData * | s | ) | [static] |
| static int aiw_read_picture | ( | VideoData * | s, | |
| uint8_t * | data | |||
| ) | [static] |
| static int aiw_close | ( | VideoData * | s | ) | [static] |
| static int grab_read_header | ( | AVFormatContext * | s1, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int v4l_mm_read_picture | ( | VideoData * | s, | |
| uint8_t * | buf | |||
| ) | [static] |
| static int grab_read_packet | ( | AVFormatContext * | s1, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int grab_read_close | ( | AVFormatContext * | s1 | ) | [static] |
| int palette |
Definition at line 58 of file v4l.c.
Referenced by MythPopupBox::addWidget(), avs_read_packet(), decode_frame(), DVDRingBufferPriv::DecodeSubtitles(), encode_frame(), MythListBox::focusOutEvent(), get_alpha_info_pal8(), gif_read_image(), MythListView::MythListView(), MythListBox::polish(), set_palette(), and txd_decode_frame().
| int depth |
Definition at line 59 of file v4l.c.
Referenced by bmp_decode_frame(), decode_frame(), dvbsub_parse_clut_segment(), encode_frame(), ff_pnm_decode_header(), DatabaseBox::fillCD(), flic_decode_init(), guess_mv(), pam_encode_frame(), Webcam::SetPalette(), targa_decode_rle(), tta_decode_frame(), and txd_decode_frame().
| enum PixelFormat pix_fmt |
| struct { ... } video_formats[] |
Referenced by grab_read_header().
Initial value:
{
"video4linux",
"video grab",
sizeof(VideoData),
NULL,
grab_read_header,
grab_read_packet,
grab_read_close,
.flags = AVFMT_NOFILE,
}
1.5.5