Lines Matching refs:V4L2m2mContext
62 static int v4l2_prepare_contexts(V4L2m2mContext *s, int probe)
99 static int v4l2_probe_driver(V4L2m2mContext *s)
135 static int v4l2_configure_contexts(V4L2m2mContext *s)
204 int ff_v4l2_m2m_codec_reinit(V4L2m2mContext *s)
249 V4L2m2mContext *s = (V4L2m2mContext*)context;
265 V4L2m2mContext *s = priv->context;
295 V4L2m2mContext *s = priv->context;
327 int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s)
329 *s = av_mallocz(sizeof(V4L2m2mContext));
333 priv->context_ref = av_buffer_create((uint8_t *) *s, sizeof(V4L2m2mContext),