FFmpeg
|
#include <v4l2_m2m.h>
Data Fields | |
AVClass * | class |
V4L2m2mContext * | context |
AVBufferRef * | context_ref |
int | num_output_buffers |
int | num_capture_buffers |
Definition at line 71 of file v4l2_m2m.h.
AVClass* V4L2m2mPriv::class |
Definition at line 72 of file v4l2_m2m.h.
V4L2m2mContext* V4L2m2mPriv::context |
Definition at line 74 of file v4l2_m2m.h.
Referenced by ff_v4l2_m2m_codec_end(), ff_v4l2_m2m_codec_init(), and ff_v4l2_m2m_create_context().
AVBufferRef* V4L2m2mPriv::context_ref |
Definition at line 75 of file v4l2_m2m.h.
Referenced by ff_v4l2_m2m_codec_end(), and ff_v4l2_m2m_create_context().
int V4L2m2mPriv::num_output_buffers |
Definition at line 77 of file v4l2_m2m.h.
Referenced by ff_v4l2_m2m_create_context().
int V4L2m2mPriv::num_capture_buffers |
Definition at line 78 of file v4l2_m2m.h.
Referenced by ff_v4l2_m2m_create_context().