OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.cc
341
uint16_t
no_of_bytes
) {
347
uint16_t buf_size =
no_of_bytes
+ sizeof(BT_HDR) + new_offset + L2CAP_FCS_LEN;
358
p_buf2->len =
no_of_bytes
;
360
((uint8_t*)(p_buf + 1)) + p_buf->offset,
no_of_bytes
);
[
all
...]
l2c_int.h
[
all
...]
Completed in 745 milliseconds