Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/omx/1.0/
DWOmx.cpp72 sp<::android::hardware::media::omx::V1_0::IGraphicBufferSource>* bufferSource) { in createInputSurface() argument
75 [&fnStatus, bufferProducer, bufferSource] ( in createInputSurface()
81 *bufferSource = tSource; in createInputSurface()
DWOmxNode.cpp135 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument
137 new TWOmxBufferSource(bufferSource))); in setInputSurface()
337 const sp<IOmxBufferSource>& bufferSource) { in setInputSurface() argument
339 bufferSource))); in setInputSurface()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp243 std::unique_ptr<BufferSource> bufferSource = std::make_unique<BufferSource>(data, size); in decodeFrames() local
244 if (!bufferSource) { in decodeFrames()
247 bufferSource->parse(); in decodeFrames()
251 while (!bufferSource->isEos() && ++iterationCount <= kMaxIterations) { in decodeFrames()
254 FrameData frameData = bufferSource->getFrame(); in decodeFrames()
/frameworks/av/media/codec2/sfplugin/
DC2AidlNode.cpp66 const std::shared_ptr<IAidlBufferSource>& bufferSource) { in setInputSurface() argument
67 return toAidlStatus(mImpl->setAidlInputSurface(bufferSource)); in setInputSurface()
DC2AidlNode.h48 bufferSource) override;
DC2NodeImpl.h51 const sp<IOMXBufferSource> &bufferSource);
DC2OMXNode.cpp191 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument
192 return mImpl->setInputSurface(bufferSource); in setInputSurface()
DC2OMXNode.h60 const sp<IOMXBufferSource> &bufferSource) override;
DC2NodeImpl.cpp258 status_t C2NodeImpl::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument
266 mBufferSource = bufferSource; in setInputSurface()
/frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/
DIAidlNode.aidl44 void setInputSurface(IAidlBufferSource bufferSource); in setInputSurface() argument
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp498 void OMXNodeInstance::setBufferSource(const sp<IOMXBufferSource>& bufferSource) { in setBufferSource() argument
500 CLOG_INTERNAL(setBufferSource, "%p", bufferSource.get()); in setBufferSource()
501 mOMXBufferSource = bufferSource; in setBufferSource()
622 const sp<IOMXBufferSource> bufferSource(getBufferSource()); in sendCommand() local
623 if (bufferSource != NULL && cmd == OMX_CommandStateSet) { in sendCommand()
628 bufferSource->onOmxIdle(); in sendCommand()
632 bufferSource->onOmxExecuting(); in sendCommand()
636 bufferSource->onOmxLoaded(); in sendCommand()
1409 sp<IOMXBufferSource> bufferSource(getBufferSource()); in useBuffer_l() local
1410 if (bufferSource != NULL && portIndex == kPortIndexInput) { in useBuffer_l()
[all …]
/frameworks/av/media/libmedia/include/media/
DIOMX.h93 sp<hardware::media::omx::V1_0::IGraphicBufferSource> *bufferSource) = 0;
134 const sp<IOMXBufferSource> &bufferSource) = 0;
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp138 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument
140 new TWOmxBufferSource(bufferSource))); in setInputSurface()
340 const sp<IOmxBufferSource>& bufferSource) { in setInputSurface() argument
342 bufferSource))); in setInputSurface()
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmx.h70 sp<::android::hardware::media::omx::V1_0::IGraphicBufferSource>* bufferSource) override;
DWOmxNode.h86 const sp<IOMXBufferSource> &bufferSource) override;
134 sp<IOmxBufferSource> const& bufferSource) override;
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWOmxNode.h87 const sp<IOMXBufferSource> &bufferSource) override;
135 sp<IOmxBufferSource> const& bufferSource) override;
/frameworks/av/media/libmedia/
DIOMX.cpp203 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument
207 data.writeStrongBinder(IInterface::asBinder(bufferSource)); in setInputSurface()
436 const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument
437 return mBase->setInputSurface(bufferSource); in setInputSurface()
654 sp<IOMXBufferSource> bufferSource = in onTransact() local
657 status_t err = setInputSurface(bufferSource); in onTransact()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h74 const sp<IOMXBufferSource> &bufferSource);
280 void setBufferSource(const sp<IOMXBufferSource> &bufferSource);
/frameworks/native/libs/renderengine/skia/
DCache.cpp229 PixelSource bufferSource{.buffer = Buffer{ in drawClippedLayers() local
251 for (auto pixelSource : {bufferSource, bufferOpaque, colorSource}) { in drawClippedLayers()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1165 sp<hardware::media::omx::V1_0::IGraphicBufferSource> bufferSource; in CreatePersistentInputSurface() local
1167 status_t err = omx->createInputSurface(&bufferProducer, &bufferSource); in CreatePersistentInputSurface()
1174 return new PersistentSurface(bufferProducer, bufferSource); in CreatePersistentInputSurface()
DACodec.cpp7397 sp<HGraphicBufferSource> bufferSource; in onCreateInputSurface() local
7399 &bufferProducer, &bufferSource); in onCreateInputSurface()
7400 mCodec->mGraphicBufferSource = bufferSource; in onCreateInputSurface()