Home
last modified time | relevance | path

Searched refs:getIGraphicBufferProducer (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/av/media/libstagefright/filters/
DGraphicBufferListener.h40 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const { in getIGraphicBufferProducer() function
DMediaFilter.cpp688 mGraphicBufferListener->getIGraphicBufferProducer())); in onCreateInputSurface()
/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp51 SurfaceComposerClient* client = new SurfaceComposerClient(parent->getIGraphicBufferProducer()); in nativeCreateScoped()
Dandroid_view_Surface.cpp446 && (IInterface::asBinder(self->getIGraphicBufferProducer()) == in nativeReadFromParcel()
478 surfaceShim.graphicBufferProducer = self->getIGraphicBufferProducer(); in nativeWriteToParcel()
Dandroid_hardware_Camera.cpp690 gbp = surface->getIGraphicBufferProducer(); in android_hardware_Camera_setPreviewSurface()
736 gbp = surface->getIGraphicBufferProducer(); in android_hardware_Camera_setPreviewCallbackSurface()
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp681 sp<IGraphicBufferProducer> gbp = s->getIGraphicBufferProducer(); in LegacyCameraDevice_nativeGetSurfaceId()
/frameworks/native/libs/gui/include/gui/
DSurface.h78 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const;
83 return surface != NULL && surface->getIGraphicBufferProducer() != NULL; in isValid()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h85 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const { in getIGraphicBufferProducer() function
/frameworks/av/camera/camera2/
DCaptureRequest.cpp196 surfaceShim.graphicBufferProducer = mSurfaceList[i]->getIGraphicBufferProducer(); in writeToParcel()
/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp160 bufferProducer = graphicBufferSource->getIGraphicBufferProducer(); in createInputSurface()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp194 static_cast<Surface*>(nativeWindow)->getIGraphicBufferProducer()->allowAllocation(true); in pushBlankBuffersToNativeWindow()
/frameworks/av/camera/tests/
DCameraZSLTests.cpp267 previewSurface->getIGraphicBufferProducer())); in TEST_F()
/frameworks/av/cmds/stagefright/
Dstream.cpp385 player->setVideoSurfaceTexture(surface->getIGraphicBufferProducer()); in main()
Dcodec.cpp447 player->setSurface(surface->getIGraphicBufferProducer()); in main()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp398 if (gbps[surfaceId] == surface->getIGraphicBufferProducer()) { in allocateCaptureRequest()
600 out = surface->getIGraphicBufferProducer(); in getIGBPfromAnw()
843 if (surface->getIGraphicBufferProducer() == outGbp) { in onCaptureErrorLocked()
/frameworks/base/media/jni/
Dandroid_media_MediaSync.cpp184 bufferProducer = surface->getIGraphicBufferProducer(); in android_media_MediaSync_native_setSurface()
Dandroid_media_MediaRecorder.cpp429 …_media_recorder_call(env, mr->setPreviewSurface(native_surface->getIGraphicBufferProducer()), "jav… in android_media_MediaRecorder_prepare()
Dandroid_media_ImageWriter.cpp239 sp<IGraphicBufferProducer> bufferProducer = surface->getIGraphicBufferProducer(); in ImageWriter_init()
Dandroid_media_MediaCodec.cpp1107 bufferProducer = surface->getIGraphicBufferProducer(); in android_media_MediaCodec_native_configure()
1147 bufferProducer = surface->getIGraphicBufferProducer(); in android_media_MediaCodec_native_setSurface()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp259 sp<IGraphicBufferProducer> gbp = surface->getIGraphicBufferProducer(); in submitRequestList()
982 mStreamMap.add(IInterface::asBinder(outputMap.keyAt(i)->getIGraphicBufferProducer()), in updateOutputConfiguration()
1546 consumerSurfaces[i]->getIGraphicBufferProducer()); in finalizeOutputConfigurations()
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp744 surface->getIGraphicBufferProducer()); in android_Player_setNativeWindow()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp492 mConsumer->getIGraphicBufferProducer()->allowAllocation(false); in configureConsumerQueueLocked()
DCamera3StreamSplitter.cpp192 sp<IGraphicBufferProducer> gbp = outputQueue->getIGraphicBufferProducer(); in addOutputLocked()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp393 s->barrierGbp = barrierSurface->getIGraphicBufferProducer(); in deferTransactionUntil()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp129 sp<IGraphicBufferProducer> ist(mSTC->getIGraphicBufferProducer()); in TEST_F()

12