Home
last modified time | relevance | path

Searched refs:ctrl_id (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vpx/src/
Dvpx_codec.c120 int ctrl_id, in vpx_codec_control_() argument
125 if (!ctx || !ctrl_id) in vpx_codec_control_()
137 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id) in vpx_codec_control_()
141 va_start(ap, ctrl_id); in vpx_codec_control_()
142 res = entry->fn(ctx->priv->alg_priv, ctrl_id, ap); in vpx_codec_control_()
Dvpx_decoder_compat.c87 int ctrl_id, in vpx_dec_control() argument
90 return vpx_codec_control_((vpx_codec_ctx_t *)ctx, ctrl_id, data); in vpx_dec_control()
/external/libvpx/vpx/
Dvpx_codec.h374 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);\
Dvpx_decoder_compat.h327 int ctrl_id,
/external/libvpx/vp8/
Dvp8_cx_iface.c408 int ctrl_id, in get_param() argument
418 switch (ctrl_id) in get_param()
430 int ctrl_id, in set_param() argument
438 switch (ctrl_id) in set_param()
1120 int ctrl_id, in api1_control() argument
1125 switch (ctrl_id) in api1_control()
1139 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id) in api1_control()
1141 return entry->fn(ctx, ctrl_id, args); in api1_control()
/external/libvpx/vpx/internal/
Dvpx_codec_internal.h152 int ctrl_id,
168 int ctrl_id; member