Searched refs:ctrl_maps (Results 1 – 4 of 4) sorted by relevance
93 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps) in vpx_codec_control_()100 for (entry = ctx->iface->ctrl_maps; entry->fn; entry++) { in vpx_codec_control_()
96 if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps) { in aom_codec_control()103 for (aom_codec_ctrl_fn_map_t *entry = ctx->iface->ctrl_maps; in aom_codec_control()
291 aom_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::aom_codec_ctrl_fn_map_t */ member
296 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member