/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmx.cpp | 72 sp<::android::hardware::media::omx::V1_0::IGraphicBufferSource>* bufferSource) { in createInputSurface() argument 75 [&fnStatus, bufferProducer, bufferSource] ( in createInputSurface() 81 *bufferSource = tSource; in createInputSurface()
|
D | WOmxNode.cpp | 135 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/ |
D | C2Fuzzer.cpp | 243 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/ |
D | C2AidlNode.cpp | 66 const std::shared_ptr<IAidlBufferSource>& bufferSource) { in setInputSurface() argument 67 return toAidlStatus(mImpl->setAidlInputSurface(bufferSource)); in setInputSurface()
|
D | C2AidlNode.h | 48 bufferSource) override;
|
D | C2NodeImpl.h | 51 const sp<IOMXBufferSource> &bufferSource);
|
D | C2OMXNode.cpp | 191 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument 192 return mImpl->setInputSurface(bufferSource); in setInputSurface()
|
D | C2OMXNode.h | 60 const sp<IOMXBufferSource> &bufferSource) override;
|
D | C2NodeImpl.cpp | 258 status_t C2NodeImpl::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() argument 266 mBufferSource = bufferSource; in setInputSurface()
|
/frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/ |
D | IAidlNode.aidl | 44 void setInputSurface(IAidlBufferSource bufferSource); in setInputSurface() argument
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 498 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/ |
D | IOMX.h | 93 sp<hardware::media::omx::V1_0::IGraphicBufferSource> *bufferSource) = 0; 134 const sp<IOMXBufferSource> &bufferSource) = 0;
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 138 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/ |
D | WOmx.h | 70 sp<::android::hardware::media::omx::V1_0::IGraphicBufferSource>* bufferSource) override;
|
D | WOmxNode.h | 86 const sp<IOMXBufferSource> &bufferSource) override; 134 sp<IOmxBufferSource> const& bufferSource) override;
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | WOmxNode.h | 87 const sp<IOMXBufferSource> &bufferSource) override; 135 sp<IOmxBufferSource> const& bufferSource) override;
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 203 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/ |
D | OMXNodeInstance.h | 74 const sp<IOMXBufferSource> &bufferSource); 280 void setBufferSource(const sp<IOMXBufferSource> &bufferSource);
|
/frameworks/native/libs/renderengine/skia/ |
D | Cache.cpp | 229 PixelSource bufferSource{.buffer = Buffer{ in drawClippedLayers() local 251 for (auto pixelSource : {bufferSource, bufferOpaque, colorSource}) { in drawClippedLayers()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1165 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()
|
D | ACodec.cpp | 7397 sp<HGraphicBufferSource> bufferSource; in onCreateInputSurface() local 7399 &bufferProducer, &bufferSource); in onCreateInputSurface() 7400 mCodec->mGraphicBufferSource = bufferSource; in onCreateInputSurface()
|