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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp124 mSourceID = rand();
337 data[4] = mSourceID >> 24;
338 data[5] = (mSourceID >> 16) & 0xff;
339 data[6] = (mSourceID >> 8) & 0xff;
340 data[7] = mSourceID & 0xff;
373 data[4] = mSourceID >> 24;
374 data[5] = (mSourceID >> 16) & 0xff;
375 data[6] = (mSourceID >> 8) & 0xff;
376 data[7] = mSourceID & 0xff;
561 *data++ = mSourceID >> 2
[all...]
H A DMyTransmitter.h85 mSourceID(rand()),
622 data[8] = mSourceID >> 24;
623 data[9] = (mSourceID >> 16) & 0xff;
624 data[10] = (mSourceID >> 8) & 0xff;
625 data[11] = mSourceID & 0xff;
845 uint32_t mSourceID; local
896 data[4] = mSourceID >> 24;
897 data[5] = (mSourceID >> 16) & 0xff;
898 data[6] = (mSourceID >> 8) & 0xff;
899 data[7] = mSourceID
[all...]
H A DARTPWriter.h87 uint32_t mSourceID; member in struct:android::ARTPWriter

Completed in 293 milliseconds