HomeSort by relevance Sort by last modified time
    Searched refs:ctrl_maps (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 115 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/
vpx_codec.c 116 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/
vpx_codec_internal.h 299 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/
vpx_codec_internal.h 333 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */ member in struct:vpx_codec_iface

Completed in 29 milliseconds