Home
last modified time | relevance | path

Searched refs:setBufferDataspace (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DRenderSurface.h38 MOCK_METHOD1(setBufferDataspace, void(ui::Dataspace));
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DRenderSurface.h65 virtual void setBufferDataspace(ui::Dataspace) = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DRenderSurface.h55 void setBufferDataspace(ui::Dataspace) override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp104 void RenderSurface::setBufferDataspace(ui::Dataspace dataspace) { in setBufferDataspace() function in android::compositionengine::impl::RenderSurface
H A DDisplay.cpp321 getRenderSurface()->setBufferDataspace(clientTargetProperty.dataspace); in applyClientTargetRequests()
H A DOutput.cpp267 mRenderSurface->setBufferDataspace(colorProfile.dataspace); in setColorProfile()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp119 void setBufferDataspace(android_dataspace dataSpace) { mDataSpace = dataSpace; } in setBufferDataspace() function in JNIImageReaderContext
420 ctx->setBufferDataspace(nativeDataspace); in ImageReader_init()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DRenderSurfaceTest.cpp137 mSurface.setBufferDataspace(ui::Dataspace::DISPLAY_P3); in TEST_F()
H A DDisplayTest.cpp409 EXPECT_CALL(*renderSurface, setBufferDataspace(ui::Dataspace::DISPLAY_P3)).Times(1); in TEST_F()
818 EXPECT_CALL(*renderSurface, setBufferDataspace(clientTargetProperty.dataspace)); in TEST_F()
H A DOutputTest.cpp517 EXPECT_CALL(*mRenderSurface, setBufferDataspace(ui::Dataspace::DISPLAY_P3)).Times(1); in TEST_F()