perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
103 lines • 5.66 kB
JavaScript
"use strict";
//
// Copyright (C) 2019 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.GraphicsFrameEvent_BufferEventTypeSchema = exports.GraphicsFrameEvent_BufferEventType = exports.GraphicsFrameEvent_BufferEventSchema = exports.GraphicsFrameEventSchema = exports.file_protos_perfetto_trace_android_graphics_frame_event = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/android/graphics_frame_event.proto.
*/
exports.file_protos_perfetto_trace_android_graphics_frame_event = (0, codegenv1_1.fileDesc)("Cjhwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9ncmFwaGljc19mcmFtZV9ldmVudC5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIvEDChJHcmFwaGljc0ZyYW1lRXZlbnQSRQoMYnVmZmVyX2V2ZW50GAEgASgLMi8ucGVyZmV0dG8ucHJvdG9zLkdyYXBoaWNzRnJhbWVFdmVudC5CdWZmZXJFdmVudBqiAQoLQnVmZmVyRXZlbnQSFAoMZnJhbWVfbnVtYmVyGAEgASgNEkEKBHR5cGUYAiABKA4yMy5wZXJmZXR0by5wcm90b3MuR3JhcGhpY3NGcmFtZUV2ZW50LkJ1ZmZlckV2ZW50VHlwZRISCgpsYXllcl9uYW1lGAMgASgJEhMKC2R1cmF0aW9uX25zGAQgASgEEhEKCWJ1ZmZlcl9pZBgFIAEoDSLuAQoPQnVmZmVyRXZlbnRUeXBlEg8KC1VOU1BFQ0lGSUVEEAASCwoHREVRVUVVRRABEgkKBVFVRVVFEAISCAoEUE9TVBADEhEKDUFDUVVJUkVfRkVOQ0UQBBIJCgVMQVRDSBAFEhoKFkhXQ19DT01QT1NJVElPTl9RVUVVRUQQBhIYChRGQUxMQkFDS19DT01QT1NJVElPThAHEhEKDVBSRVNFTlRfRkVOQ0UQCBIRCg1SRUxFQVNFX0ZFTkNFEAkSCgoGTU9ESUZZEAoSCgoGREVUQUNIEAsSCgoGQVRUQUNIEAwSCgoGQ0FOQ0VMEA0");
/**
* Describes the message perfetto.protos.GraphicsFrameEvent.
* Use `create(GraphicsFrameEventSchema)` to create a new message.
*/
exports.GraphicsFrameEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_graphics_frame_event, 0);
/**
* Describes the message perfetto.protos.GraphicsFrameEvent.BufferEvent.
* Use `create(GraphicsFrameEvent_BufferEventSchema)` to create a new message.
*/
exports.GraphicsFrameEvent_BufferEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_graphics_frame_event, 0, 0);
/**
* @generated from enum perfetto.protos.GraphicsFrameEvent.BufferEventType
*/
var GraphicsFrameEvent_BufferEventType;
(function (GraphicsFrameEvent_BufferEventType) {
/**
* @generated from enum value: UNSPECIFIED = 0;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
/**
* @generated from enum value: DEQUEUE = 1;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["DEQUEUE"] = 1] = "DEQUEUE";
/**
* @generated from enum value: QUEUE = 2;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["QUEUE"] = 2] = "QUEUE";
/**
* @generated from enum value: POST = 3;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["POST"] = 3] = "POST";
/**
* @generated from enum value: ACQUIRE_FENCE = 4;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["ACQUIRE_FENCE"] = 4] = "ACQUIRE_FENCE";
/**
* @generated from enum value: LATCH = 5;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["LATCH"] = 5] = "LATCH";
/**
* HWC will compose this buffer
*
* @generated from enum value: HWC_COMPOSITION_QUEUED = 6;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["HWC_COMPOSITION_QUEUED"] = 6] = "HWC_COMPOSITION_QUEUED";
/**
* renderEngine composition
*
* @generated from enum value: FALLBACK_COMPOSITION = 7;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["FALLBACK_COMPOSITION"] = 7] = "FALLBACK_COMPOSITION";
/**
* @generated from enum value: PRESENT_FENCE = 8;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["PRESENT_FENCE"] = 8] = "PRESENT_FENCE";
/**
* @generated from enum value: RELEASE_FENCE = 9;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["RELEASE_FENCE"] = 9] = "RELEASE_FENCE";
/**
* @generated from enum value: MODIFY = 10;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["MODIFY"] = 10] = "MODIFY";
/**
* @generated from enum value: DETACH = 11;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["DETACH"] = 11] = "DETACH";
/**
* @generated from enum value: ATTACH = 12;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["ATTACH"] = 12] = "ATTACH";
/**
* @generated from enum value: CANCEL = 13;
*/
GraphicsFrameEvent_BufferEventType[GraphicsFrameEvent_BufferEventType["CANCEL"] = 13] = "CANCEL";
})(GraphicsFrameEvent_BufferEventType || (exports.GraphicsFrameEvent_BufferEventType = GraphicsFrameEvent_BufferEventType = {}));
/**
* Describes the enum perfetto.protos.GraphicsFrameEvent.BufferEventType.
*/
exports.GraphicsFrameEvent_BufferEventTypeSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_android_graphics_frame_event, 0, 0);
//# sourceMappingURL=graphics_frame_event_pb.js.map