Searched refs:ctrl_id (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vpx/src/ |
D | vpx_codec.c | 120 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_()
|
D | vpx_decoder_compat.c | 87 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/ |
D | vpx_codec.h | 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);\
|
D | vpx_decoder_compat.h | 327 int ctrl_id,
|
/external/libvpx/vp8/ |
D | vp8_cx_iface.c | 408 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/ |
D | vpx_codec_internal.h | 152 int ctrl_id, 168 int ctrl_id; member
|