Searched refs:SimpleInterface (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
D | SimpleC2Interface.cpp | 40 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams() 252 void SimpleInterface<void>::BaseParams::noInputLatency() { in noInputLatency() 263 void SimpleInterface<void>::BaseParams::noOutputLatency() { in noOutputLatency() 274 void SimpleInterface<void>::BaseParams::noPipelineLatency() { in noPipelineLatency() 285 void SimpleInterface<void>::BaseParams::noPrivateBuffers() { in noPrivateBuffers() 301 void SimpleInterface<void>::BaseParams::noInputReferences() { in noInputReferences() 314 void SimpleInterface<void>::BaseParams::noOutputReferences() { in noOutputReferences() 328 void SimpleInterface<void>::BaseParams::noTimeStretch() { in noTimeStretch()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.cpp | 64 class C2GoldfishHevcDec::IntfImpl : public SimpleInterface<void>::BaseParams { 67 : SimpleInterface<void>::BaseParams( in IntfImpl() 382 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2GoldfishHevcDec() 1107 new SimpleInterface<C2GoldfishHevcDec::IntfImpl>( in createInterface()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.cpp | 62 class C2GoldfishVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams { 65 : SimpleInterface<void>::BaseParams(helper, COMPONENT_NAME, in IntfImpl() 508 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2GoldfishVpxDec() 1082 new SimpleInterface<C2GoldfishVpxDec::IntfImpl>( in createInterface()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 100 class C2GoldfishAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams { 103 : SimpleInterface<void>::BaseParams( in IntfImpl() 431 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2GoldfishAvcDec() 1155 new SimpleInterface<C2GoldfishAvcDec::IntfImpl>( in createInterface()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/ |
D | SimpleC2Interface.h | 195 template <typename T> using SimpleInterface = SimpleC2Interface<T>; variable
|