Home
last modified time | relevance | path

Searched refs:kSourceID (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp38 static const uint32_t kSourceID = 0xdeadbeef; variable
197 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()
/frameworks/av/media/libstagefright/wifi-display/rtp/
DRTPSender.cpp234 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 …]
DRTPSender.h72 kSourceID = 0xdeadbeef, enumerator