Searched defs:ctrl_id (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c120 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);
119 vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) argument
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h63 void Control(int ctrl_id, int arg) { argument
64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
H A Dencode_test_driver.h110 void Control(int ctrl_id, int arg) { argument
111 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
/external/bluetooth/bluedroid/stack/hid/
H A Dhid_conn.h54 UINT8 ctrl_id; member in struct:hid_conn
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c484 int ctrl_id,
494 switch (ctrl_id)
506 int ctrl_id,
514 switch (ctrl_id)
483 get_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
505 set_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
H A Dvp8_dx_iface.c775 int ctrl_id,
783 switch (ctrl_id)
798 int ctrl_id,
818 int ctrl_id,
839 int ctrl_id,
774 vp8_set_dbg_options(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
797 vp8_get_last_ref_updates(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
817 vp8_get_last_ref_frame(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
838 vp8_get_frame_corrupted(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h142 * header file. In particular, the ctrl_id parameter is guaranteed to exist
147 * \param[in] ctrl_id Algorithm specific control identifier
154 int ctrl_id,
165 * mapping. This implies that ctrl_id values chosen by the algorithm
170 int ctrl_id; member in struct:vpx_codec_ctrl_fn_map

Completed in 161 milliseconds