HomeSort by relevance Sort by last modified time
    Searched refs:kSourceID (Results 1 - 4 of 4) 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.cpp 235 rtp[8] = kSourceID >> 24;
236 rtp[9] = (kSourceID >> 16) & 0xff;
237 rtp[10] = (kSourceID >> 8) & 0xff;
238 rtp[11] = kSourceID & 0xff;
281 rtp[8] = kSourceID >> 24;
282 rtp[9] = (kSourceID >> 16) & 0xff;
283 rtp[10] = (kSourceID >> 8) & 0xff;
284 rtp[11] = kSourceID & 0xff;
447 dst[8] = kSourceID >> 24;
448 dst[9] = (kSourceID >> 16) & 0xff
    [all...]
RTPSender.h 71 kSourceID = 0xdeadbeef,
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 172 const String kSourceID = "";
178 addMessageToConsole(page, str, kSourceID, kLineNumber);

Completed in 71 milliseconds