Searched refs:ctrl_id (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_codec.h371 * associated with the given ctrl_id. It tries to call this function
379 * \param[in] ctrl_id Algorithm specific control identifier
389 int ctrl_id,
427 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
428 return vpx_codec_control_(ctx, ctrl_id, data);\
447 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
448 return vpx_codec_control_(ctx, ctrl_id, data);\
467 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id) {\
468 return vpx_codec_control_(ctx, ctrl_id);\
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c109 int ctrl_id,
113 if (!ctx || !ctrl_id)
123 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id) {
126 va_start(ap, ctrl_id);
108 vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) argument
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.h119 void Control(int ctrl_id, int arg) { argument
120 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { argument
125 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
129 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { argument
130 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
135 void Control(int ctrl_id, vpx_active_map_t *arg) { argument
136 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
H A Ddecode_test_driver.h68 void Control(int ctrl_id, int arg) { argument
70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
74 void Control(int ctrl_id, const void *arg) { argument
76 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h119 void Control(int ctrl_id, int arg) { argument
120 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { argument
125 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
129 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { argument
130 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
135 void Control(int ctrl_id, vpx_active_map_t *arg) { argument
136 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
H A Ddecode_test_driver.h62 void Control(int ctrl_id, int arg) { argument
64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
68 void Control(int ctrl_id, const void *arg) { argument
70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c110 int ctrl_id,
114 if (!ctx || !ctrl_id)
124 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id) {
127 va_start(ap, ctrl_id);
128 res = entry->fn(ctx->priv->alg_priv, ctrl_id, ap);
109 vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) argument
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h362 * associated with the given ctrl_id. It tries to call this function
370 * \param[in] ctrl_id Algorithm specific control identifier
380 int ctrl_id,
418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
419 return vpx_codec_control_(ctx, ctrl_id, data);\
438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
439 return vpx_codec_control_(ctx, ctrl_id, data);\
458 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id) {\
459 return vpx_codec_control_(ctx, ctrl_id);\
/external/bluetooth/bluedroid/stack/hid/
H A Dhid_conn.h54 UINT8 ctrl_id; member in struct:hid_conn
H A Dhidh_conn.c179 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
190 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
264 p_hcon->ctrl_id = l2cap_id;
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h146 * header file. In particular, the ctrl_id parameter is guaranteed to exist
151 * \param[in] ctrl_id Algorithm specific control identifier
158 int ctrl_id,
169 * mapping. This implies that ctrl_id values chosen by the algorithm
173 int ctrl_id; member in struct:vpx_codec_ctrl_fn_map
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c494 int ctrl_id, va_list args) {
500 switch (ctrl_id) {
514 int ctrl_id, va_list args) {
530 int ctrl_id, va_list args) {
545 int ctrl_id, va_list args) {
493 ctrl_set_dbg_options(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
513 ctrl_get_last_ref_updates(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
529 ctrl_get_frame_corrupted(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
544 ctrl_get_display_size(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
H A Dvp9_cx_iface.c456 static vpx_codec_err_t ctrl_get_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, argument
465 switch (ctrl_id) {
476 static vpx_codec_err_t ctrl_set_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, argument
483 switch (ctrl_id) {
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h146 * header file. In particular, the ctrl_id parameter is guaranteed to exist
151 * \param[in] ctrl_id Algorithm specific control identifier
168 * mapping. This implies that ctrl_id values chosen by the algorithm
172 int ctrl_id; member in struct:vpx_codec_ctrl_fn_map
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c793 int ctrl_id,
801 switch (ctrl_id)
816 int ctrl_id,
837 int ctrl_id,
858 int ctrl_id,
877 int ctrl_id,
792 vp8_set_dbg_options(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
815 vp8_get_last_ref_updates(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
836 vp8_get_last_ref_frame(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
857 vp8_get_frame_corrupted(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
876 vp8_set_decryptor(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
H A Dvp8_cx_iface.c480 int ctrl_id,
490 switch (ctrl_id)
502 int ctrl_id,
510 switch (ctrl_id)
479 get_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument
501 set_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, va_list args) argument

Completed in 6705 milliseconds