Searched refs:activeBufferProto (Results 1 – 3 of 3) sorted by relevance
170 const perfetto::protos::ActiveBufferProto& activeBufferProto) { in generateActiveBuffer() argument172 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()
172 auto* activeBufferProto = getActiveBufferProto(); in writeToProto() local173 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()
148 const perfetto::protos::ActiveBufferProto& activeBufferProto);