Home
last modified time | relevance | path

Searched refs:V4L2m2mPriv (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m.h67 /* reference back to V4L2m2mPriv */
71 typedef struct V4L2m2mPriv { struct
79 } V4L2m2mPriv; typedef
84 * @param[in] ctx The V4L2m2mPriv instantiated by the encoder/decoder.
89 int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s);
95 * @param[in] ctx The V4L2m2mPriv instantiated by the encoder/decoder.
99 int ff_v4l2_m2m_codec_init(V4L2m2mPriv *priv);
105 * @param[in] The V4L2m2mPriv instantiated by the encoder/decoder.
110 int ff_v4l2_m2m_codec_end(V4L2m2mPriv *priv);
H A Dv4l2_m2m_dec.c39 V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; in v4l2_try_start()
138 V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; in v4l2_receive_frame()
185 V4L2m2mPriv *priv = avctx->priv_data; in v4l2_decode_init()
223 #define OFFSET(x) offsetof(V4L2m2mPriv, x)
248 .priv_data_size = sizeof(V4L2m2mPriv), \
H A Dv4l2_m2m_enc.c276 V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; in v4l2_send_frame()
289 V4L2m2mContext *s = ((V4L2m2mPriv*)avctx->priv_data)->context; in v4l2_receive_packet()
338 V4L2m2mPriv *priv = avctx->priv_data; in v4l2_encode_init()
389 #define OFFSET(x) offsetof(V4L2m2mPriv, x)
429 .priv_data_size = sizeof(V4L2m2mPriv), \
H A Dv4l2_m2m.c263 int ff_v4l2_m2m_codec_end(V4L2m2mPriv *priv) in ff_v4l2_m2m_codec_end()
289 int ff_v4l2_m2m_codec_init(V4L2m2mPriv *priv) in ff_v4l2_m2m_codec_init()
327 int ff_v4l2_m2m_create_context(V4L2m2mPriv *priv, V4L2m2mContext **s) in ff_v4l2_m2m_create_context()

Completed in 3 milliseconds