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

  /external/libvpx/vpx/src/
vpx_codec.c 120 int ctrl_id,
125 if (!ctx || !ctrl_id)
137 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id)
141 va_start(ap, ctrl_id);
142 res = entry->fn(ctx->priv->alg_priv, ctrl_id, ap);
vpx_decoder_compat.c 87 int ctrl_id,
90 return vpx_codec_control_((vpx_codec_ctx_t *)ctx, ctrl_id, data);
  /external/libvpx/vpx/
vpx_codec.h 356 * associated with the given ctrl_id. It tries to call this function
364 * \param[in] ctrl_id Algorithm specific control identifier
374 int ctrl_id,
412 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
413 return vpx_codec_control_(ctx, ctrl_id, data);\
432 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
433 return vpx_codec_control_(ctx, ctrl_id, data);\
452 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id) {\
453 return vpx_codec_control_(ctx, ctrl_id);\
vpx_decoder_compat.h 311 * associated with the given ctrl_id. It tries to call this function
316 * \param[in] ctrl_id Algorithm specific control identifier
327 int ctrl_id,
  /external/libvpx/vp8/
vp8_cx_iface.c 408 int ctrl_id,
418 switch (ctrl_id)
430 int ctrl_id,
438 switch (ctrl_id)
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 140 * header file. In particular, the ctrl_id parameter is guaranteed to exist
145 * \param[in] ctrl_id Algorithm specific control identifier
152 int ctrl_id,
163 * mapping. This implies that ctrl_id values chosen by the algorithm
168 int ctrl_id; member in struct:__anon5144

Completed in 338 milliseconds