Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp76 constexpr uint32_t pixelBytesThreshold = 256u; // in case the pixelBytes field in the map has invalid value in GenerateMiniature() local
78 ((pixelBytes > 0) && (pixelBytes < pixelBytesThreshold)) ? pixelBytes : rgbaBytesPerPixel; in GenerateMiniature()

Completed in 1 milliseconds