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

  /external/webrtc/webrtc/modules/video_coding/
packet.h 28 uint16_t seqNum,
38 uint16_t seqNum;
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 106 uint32_t seqNum = (uint32_t)buffer->int32Data();
109 mHighestSeqNumber = seqNum;
118 uint32_t seq1 = seqNum | (mHighestSeqNumber & 0xffff0000);
121 // uint32_t seq2 = seqNum | ((mHighestSeqNumber & 0xffff0000) + 0x10000);
122 uint32_t seq2 = seqNum | (((mHighestSeqNumber >> 16) + 1) << 16);
125 // uint32_t seq2 = seqNum | ((mHighestSeqNumber & 0xffff0000) - 0x10000);
126 uint32_t seq3 = seqNum | ((((mHighestSeqNumber >> 16) | 0x10000) - 1) << 16);
135 seqNum = seq1;
138 seqNum = seq3;
142 seqNum = seq2
    [all...]
MyHandler.h     [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 136 uint16_t seqNum = 0;
227 seqNum = 0;
258 seqNum);
266 seqNum++;
324 receivedPacket->seq_num = seqNum;
331 ++seqNum;
  /device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 490 milliseconds