Home
last modified time | relevance | path

Searched refs:C2PortRequestedDelayTuning (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp220 .withConstValue(new C2PortRequestedDelayTuning::input(0u)) in noInputLatency()
232 .withConstValue(new C2PortRequestedDelayTuning::output(0u)) in noOutputLatency()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h144 std::shared_ptr<C2PortRequestedDelayTuning::input> mRequestedInputDelay;
145 std::shared_ptr<C2PortRequestedDelayTuning::output> mRequestedOutputDelay;
/frameworks/av/media/codec2/core/include/
DC2Config.h786 C2PortRequestedDelayTuning; typedef