Searched refs:omx_context (Results 1 – 1 of 1) sorted by relevance
153 OMXContext *omx_context; in omx_init() local155 omx_context = av_mallocz(sizeof(*omx_context)); in omx_init()156 if (!omx_context) in omx_init()159 ret = omx_try_load(omx_context, logctx, libname, prefix, NULL); in omx_init()161 av_free(omx_context); in omx_init()166 if (!(ret = omx_try_load(omx_context, logctx, nameptr[0], prefix, nameptr[1]))) in omx_init()169 av_free(omx_context); in omx_init()174 if (omx_context->host_init) in omx_init()175 omx_context->host_init(); in omx_init()176 omx_context->ptr_Init(); in omx_init()[all …]