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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp38 static const uint32_t kSourceID = 0xdeadbeef; member in namespace:android
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/source/
H A DSender.h75 static const uint32_t kSourceID = 0xdeadbeef; member in struct:android::Sender

Completed in 452 milliseconds