Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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_()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h333 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member