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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
mqc.h 59 OPJ_UINT32 mps; member in struct:opj_mqc_state
60 /** next state if the next encoded symbol is the MPS */
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 209 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
213 if (mtu <= mps)
219 if (mps > 0)
221 tx_win_size = (mtu/mps)+1;
225 APPL_TRACE_ERROR("The MPS is zero");
231 APPL_TRACE_DEBUG("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
232 tx_win_size, mtu, mps);
241 ** Description This function sets the MPS
243 ** Returns UINT16 MPS
248 UINT16 mps; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 142 UINT16 mps; member in struct:__anon6190
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 53 milliseconds