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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp38 static const uint32_t kSourceID = 0xdeadbeef; member in namespace:android
201 data[4] = kSourceID >> 24;
202 data[5] = (kSourceID >> 16) & 0xff;
203 data[6] = (kSourceID >> 8) & 0xff;
204 data[7] = kSourceID & 0xff;
255 data[4] = kSourceID >> 24;
256 data[5] = (kSourceID >> 16) & 0xff;
257 data[6] = (kSourceID >> 8) & 0xff;
258 data[7] = kSourceID & 0xff;

Completed in 60 milliseconds