Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerStats.h52 static std::string layerPixelFormat(int32_t pixelFormat);
DLayerStats.cpp73 StringAppendF(&key, ",%s", layerPixelFormat(layer->activeBuffer.format).c_str()); in traverseLayerTreeStatsLocked()
165 std::string LayerStats::layerPixelFormat(int32_t pixelFormat) { in layerPixelFormat() function in android::LayerStats