Home
last modified time | relevance | path

Searched refs:VPEColorSpaceConvertDisplayDestroy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_colorspace_convert.h44 using VPEColorSpaceConvertDisplayDestroy = void(*)(VPEColorSpaceConvertDisplayHandle *); variable
66 VPEColorSpaceConvertDisplayDestroy colorSpaceConvertDisplayDestroy_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_colorspace_convert.cpp48 colorSpaceConvertDisplayDestroy_ = reinterpret_cast<VPEColorSpaceConvertDisplayDestroy>( in RSColorSpaceConvert()