Lines Matching refs:OMXCodecContext
189 typedef struct OMXCodecContext { struct
230 } OMXCodecContext; argument
266 OMXCodecContext *s = app_data; in event_handler()
308 OMXCodecContext *s = app_data; in empty_buffer_done()
326 OMXCodecContext *s = app_data; in fill_buffer_done()
375 static av_cold int wait_for_state(OMXCodecContext *s, OMX_STATETYPE state) in wait_for_state()
389 OMXCodecContext *s = avctx->priv_data; in omx_component_init()
590 static av_cold void cleanup(OMXCodecContext *s) in cleanup()
641 OMXCodecContext *s = avctx->priv_data; in omx_encode_init()
734 OMXCodecContext *s = avctx->priv_data; in omx_encode_frame()
924 OMXCodecContext *s = avctx->priv_data; in omx_encode_end()
930 #define OFFSET(x) offsetof(OMXCodecContext, x)
959 .priv_data_size = sizeof(OMXCodecContext),
980 .priv_data_size = sizeof(OMXCodecContext),