FFmpeg
|
AVFoundation input device. More...
#import <AVFoundation/AVFoundation.h>
#include <pthread.h>
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "libavformat/internal.h"
#include "libavutil/internal.h"
#include "libavutil/time.h"
#include "avdevice.h"
Go to the source code of this file.
Data Structures | |
struct | AVFPixelFormatSpec |
struct | AVFContext |
class | AVFFrameReceiver |
FrameReciever class - delegate for AVCaptureSession. More... | |
Functions | |
static void | lock_frames (AVFContext *ctx) |
static void | unlock_frames (AVFContext *ctx) |
static void | destroy_context (AVFContext *ctx) |
static int | avf_read_header (AVFormatContext *s) |
static int | avf_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | avf_close (AVFormatContext *s) |
Variables | |
static const int | avf_time_base = 100 |
static const AVRational | avf_time_base_q |
static struct AVFPixelFormatSpec | avf_pixel_formats [] |
static const AVOption | options [] |
static const AVClass | avf_class |
AVInputFormat | ff_avfoundation_demuxer |
AVFoundation input device.
Definition in file avfoundation.m.
|
static |
Definition at line 99 of file avfoundation.m.
Referenced by avf_read_header(), avf_read_packet(), and AVFFrameReceiver::captureOutput:didOutputSampleBuffer:fromConnection:.
|
static |
Definition at line 104 of file avfoundation.m.
Referenced by avf_read_header(), avf_read_packet(), and AVFFrameReceiver::captureOutput:didOutputSampleBuffer:fromConnection:.
|
static |
Definition at line 155 of file avfoundation.m.
Referenced by avf_close(), and avf_read_header().
|
static |
Definition at line 175 of file avfoundation.m.
|
static |
Definition at line 393 of file avfoundation.m.
|
static |
Definition at line 432 of file avfoundation.m.
|
static |
Definition at line 38 of file avfoundation.m.
Referenced by avf_read_header().
|
static |
Definition at line 40 of file avfoundation.m.
|
static |
Definition at line 50 of file avfoundation.m.
|
static |
Definition at line 439 of file avfoundation.m.
|
static |
Definition at line 449 of file avfoundation.m.
AVInputFormat ff_avfoundation_demuxer |
Definition at line 456 of file avfoundation.m.