FFmpeg  4.0
Data Fields
V4L2m2mContext Struct Reference

#include <libavcodec/v4l2_m2m.h>

Data Fields

char devname [PATH_MAX]
 
int fd
 
V4L2Context capture
 
V4L2Context output
 
AVCodecContextavctx
 
sem_t refsync
 
atomic_uint refcount
 
int reinit
 
int draining
 
AVBufferRefself_ref
 

Detailed Description

Definition at line 43 of file v4l2_m2m.h.

Field Documentation

◆ devname

char V4L2m2mContext::devname[PATH_MAX]

◆ fd

int V4L2m2mContext::fd

◆ capture

V4L2Context V4L2m2mContext::capture

◆ output

V4L2Context V4L2m2mContext::output

◆ avctx

AVCodecContext* V4L2m2mContext::avctx

◆ refsync

sem_t V4L2m2mContext::refsync

◆ refcount

atomic_uint V4L2m2mContext::refcount

◆ reinit

int V4L2m2mContext::reinit

◆ draining

int V4L2m2mContext::draining

◆ self_ref

AVBufferRef* V4L2m2mContext::self_ref

The documentation for this struct was generated from the following file: