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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.c 147 if ((len==((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
148 (len==2*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
149 (len==3*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)) {
174 while ((i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)<len) {
190 if ((len==((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
191 (len==2*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
192 (len==3*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)) {
198 while ((i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)<len) {
214 if ((len==((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
215 (len==2*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
    [all...]
init_encode.c 37 iLBCenc_inst->no_of_bytes = NO_OF_BYTES_30MS;
46 iLBCenc_inst->no_of_bytes = NO_OF_BYTES_20MS;
70 return (iLBCenc_inst->no_of_bytes);
init_decode.c 40 iLBCdec_inst->no_of_bytes = NO_OF_BYTES_30MS;
49 iLBCdec_inst->no_of_bytes = NO_OF_BYTES_20MS;
defines.h 141 int16_t no_of_bytes, no_of_words; member in struct:iLBC_Enc_Inst_t_
182 int16_t no_of_bytes, no_of_words; member in struct:iLBC_Dec_Inst_t_
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 51 return (iLBCenc_inst->no_of_bytes);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 336 BT_HDR *l2c_fcr_clone_buf (BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes, UINT8 pool)
352 if ((no_of_bytes + sizeof(BT_HDR) + new_offset) > pool_buf_size)
355 (no_of_bytes + sizeof(BT_HDR) + new_offset),
356 pool_buf_size, no_of_bytes, sizeof(BT_HDR),
364 p_buf2->len = no_of_bytes;
368 no_of_bytes);
    [all...]
l2c_int.h     [all...]

Completed in 40 milliseconds