Searched refs:kSourceID (Results 1 – 3 of 3) sorted by relevance
38 static const uint32_t kSourceID = 0xdeadbeef; variable197 data[4] = kSourceID >> 24; in addFIR()198 data[5] = (kSourceID >> 16) & 0xff; in addFIR()199 data[6] = (kSourceID >> 8) & 0xff; in addFIR()200 data[7] = kSourceID & 0xff; in addFIR()235 data[4] = kSourceID >> 24; in addReceiverReport()236 data[5] = (kSourceID >> 16) & 0xff; in addReceiverReport()237 data[6] = (kSourceID >> 8) & 0xff; in addReceiverReport()238 data[7] = kSourceID & 0xff; in addReceiverReport()
234 rtp[8] = kSourceID >> 24; in queueRawPacket()235 rtp[9] = (kSourceID >> 16) & 0xff; in queueRawPacket()236 rtp[10] = (kSourceID >> 8) & 0xff; in queueRawPacket()237 rtp[11] = kSourceID & 0xff; in queueRawPacket()278 rtp[8] = kSourceID >> 24; in queueTSPackets()279 rtp[9] = (kSourceID >> 16) & 0xff; in queueTSPackets()280 rtp[10] = (kSourceID >> 8) & 0xff; in queueTSPackets()281 rtp[11] = kSourceID & 0xff; in queueTSPackets()444 dst[8] = kSourceID >> 24; in queueAVCBuffer()445 dst[9] = (kSourceID >> 16) & 0xff; in queueAVCBuffer()[all …]
72 kSourceID = 0xdeadbeef, enumerator