OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pktsize
(Results
1 - 2
of
2
) sorted by null
/external/opencore/protocols/rtp_payload_parser/util/src/
latmpayloadparser.cpp
383
int32
pktsize
= memFragIn.getMemFrag().len;
local
417
bytesRead = (
pktsize
- bUsed);
445
if ((m_bit && framesize !=
pktsize
+ (bytesRead - 1) && !sMC->otherDataPresent) /* last block */ ||
446
(!m_bit && framesize <
pktsize
+ (bytesRead - 1) && !sMC->otherDataPresent) /* intermediate block */)
459
oscl_memcpy((uint8*)memFragOut.getMemFrag().ptr + bytesRead, myData,
pktsize
);
460
bytesRead +=
pktsize
;
533
int32
pktsize
= memFragIn.getMemFrag().len;
local
536
if (bytesRead +
pktsize
> currSize)
538
uint8 * tempPtr = (uint8*) oscl_calloc(bytesRead +
pktsize
, sizeof(uint8));
544
currSize = bytesRead +
pktsize
;
1064
int32
pktsize
= aDataLen;
local
1193
int32
pktsize
= aDataLen;
local
[
all
...]
/external/iproute2/tc/
q_cbq.c
361
unsigned
pktsize
= wrr.allot;
local
366
if (tc_calc_rtable(&r, rtab, cell_log,
pktsize
, linklayer) < 0) {
Completed in 36 milliseconds