Searched refs:xo_encoder_init_func_t (Results 1 – 2 of 2) sorted by relevance
235 xo_encoder_init_func_t func; in xo_encoder_discover()237 func = (xo_encoder_init_func_t) dlfunc(dlp, XO_ENCODER_INIT_NAME); in xo_encoder_discover()
115 typedef int (*xo_encoder_init_func_t)(XO_ENCODER_INIT_ARGS); typedef