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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.c 151 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
152 (len==2*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
153 (len==3*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)) {
182 while ((i*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)<len) {
202 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
203 (len==2*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
204 (len==3*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)) {
210 while ((i*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)<len) {
230 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
231 (len==2*((IlbcDecoder*)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 (int)(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 size_t no_of_bytes, no_of_words; member in struct:IlbcEncoder_
182 size_t no_of_bytes, no_of_words; member in struct:IlbcDecoder_
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 51 return (iLBCenc_inst->no_of_bytes);
  /system/bt/stack/l2cap/
l2c_fcr.c 326 BT_HDR *l2c_fcr_clone_buf(BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes)
333 uint16_t buf_size = no_of_bytes + sizeof(BT_HDR) + new_offset + L2CAP_FCS_LEN;
344 p_buf2->len = no_of_bytes;
347 no_of_bytes);
    [all...]
l2c_int.h     [all...]

Completed in 1805 milliseconds