Searched refs:getIGraphicBufferProducer (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.h40 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const { function in struct:android::GraphicBufferListener
59 // getIGraphicBufferProducer, and mConsumer is used internally to retrieve
H A DMediaFilter.cpp688 mGraphicBufferListener->getIGraphicBufferProducer()));
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp51 SurfaceComposerClient* client = new SurfaceComposerClient(parent->getIGraphicBufferProducer());
H A Dandroid_view_Surface.cpp440 && (IInterface::asBinder(self->getIGraphicBufferProducer()) ==
472 surfaceShim.graphicBufferProducer = self->getIGraphicBufferProducer();
H A Dandroid_hardware_Camera.cpp689 gbp = surface->getIGraphicBufferProducer();
735 gbp = surface->getIGraphicBufferProducer();
H A Dandroid_view_SurfaceControl.cpp264 consumer->getIGraphicBufferProducer(), sourceCrop,
429 bufferProducer = sur->getIGraphicBufferProducer();
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp644 sp<IGraphicBufferProducer> gbp = s->getIGraphicBufferProducer();
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp125 surfaceShim.graphicBufferProducer = mSurfaceList[i]->getIGraphicBufferProducer();
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h90 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const { function in class:android::GraphicBufferSource
344 // getIGraphicBufferProducer, and mConsumer is used internally to retrieve
H A DOMX.cpp188 *bufferProducer = graphicBufferSource->getIGraphicBufferProducer();
/frameworks/native/include/gui/
H A DSurface.h72 /* getIGraphicBufferProducer() returns the IGraphicBufferProducer this
76 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const;
81 return surface != NULL && surface->getIGraphicBufferProducer() != NULL;
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp160 static_cast<Surface*>(nativeWindow)->getIGraphicBufferProducer()->allowAllocation(true);
/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.cpp150 bufferProducer = graphicBufferSource->getIGraphicBufferProducer();
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp267 previewSurface->getIGraphicBufferProducer()));
/frameworks/av/cmds/stagefright/
H A Dstream.cpp382 player->setVideoSurfaceTexture(surface->getIGraphicBufferProducer());
H A Dcodec.cpp447 player->setSurface(surface->getIGraphicBufferProducer());
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp476 mConsumer->getIGraphicBufferProducer()->allowAllocation(false);
H A DCamera3StreamSplitter.cpp164 sp<IGraphicBufferProducer> gbp = outputQueue->getIGraphicBufferProducer();
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp419 if (process_media_recorder_call(env, mr->setPreviewSurface(native_surface->getIGraphicBufferProducer()), "java/lang/RuntimeException", "setPreviewSurface failed.")) {
H A Dandroid_media_MediaSync.cpp184 bufferProducer = surface->getIGraphicBufferProducer();
H A Dandroid_media_MediaCodec.cpp996 bufferProducer = surface->getIGraphicBufferProducer();
1037 bufferProducer = surface->getIGraphicBufferProducer();
H A Dandroid_media_ImageWriter.cpp237 sp<IGraphicBufferProducer> bufferProducer = surface->getIGraphicBufferProducer();
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp744 surface->getIGraphicBufferProducer());
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp199 sp<IGraphicBufferProducer> gbp = surface->getIGraphicBufferProducer();
1281 consumerSurfaces[i]->getIGraphicBufferProducer());
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp486 out = surface->getIGraphicBufferProducer();

Completed in 9246 milliseconds

12