Lines Matching defs:V4L2m2mContext
43 typedef struct V4L2m2mContext {
69 } V4L2m2mContext;
74 V4L2m2mContext *context;
85 * @param[out] ctx The V4L2m2mContext.
89 int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s);
113 * Reinitializes the V4L2m2mContext when the driver cannot continue processing
116 * @param[in] ctx The V4L2m2mContext instantiated by the encoder/decoder.
120 int ff_v4l2_m2m_codec_reinit(V4L2m2mContext *ctx);
123 * Reinitializes the V4L2m2mContext when the driver cannot continue processing
126 * @param[in] ctx The V4L2m2mContext instantiated by the encoder/decoder.
130 int ff_v4l2_m2m_codec_full_reinit(V4L2m2mContext *ctx);