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

  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 38 static const uint32_t kSourceID = 0xdeadbeef;
190 data[4] = kSourceID >> 24;
191 data[5] = (kSourceID >> 16) & 0xff;
192 data[6] = (kSourceID >> 8) & 0xff;
193 data[7] = kSourceID & 0xff;
228 data[4] = kSourceID >> 24;
229 data[5] = (kSourceID >> 16) & 0xff;
230 data[6] = (kSourceID >> 8) & 0xff;
231 data[7] = kSourceID & 0xff;
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 72 kSourceID = 0xdeadbeef,

Completed in 7954 milliseconds