Searched refs:CCodec (Results 1 – 3 of 3) sorted by relevance
80 void watch(sp<CCodec> codec) { in watch()83 Mutexed<std::set<wp<CCodec>>>::Locked codecs(mCodecsToWatch); in watch()99 Mutexed<std::set<wp<CCodec>>>::Locked codecs(mCodecsToWatch); in onMessageReceived()102 sp<CCodec> codec = it->promote(); in onMessageReceived()130 Mutexed<std::set<wp<CCodec>>> mCodecsToWatch;465 struct CCodec::ClientListener : public Codec2Client::Listener {467 explicit ClientListener(const wp<CCodec> &codec) : mCodec(codec) {} in ClientListener()473 sp<CCodec> codec(mCodec.promote()); in onWorkDone()509 sp<CCodec> codec(mCodec.promote()); in onDeath()527 sp<CCodec> codec(mCodec.promote()); in onInputBufferDone()[all …]
48 class CCodec : public CodecBase {50 CCodec();74 virtual ~CCodec();183 DISALLOW_EVIL_CONSTRUCTORS(CCodec);
6 "CCodec.cpp",