Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DC2AidlNode.cpp60 ::ndk::ScopedAStatus C2AidlNode::setAdjustTimestampGapUs(int32_t gapUs) { in setAdjustTimestampGapUs() function in android::C2AidlNode
61 mImpl->setAdjustTimestampGapUs(gapUs); in setAdjustTimestampGapUs()
DC2AidlNode.h44 ::ndk::ScopedAStatus setAdjustTimestampGapUs(int32_t gapUs) override;
DC2NodeImpl.h48 void setAdjustTimestampGapUs(int32_t gapUs);
DC2OMXNode.cpp120 mImpl->setAdjustTimestampGapUs(gapUs); in setParameter()
DC2NodeImpl.cpp254 void C2NodeImpl::setAdjustTimestampGapUs(int32_t gapUs) { in setAdjustTimestampGapUs() function in android::C2NodeImpl
DCCodec.cpp561 (void)mNode->setAdjustTimestampGapUs(gapUs); in configure()
/frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/
DIAidlNode.aidl43 void setAdjustTimestampGapUs(int gapUs); in setAdjustTimestampGapUs() method