Home
last modified time | relevance | path

Searched refs:ctrl_maps (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c116 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps) in vpx_codec_control_()
123 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) { in vpx_codec_control_()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h301 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member