FFmpeg
|
#include "avdevice.h"
#include "config.h"
#include "libavutil/rational.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavformat/internal.h"
#include "libavcodec/dsputil.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <linux/videodev.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | VideoData |
Macros | |
#define | _LINUX_TIME_H 1 |
Functions | |
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 AVPixelFormat pix_fmt | |
} | video_formats [] |
static const AVOption | options [] |
static const AVClass | v4l_class |
AVInputFormat | ff_v4l_demuxer |
|
static |
Definition at line 257 of file v4l.c.
Referenced by grab_read_packet().
|
static |
|
static |
int palette |
Definition at line 61 of file v4l.c.
Referenced by apng_do_inverse_blend(), apply_color_indexing_transform(), avs_read_packet(), cdg_load_palette(), cmap_read_palette(), count_colors(), debug_mean_error(), decode_frame(), display_end_segment(), encode_headers(), extract_header(), flush_packet(), gif_encode_frame(), gif_image_write_image(), gif_write_header(), gif_write_packet(), idcin_read_packet(), mov_create_dvd_sub_decoder_specific_info(), palToRgbWrapper(), parse_palette_segment(), seqvideo_decode(), set_frame(), set_palette(), smush_read_header(), and yop_decode_frame().
int depth |
Definition at line 62 of file v4l.c.
Referenced by ast_read_header(), av_read_image_line(), av_write_image_line(), bmp_decode_frame(), config_input(), decode_frame(), decode_macroblock(), denoise_spatial(), dvbsub_parse_clut_segment(), encode_frame(), ff_blend_mask(), ff_blend_rectangle(), ff_get_unscaled_swscale(), ff_pnm_decode_header(), fill_iplimage_from_frame(), filter(), filter_frame(), flic_decode_init(), guess_mv(), pam_encode_frame(), print_stats(), process_anticollapse(), query_formats(), recurse_mono(), recurse_stereo(), search_for_quantizers_twoloop(), set_metadata(), store_slice16_c(), sunrast_decode_frame(), targa_decode_rle(), tta_decode_frame(), txd_decode_frame(), unpack_codebook(), vc2_encode_init(), and wtvfile_open2().
enum AVPixelFormat pix_fmt |
const { ... } video_formats[] |
Referenced by grab_read_header().
|
static |
|
static |
AVInputFormat ff_v4l_demuxer |