Home
last modified time | relevance | path

Searched refs:SimpleInterface (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp40 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/
DC2GoldfishHevcDec.cpp64 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/
DC2GoldfishVpxDec.cpp62 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/
DC2GoldfishAvcDec.cpp100 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/
DSimpleC2Interface.h195 template <typename T> using SimpleInterface = SimpleC2Interface<T>; variable