Home
last modified time | relevance | path

Searched refs:GetHDRStaticMetadata (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_surface/surface/include/
H A Dmetadata_helper.h79 static GSError GetHDRStaticMetadata(const sptr<SurfaceBuffer>& buffer,
86 static GSError GetHDRStaticMetadata(const sptr<SurfaceBuffer>& buffer, std::vector<uint8_t>& hdrStaticMetadata);
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dmetadata_helper_test.cpp213 * CaseDescription: test SetHDRStaticMetadata and GetHDRStaticMetadata
236 auto retGet = MetadataHelper::GetHDRStaticMetadata(buffer_, metadataGet); in HWTEST_F()
255 ASSERT_EQ(MetadataHelper::GetHDRStaticMetadata(nullBuffer_, metadataGet), GSERROR_NO_BUFFER); in HWTEST_F()
293 * CaseDescription: test SetHDRStaticMetadata and GetHDRStaticMetadata
319 auto retGet = MetadataHelper::GetHDRStaticMetadata(buffer_, metadataGet); in HWTEST_F()
330 ASSERT_EQ(MetadataHelper::GetHDRStaticMetadata(nullBuffer_, metadataGet), GSERROR_NO_BUFFER); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dmetadata_helper.cpp147 GSError MetadataHelper::GetHDRStaticMetadata(const sptr<SurfaceBuffer>& buffer, in GetHDRStaticMetadata() function in OHOS::MetadataHelper
192 GSError MetadataHelper::GetHDRStaticMetadata(const sptr<SurfaceBuffer>& buffer, in GetHDRStaticMetadata() function in OHOS::MetadataHelper
H A Dnative_buffer.cpp374 ret = MetadataHelper::GetHDRStaticMetadata(sbuffer, mD); in OH_NativeBuffer_GetMetadataValue()
H A Dbuffer_queue.cpp1920 MetadataHelper::GetHDRStaticMetadata(element.buffer, dataStatic); in DumpMetadata()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_colorspace_convert.cpp155 ret = MetadataHelper::GetHDRStaticMetadata(surfaceBuffer, parameter.staticMetadata); in SetColorSpaceConverterDisplayParameter()
157 RS_LOGD("bhdr GetHDRStaticMetadata failed with %{public}u.", ret); in SetColorSpaceConverterDisplayParameter()
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp70 MetadataHelper::GetHDRStaticMetadata(buffer, metadataSet); in MetadataHelperFuzzTest()
83 MetadataHelper::GetHDRStaticMetadata(buffer, hdrStaticMetadata); in MetadataHelperFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp557 ret = MetadataHelper::GetHDRStaticMetadata(params.buffer, parameter.staticMetadata); in SetColorSpaceConverterDisplayParameter()
559 RS_LOGD("RSBaseRenderEngine::ColorSpaceConvertor GetHDRStaticMetadata failed with %{public}u.", ret); in SetColorSpaceConverterDisplayParameter()
H A Drs_main_thread.cpp261 if (MetadataHelper::GetHDRStaticMetadata(surfaceBuffer, hdrStaticMetadataVec) != GSERROR_OK) { in UpdateSurfaceNodeNit()
262 RS_LOGD("MetadataHelper GetHDRStaticMetadata failed"); in UpdateSurfaceNodeNit()

Completed in 14 milliseconds