perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
78 lines • 3.76 kB
JavaScript
"use strict";
//
// Copyright (C) 2024 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.PixelFormatProto_FormatSchema = exports.PixelFormatProto_Format = exports.PixelFormatProtoSchema = exports.file_protos_perfetto_trace_android_graphics_pixelformat = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/android/graphics/pixelformat.proto.
*/
exports.file_protos_perfetto_trace_android_graphics_pixelformat = (0, codegenv1_1.fileDesc)("Cjhwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9ncmFwaGljcy9waXhlbGZvcm1hdC5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIssBChBQaXhlbEZvcm1hdFByb3RvIrYBCgZGb3JtYXQSCwoHVU5LTk9XThAAEhgKC1RSQU5TTFVDRU5UEP3//////////wESGAoLVFJBTlNQQVJFTlQQ/v//////////ARITCgZPUEFRVUUQ////////////ARINCglSR0JBXzg4ODgQARINCglSR0JYXzg4ODgQAhILCgdSR0JfODg4EAMSCwoHUkdCXzU2NRAEEgwKCFJHQkFfRjE2EBYSEAoMUkdCQV8xMDEwMTAyECs");
/**
* Describes the message perfetto.protos.PixelFormatProto.
* Use `create(PixelFormatProtoSchema)` to create a new message.
*/
exports.PixelFormatProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_graphics_pixelformat, 0);
/**
* @generated from enum perfetto.protos.PixelFormatProto.Format
*/
var PixelFormatProto_Format;
(function (PixelFormatProto_Format) {
/**
* @generated from enum value: UNKNOWN = 0;
*/
PixelFormatProto_Format[PixelFormatProto_Format["UNKNOWN"] = 0] = "UNKNOWN";
/**
* @generated from enum value: TRANSLUCENT = -3;
*/
PixelFormatProto_Format[PixelFormatProto_Format["TRANSLUCENT"] = -3] = "TRANSLUCENT";
/**
* @generated from enum value: TRANSPARENT = -2;
*/
PixelFormatProto_Format[PixelFormatProto_Format["TRANSPARENT"] = -2] = "TRANSPARENT";
/**
* @generated from enum value: OPAQUE = -1;
*/
PixelFormatProto_Format[PixelFormatProto_Format["OPAQUE"] = -1] = "OPAQUE";
/**
* @generated from enum value: RGBA_8888 = 1;
*/
PixelFormatProto_Format[PixelFormatProto_Format["RGBA_8888"] = 1] = "RGBA_8888";
/**
* @generated from enum value: RGBX_8888 = 2;
*/
PixelFormatProto_Format[PixelFormatProto_Format["RGBX_8888"] = 2] = "RGBX_8888";
/**
* @generated from enum value: RGB_888 = 3;
*/
PixelFormatProto_Format[PixelFormatProto_Format["RGB_888"] = 3] = "RGB_888";
/**
* @generated from enum value: RGB_565 = 4;
*/
PixelFormatProto_Format[PixelFormatProto_Format["RGB_565"] = 4] = "RGB_565";
/**
* @generated from enum value: RGBA_F16 = 22;
*/
PixelFormatProto_Format[PixelFormatProto_Format["RGBA_F16"] = 22] = "RGBA_F16";
/**
* @generated from enum value: RGBA_1010102 = 43;
*/
PixelFormatProto_Format[PixelFormatProto_Format["RGBA_1010102"] = 43] = "RGBA_1010102";
})(PixelFormatProto_Format || (exports.PixelFormatProto_Format = PixelFormatProto_Format = {}));
/**
* Describes the enum perfetto.protos.PixelFormatProto.Format.
*/
exports.PixelFormatProto_FormatSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_android_graphics_pixelformat, 0, 0);
//# sourceMappingURL=pixelformat_pb.js.map