HomeSort by relevance Sort by last modified time
    Searched refs:ctrl_id (Results 1 - 9 of 9) 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/bluetooth/bluedroid/stack/hid/
hid_conn.h 54 UINT8 ctrl_id; member in struct:hid_conn
hidh_conn.c 174 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
185 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
262 p_hcon->ctrl_id = l2cap_id;
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 422 int ctrl_id,
432 switch (ctrl_id)
444 int ctrl_id,
452 switch (ctrl_id)
    [all...]
vp8_dx_iface.c 639 int ctrl_id,
647 switch (ctrl_id)
662 int ctrl_id,
682 int ctrl_id,
  /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:__anon9794

Completed in 113 milliseconds