Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/layerproto/
DLayerProtoParser.cpp170 const perfetto::protos::ActiveBufferProto& activeBufferProto) { in generateActiveBuffer() argument
172 activeBuffer.width = activeBufferProto.width(); in generateActiveBuffer()
173 activeBuffer.height = activeBufferProto.height(); in generateActiveBuffer()
174 activeBuffer.stride = activeBufferProto.stride(); in generateActiveBuffer()
175 activeBuffer.format = activeBufferProto.format(); in generateActiveBuffer()
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp172 auto* activeBufferProto = getActiveBufferProto(); in writeToProto() local
173 activeBufferProto->set_width(buffer.getWidth()); in writeToProto()
174 activeBufferProto->set_height(buffer.getHeight()); in writeToProto()
175 activeBufferProto->set_stride(buffer.getUsage()); in writeToProto()
176 activeBufferProto->set_format(buffer.getPixelFormat()); in writeToProto()
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h148 const perfetto::protos::ActiveBufferProto& activeBufferProto);