Searched refs:bufferSource (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmx.cpp73 sp<::android::IGraphicBufferSource>* bufferSource) {
76 [&fnStatus, bufferProducer, bufferSource] (
82 *bufferSource = new LWGraphicBufferSource(tSource);
71 createInputSurface( sp<::android::IGraphicBufferProducer>* bufferProducer, sp<::android::IGraphicBufferSource>* bufferSource) argument
H A DWOmxNode.cpp135 const sp<IOMXBufferSource> &bufferSource) {
137 new TWOmxBufferSource(bufferSource)));
337 const sp<IOmxBufferSource>& bufferSource) {
339 bufferSource)));
134 setInputSurface( const sp<IOMXBufferSource> &bufferSource) argument
336 setInputSurface( const sp<IOmxBufferSource>& bufferSource) argument
/frameworks/av/include/media/stagefright/
H A DPersistentSurface.h38 const sp<IGraphicBufferSource>& bufferSource) :
40 mBufferSource(bufferSource) { }
36 PersistentSurface( const sp<IGraphicBufferProducer>& bufferProducer, const sp<IGraphicBufferSource>& bufferSource) argument
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DPersistentSurface.h38 const sp<IGraphicBufferSource>& bufferSource) :
40 mBufferSource(bufferSource) { }
36 PersistentSurface( const sp<IGraphicBufferProducer>& bufferProducer, const sp<IGraphicBufferSource>& bufferSource) argument
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWOmx.h71 sp<::android::IGraphicBufferSource>* bufferSource) override;
H A DWOmxNode.h86 const sp<IOMXBufferSource> &bufferSource) override;
134 sp<IOmxBufferSource> const& bufferSource) override;
/frameworks/av/media/libmedia/
H A DIOMX.cpp114 sp<IGraphicBufferSource> *bufferSource) {
131 *bufferSource = IGraphicBufferSource::asInterface(
278 const sp<IOMXBufferSource> &bufferSource) {
282 data.writeStrongBinder(IInterface::asBinder(bufferSource));
511 const sp<IOMXBufferSource> &bufferSource) {
512 return mBase->setInputSurface(bufferSource);
623 sp<IGraphicBufferSource> bufferSource; local
624 status_t err = createInputSurface(&bufferProducer, &bufferSource);
630 reply->writeStrongBinder(IInterface::asBinder(bufferSource));
806 sp<IOMXBufferSource> bufferSource local
112 createInputSurface( sp<IGraphicBufferProducer> *bufferProducer, sp<IGraphicBufferSource> *bufferSource) argument
277 setInputSurface( const sp<IOMXBufferSource> &bufferSource) argument
510 setInputSurface( const sp<IOMXBufferSource> &bufferSource) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp400 void OMXNodeInstance::setBufferSource(const sp<IOMXBufferSource>& bufferSource) { argument
402 CLOG_INTERNAL(setBufferSource, "%p", bufferSource.get());
403 mOMXBufferSource = bufferSource;
520 const sp<IOMXBufferSource> bufferSource(getBufferSource());
521 if (bufferSource != NULL && cmd == OMX_CommandStateSet) {
526 bufferSource->onOmxIdle();
530 bufferSource->onOmxLoaded();
1236 sp<IOMXBufferSource> bufferSource(getBufferSource());
1237 if (bufferSource != NULL && portIndex == kPortIndexInput) {
1238 bufferSource
1476 setInputSurface( const sp<IOMXBufferSource> &bufferSource) argument
[all...]
/frameworks/av/include/media/
H A DIOMX.h86 sp<IGraphicBufferSource> *bufferSource) = 0;
127 const sp<IOMXBufferSource> &bufferSource) = 0;
/frameworks/av/media/libmedia/include/media/
H A DIOMX.h86 sp<IGraphicBufferSource> *bufferSource) = 0;
127 const sp<IOMXBufferSource> &bufferSource) = 0;
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWOmxNode.h87 const sp<IOMXBufferSource> &bufferSource) override;
135 sp<IOmxBufferSource> const& bufferSource) override;
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp138 const sp<IOMXBufferSource> &bufferSource) {
140 new TWOmxBufferSource(bufferSource)));
340 const sp<IOmxBufferSource>& bufferSource) {
342 bufferSource)));
137 setInputSurface( const sp<IOMXBufferSource> &bufferSource) argument
339 setInputSurface( const sp<IOmxBufferSource>& bufferSource) argument
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h74 const sp<IOMXBufferSource> &bufferSource);
280 void setBufferSource(const sp<IOMXBufferSource> &bufferSource);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp498 sp<IGraphicBufferSource> bufferSource; local
500 status_t err = omx->createInputSurface(&bufferProducer, &bufferSource);
507 return new PersistentSurface(bufferProducer, bufferSource);

Completed in 57 milliseconds