V4L2m2mPriv       336 libavcodec/v4l2_m2m.c int ff_v4l2_m2m_codec_end(V4L2m2mPriv *priv)
V4L2m2mPriv       357 libavcodec/v4l2_m2m.c int ff_v4l2_m2m_codec_init(V4L2m2mPriv *priv)
V4L2m2mPriv       395 libavcodec/v4l2_m2m.c int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s)
V4L2m2mPriv        86 libavcodec/v4l2_m2m.h int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s);
V4L2m2mPriv        96 libavcodec/v4l2_m2m.h int ff_v4l2_m2m_codec_init(V4L2m2mPriv *priv);
V4L2m2mPriv       107 libavcodec/v4l2_m2m.h int ff_v4l2_m2m_codec_end(V4L2m2mPriv *priv);
V4L2m2mPriv        39 libavcodec/v4l2_m2m_dec.c     V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context;
V4L2m2mPriv       138 libavcodec/v4l2_m2m_dec.c     V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context;
V4L2m2mPriv       188 libavcodec/v4l2_m2m_dec.c     V4L2m2mPriv *priv = avctx->priv_data;
V4L2m2mPriv       226 libavcodec/v4l2_m2m_dec.c     V4L2m2mPriv *priv = avctx->priv_data;
V4L2m2mPriv       232 libavcodec/v4l2_m2m_dec.c #define OFFSET(x) offsetof(V4L2m2mPriv, x)
V4L2m2mPriv       257 libavcodec/v4l2_m2m_dec.c         .priv_data_size = sizeof(V4L2m2mPriv), \
V4L2m2mPriv       275 libavcodec/v4l2_m2m_enc.c     V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context;
V4L2m2mPriv       288 libavcodec/v4l2_m2m_enc.c     V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context;
V4L2m2mPriv       320 libavcodec/v4l2_m2m_enc.c     V4L2m2mPriv *priv = avctx->priv_data;
V4L2m2mPriv       371 libavcodec/v4l2_m2m_enc.c #define OFFSET(x) offsetof(V4L2m2mPriv, x)
V4L2m2mPriv       411 libavcodec/v4l2_m2m_enc.c         .priv_data_size = sizeof(V4L2m2mPriv), \