Lines Matching defs:OMXCodecContext
190 typedef struct OMXCodecContext {
231 } OMXCodecContext;
234 #define OFF(field) offsetof(OMXCodecContext, field)
235 DEFINE_OFFSET_ARRAY(OMXCodecContext, omx_codec_context, mutex_cond_inited_cnt,
273 OMXCodecContext *s = app_data;
315 OMXCodecContext *s = app_data;
333 OMXCodecContext *s = app_data;
382 static av_cold int wait_for_state(OMXCodecContext *s, OMX_STATETYPE state)
396 OMXCodecContext *s = avctx->priv_data;
597 static av_cold void cleanup(OMXCodecContext *s)
644 OMXCodecContext *s = avctx->priv_data;
734 OMXCodecContext *s = avctx->priv_data;
909 OMXCodecContext *s = avctx->priv_data;
915 #define OFFSET(x) offsetof(OMXCodecContext, x)
944 .priv_data_size = sizeof(OMXCodecContext),
965 .priv_data_size = sizeof(OMXCodecContext),