Searched defs:Source (Results 1 – 9 of 9) sorted by relevance
27 struct NuPlayer::Source : public RefBase { struct33 Source() {} in Source() argument58 virtual ~Source() {} in ~Source() argument63 DISALLOW_EVIL_CONSTRUCTORS(Source); argument
35 struct RTPSink::Source : public RefBase { struct in android::RTPSink47 static const uint32_t kMinSequential = 2;48 static const uint32_t kMaxDropout = 3000;49 static const uint32_t kMaxMisorder = 100;50 static const uint32_t kRTPSeqMod = 1u << 16;52 sp<AMessage> mQueueBufferMsg;54 uint16_t mMaxSeq;55 uint32_t mCycles;56 uint32_t mBaseSeq;57 uint32_t mBadSeq;[all …]
27 class Source; variable
22 class Source; variable
26 class Source; variable
148 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) in Source() function in bcc::Source
37 class Source; variable
30 struct Source : public RefBase { struct31 Source() {} in Source() function37 virtual ~Source() {} in ~Source()