Home
last modified time | relevance | path

Searched refs:IOMXBufferSource (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWOmxBufferSource.h48 using ::android::IOMXBufferSource;
72 sp<IOMXBufferSource> mBase;
73 TWOmxBufferSource(sp<IOMXBufferSource> const& base);
DWOmxNode.h87 const sp<IOMXBufferSource> &bufferSource) override;
DConversion.h97 using ::android::IOMXBufferSource;
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmxBufferSource.h48 using ::android::IOMXBufferSource;
72 sp<IOMXBufferSource> mBase;
73 TWOmxBufferSource(sp<IOMXBufferSource> const& base);
DWOmxNode.h86 const sp<IOMXBufferSource> &bufferSource) override;
DConversion.h94 using ::android::IOMXBufferSource;
/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.h51 const sp<IOMXBufferSource> &bufferSource);
63 sp<IOMXBufferSource> getSource();
106 sp<IOMXBufferSource> mBufferSource;
DC2OMXNode.h60 const sp<IOMXBufferSource> &bufferSource) override;
81 sp<IOMXBufferSource> getSource();
DOmx2IGraphicBufferSource.h29 sp<IOMXBufferSource> mOMXBufferSource;
DC2OMXNode.cpp191 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
282 sp<IOMXBufferSource> C2OMXNode::getSource() { in getSource()
DC2NodeImpl.cpp258 status_t C2NodeImpl::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
396 sp<IOMXBufferSource> C2NodeImpl::getSource() { in getSource()
DCCodec.cpp250 sp<IOMXBufferSource> source = mNode->getSource(); in disconnect()
271 sp<IOMXBufferSource> source = mNode->getSource(); in start()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h34 class IOMXBufferSource; variable
74 const sp<IOMXBufferSource> &bufferSource);
141 sp<IOMXBufferSource> mOMXBufferSource;
279 sp<IOMXBufferSource> getBufferSource();
280 void setBufferSource(const sp<IOMXBufferSource> &bufferSource);
/frameworks/av/media/libmedia/aidl/android/
DIOMXBufferSource.aidl26 interface IOMXBufferSource { interface
/frameworks/av/media/libmedia/include/media/
DIOMX.h49 class IOMXBufferSource; variable
134 const sp<IOMXBufferSource> &bufferSource) = 0;
/frameworks/av/media/libmedia/omx/1.0/
DWOmxBufferSource.cpp70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource()
DWOmxNode.cpp135 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
/frameworks/av/media/libmedia/
DIOMX.cpp203 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
436 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
654 sp<IOMXBufferSource> bufferSource = in onTransact()
655 interface_cast<IOMXBufferSource>(data.readStrongBinder()); in onTransact()
DAndroid.bp68 "aidl/android/IOMXBufferSource.aidl",
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp493 sp<IOMXBufferSource> OMXNodeInstance::getBufferSource() { in getBufferSource()
498 void OMXNodeInstance::setBufferSource(const sp<IOMXBufferSource>& bufferSource) { in setBufferSource()
622 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in sendCommand()
1409 sp<IOMXBufferSource> bufferSource(getBufferSource()); in useBuffer_l()
1650 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
1766 sp<IOMXBufferSource> bufferSource(getBufferSource()); in allocateSecureBuffer()
2253 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in handleMessage()
2409 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in onEvent()
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp138 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()