V4L2m2mContext 40 libavcodec/v4l2_buffers.c static inline V4L2m2mContext *buf_to_m2mctx(V4L2Buffer *buf) V4L2m2mContext 43 libavcodec/v4l2_buffers.c container_of(buf->context, V4L2m2mContext, output) : V4L2m2mContext 44 libavcodec/v4l2_buffers.c container_of(buf->context, V4L2m2mContext, capture); V4L2m2mContext 54 libavcodec/v4l2_buffers.c V4L2m2mContext *s = buf_to_m2mctx(avbuf); V4L2m2mContext 216 libavcodec/v4l2_buffers.c V4L2m2mContext *s = buf_to_m2mctx(avbuf); V4L2m2mContext 239 libavcodec/v4l2_buffers.c V4L2m2mContext *s = buf_to_m2mctx(in); V4L2m2mContext 44 libavcodec/v4l2_context.c static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context *ctx) V4L2m2mContext 47 libavcodec/v4l2_context.c container_of(ctx, V4L2m2mContext, output) : V4L2m2mContext 48 libavcodec/v4l2_context.c container_of(ctx, V4L2m2mContext, capture); V4L2m2mContext 113 libavcodec/v4l2_context.c V4L2m2mContext *s = ctx_to_m2mctx(ctx); V4L2m2mContext 163 libavcodec/v4l2_context.c V4L2m2mContext *s = ctx_to_m2mctx(ctx); V4L2m2mContext 588 libavcodec/v4l2_context.c V4L2m2mContext *s = ctx_to_m2mctx(ctx); V4L2m2mContext 613 libavcodec/v4l2_context.c V4L2m2mContext *s = ctx_to_m2mctx(ctx); V4L2m2mContext 724 libavcodec/v4l2_context.c V4L2m2mContext *s = ctx_to_m2mctx(ctx); V4L2m2mContext 63 libavcodec/v4l2_m2m.c static int v4l2_prepare_contexts(V4L2m2mContext *s, int probe) V4L2m2mContext 100 libavcodec/v4l2_m2m.c static int v4l2_probe_driver(V4L2m2mContext *s) V4L2m2mContext 136 libavcodec/v4l2_m2m.c static int v4l2_configure_contexts(V4L2m2mContext *s) V4L2m2mContext 205 libavcodec/v4l2_m2m.c int ff_v4l2_m2m_codec_reinit(V4L2m2mContext *s) V4L2m2mContext 248 libavcodec/v4l2_m2m.c int ff_v4l2_m2m_codec_full_reinit(V4L2m2mContext *s) V4L2m2mContext 326 libavcodec/v4l2_m2m.c V4L2m2mContext *s = (V4L2m2mContext*)context; V4L2m2mContext 338 libavcodec/v4l2_m2m.c V4L2m2mContext *s = priv->context; V4L2m2mContext 363 libavcodec/v4l2_m2m.c V4L2m2mContext *s = priv->context; V4L2m2mContext 395 libavcodec/v4l2_m2m.c int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s) V4L2m2mContext 397 libavcodec/v4l2_m2m.c *s = av_mallocz(sizeof(V4L2m2mContext)); V4L2m2mContext 401 libavcodec/v4l2_m2m.c priv->context_ref = av_buffer_create((uint8_t *) *s, sizeof(V4L2m2mContext), V4L2m2mContext 71 libavcodec/v4l2_m2m.h V4L2m2mContext *context; V4L2m2mContext 86 libavcodec/v4l2_m2m.h int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s); V4L2m2mContext 117 libavcodec/v4l2_m2m.h int ff_v4l2_m2m_codec_reinit(V4L2m2mContext *ctx); V4L2m2mContext 127 libavcodec/v4l2_m2m.h int ff_v4l2_m2m_codec_full_reinit(V4L2m2mContext *ctx); V4L2m2mContext 39 libavcodec/v4l2_m2m_dec.c V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; V4L2m2mContext 105 libavcodec/v4l2_m2m_dec.c static int v4l2_prepare_decoder(V4L2m2mContext *s) V4L2m2mContext 138 libavcodec/v4l2_m2m_dec.c V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; V4L2m2mContext 187 libavcodec/v4l2_m2m_dec.c V4L2m2mContext *s; V4L2m2mContext 227 libavcodec/v4l2_m2m_dec.c V4L2m2mContext *s = priv->context; V4L2m2mContext 40 libavcodec/v4l2_m2m_enc.c static inline void v4l2_set_timeperframe(V4L2m2mContext *s, unsigned int num, unsigned int den) V4L2m2mContext 52 libavcodec/v4l2_m2m_enc.c static inline void v4l2_set_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed int value, const char *name, int log_warning) V4L2m2mContext 73 libavcodec/v4l2_m2m_enc.c static inline int v4l2_get_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed int *value, const char *name, int log_warning) V4L2m2mContext 147 libavcodec/v4l2_m2m_enc.c static int v4l2_check_b_frame_support(V4L2m2mContext *s) V4L2m2mContext 162 libavcodec/v4l2_m2m_enc.c static inline void v4l2_subscribe_eos_event(V4L2m2mContext *s) V4L2m2mContext 173 libavcodec/v4l2_m2m_enc.c static int v4l2_prepare_encoder(V4L2m2mContext *s) V4L2m2mContext 275 libavcodec/v4l2_m2m_enc.c V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; V4L2m2mContext 288 libavcodec/v4l2_m2m_enc.c V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; V4L2m2mContext 319 libavcodec/v4l2_m2m_enc.c V4L2m2mContext *s;