Searched refs:C2NodeImpl (Results 1 – 7 of 7) sorted by relevance
56 class C2NodeImpl::QueueThread : public Thread {194 C2NodeImpl::C2NodeImpl(const std::shared_ptr<Codec2Client::Component> &comp, bool aidl) in C2NodeImpl() function in android::C2NodeImpl207 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 …]
36 struct C2NodeImpl { struct37 explicit C2NodeImpl(const std::shared_ptr<Codec2Client::Component> &comp, bool aidl);38 ~C2NodeImpl();
24 struct C2NodeImpl;99 std::shared_ptr<C2NodeImpl> mImpl;
27 struct C2NodeImpl;117 std::shared_ptr<C2NodeImpl> mImpl;
24 "C2NodeImpl.cpp",
36 : mImpl(new C2NodeImpl(comp, true)) {} in C2AidlNode()
48 : mImpl(new C2NodeImpl(comp, false)) {} in C2OMXNode()