Home
last modified time | relevance | path

Searched refs:C2NodeImpl (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp56 class C2NodeImpl::QueueThread : public Thread {
194 C2NodeImpl::C2NodeImpl(const std::shared_ptr<Codec2Client::Component> &comp, bool aidl) in C2NodeImpl() function in android::C2NodeImpl
207 C2NodeImpl::~C2NodeImpl() { in ~C2NodeImpl()
210 status_t C2NodeImpl::freeNode() { in freeNode()
216 void C2NodeImpl::onFirstInputFrame() { in onFirstInputFrame()
220 void C2NodeImpl::getConsumerUsageBits(uint64_t *usage) { in getConsumerUsageBits()
224 void C2NodeImpl::getInputBufferParams(IAidlNode::InputBufferParams *params) { in getInputBufferParams()
250 void C2NodeImpl::setConsumerUsageBits(uint64_t usage) { in setConsumerUsageBits()
254 void C2NodeImpl::setAdjustTimestampGapUs(int32_t gapUs) { in setAdjustTimestampGapUs()
258 status_t C2NodeImpl::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
[all …]
DC2NodeImpl.h36 struct C2NodeImpl { struct
37 explicit C2NodeImpl(const std::shared_ptr<Codec2Client::Component> &comp, bool aidl);
38 ~C2NodeImpl();
DC2AidlNode.h24 struct C2NodeImpl;
99 std::shared_ptr<C2NodeImpl> mImpl;
DC2OMXNode.h27 struct C2NodeImpl;
117 std::shared_ptr<C2NodeImpl> mImpl;
DAndroid.bp24 "C2NodeImpl.cpp",
DC2AidlNode.cpp36 : mImpl(new C2NodeImpl(comp, true)) {} in C2AidlNode()
DC2OMXNode.cpp48 : mImpl(new C2NodeImpl(comp, false)) {} in C2OMXNode()