Home
last modified time | relevance | path

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

/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.h95 using ::android::IOMXBufferSource;
/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.h98 using ::android::IOMXBufferSource;
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.h61 const sp<IOMXBufferSource> &bufferSource) override;
82 sp<IOMXBufferSource> getSource();
98 sp<IOMXBufferSource> mBufferSource;
DOmx2IGraphicBufferSource.h29 sp<IOMXBufferSource> mOMXBufferSource;
DC2OMXNode.cpp287 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
440 sp<IOMXBufferSource> C2OMXNode::getSource() { in getSource()
DCCodec.cpp215 sp<IOMXBufferSource> source = mNode->getSource(); in disconnect()
241 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.h41 class IOMXBufferSource; variable
126 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/libstagefright/omx/1.0/
DWOmxBufferSource.cpp70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource()
DWOmxNode.cpp138 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
/frameworks/av/media/libmedia/
DIOMX.cpp204 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
437 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
655 sp<IOMXBufferSource> bufferSource = in onTransact()
656 interface_cast<IOMXBufferSource>(data.readStrongBinder()); in onTransact()
DAndroid.bp40 "aidl/android/IOMXBufferSource.aidl",
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp397 sp<IOMXBufferSource> OMXNodeInstance::getBufferSource() { in getBufferSource()
402 void OMXNodeInstance::setBufferSource(const sp<IOMXBufferSource>& bufferSource) { in setBufferSource()
522 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in sendCommand()
1274 sp<IOMXBufferSource> bufferSource(getBufferSource()); in useBuffer_l()
1515 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface()
1631 sp<IOMXBufferSource> bufferSource(getBufferSource()); in allocateSecureBuffer()
2118 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in handleMessage()
2274 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in onEvent()