HomeSort by relevance Sort by last modified time
    Searched defs:mps (Results 1 - 7 of 7) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_mqcod.h 89 /* The most probable symbol (MPS). */
90 int mps; member in struct:__anon20302
106 /* The MPS. */
107 int mps; member in struct:jpc_mqstate_s
  /external/pdfium/third_party/libopenjpeg20/
mqc.h 59 OPJ_UINT32 mps; member in struct:opj_mqc_state
60 /** next state if the next encoded symbol is the MPS */
  /system/bt/stack/l2cap/
l2c_ble.c 628 UINT16 lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
704 STREAM_TO_UINT16 (mps, p);
709 "mps = %d, "
710 "initial credit = %d", mtu, mps, initial_credit);
737 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS || mps > L2CAP_LE_MAX_MPS)
749 p_ccb->peer_conn_cfg.mps = mps;
752 p_ccb->tx_mps = mps;
777 STREAM_TO_UINT16 (p_ccb->peer_conn_cfg.mps, p)
    [all...]
l2c_utils.c 668 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
768 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
3080 UINT16 mps; local
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 179 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
183 if (mtu <= mps)
189 if (mps > 0)
191 tx_win_size = (mtu/mps)+1;
195 APPL_TRACE_ERROR("The MPS is zero");
201 APPL_TRACE_DEBUG("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
202 tx_win_size, mtu, mps);
211 ** Description This function sets the MPS
213 ** Returns UINT16 MPS
218 UINT16 mps; local
    [all...]
  /system/bt/stack/include/
l2c_api.h 146 UINT16 mps; member in struct:__anon73882
177 UINT16 mps; member in struct:__anon73884
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 672 milliseconds