Searched refs:ctrl_maps (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c115 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps)
122 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) {
/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c116 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps)
123 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) {
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h299 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member in struct:vpx_codec_iface
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h333 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member in struct:vpx_codec_iface

Completed in 1083 milliseconds