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 && entry->fn; entry++) { in vpx_codec_control_()
97 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps) in aom_codec_control_()104 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) { in aom_codec_control_()
290 aom_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::aom_codec_ctrl_fn_map_t */ member
295 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member