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

  /dalvik/vm/compiler/
Ralloc.c 28 int computeLiveRange(LiveRange *list, BasicBlock *bb, int seqNum)
35 return seqNum;
39 mir->seqNum = seqNum;
43 list[reg].first = MIN(list[reg].first, seqNum);
48 list[reg].last = MAX(list[reg].last, seqNum + 1);
51 seqNum += 2;
54 return seqNum;
124 int seqNum = 0;
157 seqNum = computeLiveRange(ranges, cUnit->blockList[i], seqNum)
    [all...]
CompilerIR.h 110 int seqNum;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalEndpntEnt_api.h 56 UINT32 seqNum; /* The sequence number of the last MSDU received from the station*/
  /external/opencore/protocols/rtp_payload_parser/util/src/
latmpayloadparser.cpp 137 int32 seqNum = mediaDataIn->getSeqNum();
141 if ((seqNum - last_sequence_num) > 1) /* detect any gap in sequence */
153 last_sequence_num = seqNum;
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jitter_buffer_common_types.h 44 seqNum = 0;
55 uint32 seqNum;
pvmf_jitter_buffer.h 296 //validations on timestamp and seqnum has to be done by the user of the dynamic circular array.
303 uint32 seqNum = elem->getSeqNum();
317 //- Validations based on ts and SeqNum are performed by the calling code,
321 if (seqNum > iJitterBufferStats.maxSeqNumRegistered)
323 iJitterBufferStats.maxSeqNumReceived = seqNum;
325 uint32 offset = (seqNum - aSeqNumBase) % iArraySize;
334 iJitterBufferStats.lastRegisteredSeqNum = seqNum;
335 if (seqNum > iJitterBufferStats.maxSeqNumRegistered)
337 iJitterBufferStats.maxSeqNumRegistered = seqNum;
341 PVMF_JB_LOGDATATRAFFIC_IN((0, "AddElement seqNum %d iNumElems %d", seqNum, iNumElems))
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
pvmf_rtp_jitter_buffer_impl.cpp 213 iJitterBuffer->setSeqNumBase(rtpInfo.seqNum);
218 iRTPInfoParams.seqNum = rtpInfo.seqNum;
266 iPrevSeqNumBaseOut = iRTPInfoParams.seqNum;
267 iPrevSeqNumBaseIn = iRTPInfoParams.seqNum;
330 PVMF_JB_LOGDATATRAFFIC_IN((0, "PVMFJitterBufferImpl::PurgeElementsWithSeqNumsLessThan - SeqNum=%d",
720 uint32 seqNum = 0;
782 seqNum = (uint32)seqNum16;
853 seqNum = rtpPacketContainer->getSeqNum();
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
srp.cpp     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 164 TI_UINT16 seqNum;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeApi.h 162 TI_UINT16 seqNum;
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jitter_buffer_impl.cpp 613 PVMF_JB_LOGDATATRAFFIC_IN((0, "PVMFJitterBufferImpl::addPacket: MimeType=%s TS=%u, SEQNUM= %d",
628 PVMF_JB_LOGDATATRAFFIC_IN_E((0, "PVMFJitterBufferImpl::addPacket - OverWrite: MimeType=%s TS=%d, SEQNUM= %d",
719 iFirstSeqNum = (it->seqNumBaseSet) ? it->seqNum : my_ssrc[first_ssrc_index][2];
742 uint32 seqNum = elem->getSeqNum();
745 if (iFirstSeqNum != seqNum)
761 if (!IsSeqTsValidForPkt(seqNum, packetTs, jbStats))
774 PVMF_JB_LOGDATATRAFFIC_IN((0, "PVMFJitterBufferImpl::addPacket: MimeType=%s TS=%d, SEQNUM= %d",
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp     [all...]
  /external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp     [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp     [all...]
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_socket_buffer_allocators.h 329 seqNum = 0;
333 uint32 seqNum;
341 seqNum = 0;
346 seqNum = s;
350 uint32 seqNum;
357 ReassemblyBlock(const OsclAny* ptr, uint32 seqNum, ReassemblyBlock* p = NULL) : pnext(p)
359 rangeStart = rangeEnd = seqNum;
360 blocks.push_back(OutOfOrderBlockContainer(ptr, seqNum));
387 bool Insert(const OsclAny* ptr, uint32 seqNum)
389 if (seqNum == rangeEnd + 1
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp     [all...]
  /external/opencore/nodes/streaming/common/include/
pvmf_streaming_buffer_allocators.h 359 seqNum = 0;
363 uint32 seqNum;
371 seqNum = 0;
376 seqNum = s;
380 uint32 seqNum;
387 ReassemblyBlock(const OsclAny* ptr, uint32 seqNum, ReassemblyBlock* p = NULL) : pnext(p)
389 rangeStart = rangeEnd = seqNum;
390 blocks.push_back(OutOfOrderBlockContainer(ptr, seqNum));
417 bool Insert(const OsclAny* ptr, uint32 seqNum)
419 if (seqNum == rangeEnd + 1
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
srp.h 341 SRPRxData() : seqNum(0),
345 uint8 seqNum;
400 void SrpCommandClear(uint32 seqNum);
401 PVMFSharedMediaDataPtr SrpResponseCreate(uint8 seqNum, uint8 header);
513 bool CheckRxSeqNum(uint32 seqNum, uint8 header);
514 bool CheckPendingRxList(uint32 seqNum);
515 bool CheckWNSRPRetrans(uint32 seqNum);
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp     [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp     [all...]

Completed in 513 milliseconds