UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

65 lines 1.84 kB
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/android/graphics/pixelformat.proto. */ export declare const file_protos_perfetto_trace_android_graphics_pixelformat: GenFile; /** * @generated from message perfetto.protos.PixelFormatProto */ export type PixelFormatProto = Message<"perfetto.protos.PixelFormatProto"> & {}; /** * Describes the message perfetto.protos.PixelFormatProto. * Use `create(PixelFormatProtoSchema)` to create a new message. */ export declare const PixelFormatProtoSchema: GenMessage<PixelFormatProto>; /** * @generated from enum perfetto.protos.PixelFormatProto.Format */ export declare enum PixelFormatProto_Format { /** * @generated from enum value: UNKNOWN = 0; */ UNKNOWN = 0, /** * @generated from enum value: TRANSLUCENT = -3; */ TRANSLUCENT = -3, /** * @generated from enum value: TRANSPARENT = -2; */ TRANSPARENT = -2, /** * @generated from enum value: OPAQUE = -1; */ OPAQUE = -1, /** * @generated from enum value: RGBA_8888 = 1; */ RGBA_8888 = 1, /** * @generated from enum value: RGBX_8888 = 2; */ RGBX_8888 = 2, /** * @generated from enum value: RGB_888 = 3; */ RGB_888 = 3, /** * @generated from enum value: RGB_565 = 4; */ RGB_565 = 4, /** * @generated from enum value: RGBA_F16 = 22; */ RGBA_F16 = 22, /** * @generated from enum value: RGBA_1010102 = 43; */ RGBA_1010102 = 43 } /** * Describes the enum perfetto.protos.PixelFormatProto.Format. */ export declare const PixelFormatProto_FormatSchema: GenEnum<PixelFormatProto_Format>; //# sourceMappingURL=pixelformat_pb.d.ts.map