Home
last modified time | relevance | path

Searched refs:outDump (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
DGralloc5.cpp385 static void writeDumpToStream(const DumpBufferResult& bufferDump, std::ostream& outDump, in writeDumpToStream() argument
389 outDump << "+ name:" << bufferDump.name << ", id:" << bufferDump.bufferId in writeDumpToStream()
402 outDump << std::boolalpha << isCompressed << "\n"; in writeDumpToStream()
404 outDump << gralloc4::getCompressionName(bufferDump.compression) << "\n"; in writeDumpToStream()
412 outDump << "\tplanes: "; in writeDumpToStream()
414 outDump << "\t "; in writeDumpToStream()
419 outDump << gralloc4::getPlaneLayoutComponentTypeName(planeLayoutComponent.type); in writeDumpToStream()
421 outDump << "/"; in writeDumpToStream()
423 outDump << ":\t"; in writeDumpToStream()
426 outDump << " w/h:" << planeLayout.widthInSamples << "x" << planeLayout.heightInSamples in writeDumpToStream()
[all …]
DGralloc4.cpp784 status_t Gralloc4Mapper::bufferDumpHelper(const BufferDump& bufferDump, std::ostringstream* outDump, in bufferDumpHelper() argument
888 *outDump << "+ name:" << name << ", id:" << bufferId << ", size:" << std::fixed in bufferDumpHelper()
899 *outDump << std::boolalpha << isCompressed << "\n"; in bufferDumpHelper()
901 *outDump << gralloc4::getCompressionName(compression) << "\n"; in bufferDumpHelper()
908 *outDump << "\tplanes: "; in bufferDumpHelper()
910 *outDump << "\t "; in bufferDumpHelper()
915 *outDump << gralloc4::getPlaneLayoutComponentTypeName(planeLayoutComponent.type); in bufferDumpHelper()
917 *outDump << "/"; in bufferDumpHelper()
919 *outDump << ":\t"; in bufferDumpHelper()
922 *outDump << " w/h:" << planeLayout.widthInSamples << "x" << planeLayout.heightInSamples in bufferDumpHelper()
[all …]
/frameworks/native/libs/ui/include/ui/
DGralloc4.h161 std::ostringstream* outDump, uint64_t* outAllocationSize, bool less) const;