Home
last modified time | relevance | path

Searched refs:intfImpl (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.h29 const std::shared_ptr<IntfImpl> &intfImpl);
DC2GoldfishVpxDec.cpp506 const std::shared_ptr<IntfImpl> &intfImpl) in C2GoldfishVpxDec() argument
508 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2GoldfishVpxDec()
509 mIntf(intfImpl), mCtx(nullptr), mQueue(new Mutexed<ConversionQueue>) {} in C2GoldfishVpxDec()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp380 const std::shared_ptr<IntfImpl> &intfImpl) in C2GoldfishHevcDec() argument
382 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2GoldfishHevcDec()
383 mIntf(intfImpl), mOutBufferFlush(nullptr), mWidth(1920), mHeight(1080), in C2GoldfishHevcDec()
DC2GoldfishHevcDec.h47 const std::shared_ptr<IntfImpl> &intfImpl);
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h47 const std::shared_ptr<IntfImpl> &intfImpl);
DC2GoldfishAvcDec.cpp429 const std::shared_ptr<IntfImpl> &intfImpl) in C2GoldfishAvcDec() argument
431 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2GoldfishAvcDec()
432 mIntf(intfImpl), mOutBufferFlush(nullptr), mWidth(1920), mHeight(1080), in C2GoldfishAvcDec()