FFmpeg  4.3.8
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
 
AVPacket buf_pkt
 
AVBufferRefself_ref
 
voidpriv
 

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

◆ buf_pkt

AVPacket V4L2m2mContext::buf_pkt

Definition at line 59 of file v4l2_m2m.h.

Referenced by v4l2_decode_close(), and v4l2_receive_frame().

◆ self_ref

AVBufferRef* V4L2m2mContext::self_ref

◆ priv

void* V4L2m2mContext::priv

Definition at line 65 of file v4l2_m2m.h.


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