FFmpeg
|
libdc1394.c File Reference
#include "config.h"
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/log.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
Include dependency graph for libdc1394.c:
Go to the source code of this file.
Data Structures | |
struct | dc1394_data |
struct | dc1394_frame_format |
struct | dc1394_frame_rate |
Macros | |
#define | OFFSET(x) offsetof(dc1394_data, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Typedefs | |
typedef struct dc1394_data | dc1394_data |
Functions | |
static int | dc1394_read_common (AVFormatContext *c, struct dc1394_frame_format **select_fmt, struct dc1394_frame_rate **select_fps) |
Variables | |
struct dc1394_frame_format | dc1394_frame_formats [] |
struct dc1394_frame_rate | dc1394_frame_rates [] |
static const AVOption | options [] |
static const AVClass | libdc1394_class |
Macro Definition Documentation
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 99 of file libdc1394.c.
#define OFFSET | ( | x | ) | offsetof(dc1394_data, x) |
Definition at line 98 of file libdc1394.c.
Typedef Documentation
typedef struct dc1394_data dc1394_data |
Function Documentation
|
inlinestatic |
Definition at line 118 of file libdc1394.c.
Variable Documentation
struct dc1394_frame_format dc1394_frame_formats[] |
Initial value:
= {
{ 320, 240, AV_PIX_FMT_UYVY422, DC1394_VIDEO_MODE_320x240_YUV422 },
{ 640, 480, AV_PIX_FMT_UYYVYY411, DC1394_VIDEO_MODE_640x480_YUV411 },
{ 640, 480, AV_PIX_FMT_UYVY422, DC1394_VIDEO_MODE_640x480_YUV422 },
{ 0, 0, 0, 0 }
}
Referenced by dc1394_read_common().
struct dc1394_frame_rate dc1394_frame_rates[] |
Initial value:
= {
{ 1875, DC1394_FRAMERATE_1_875 },
{ 3750, DC1394_FRAMERATE_3_75 },
{ 7500, DC1394_FRAMERATE_7_5 },
{ 15000, DC1394_FRAMERATE_15 },
{ 30000, DC1394_FRAMERATE_30 },
{ 60000, DC1394_FRAMERATE_60 },
{120000, DC1394_FRAMERATE_120 },
{240000, DC1394_FRAMERATE_240 },
{ 0, 0 }
}
Referenced by dc1394_read_common().
|
static |
Initial value:
= {
.class_name = "libdc1394 indev",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
}
Definition at line 110 of file libdc1394.c.
Referenced by dc1394_read_common().
|
static |
Initial value:
= {
{ "video_size", "A string describing frame size, such as 640x480 or hd720.", OFFSET(video_size), AV_OPT_TYPE_STRING, {.str = "qvga"}, 0, 0, DEC },
{ NULL },
}
Definition: opt.h:226
Definition at line 100 of file libdc1394.c.
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11