Searched refs:intfImpl (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.h | 29 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2GoldfishVpxDec.cpp | 506 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/ |
D | C2GoldfishHevcDec.cpp | 380 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()
|
D | C2GoldfishHevcDec.h | 47 const std::shared_ptr<IntfImpl> &intfImpl);
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.h | 47 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2GoldfishAvcDec.cpp | 429 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()
|