Skip to content

Class mediapipe::ImageFormat

ClassList > mediapipe > ImageFormat

Inherits the following classes: PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase

Classes

Type Name
class _Internal

Public Types

Type Name
typedef ImageFormat_Format Format

Public Static Attributes

Type Name
constexpr int Format_ARRAYSIZE = /* multi line expression */
constexpr Format Format_MAX = /* multi line expression */
constexpr Format Format_MIN = /* multi line expression */
constexpr Format GRAY16 = /* multi line expression */
constexpr Format GRAY8 = /* multi line expression */
constexpr Format LAB8 = /* multi line expression */
constexpr Format SBGRA = /* multi line expression */
constexpr Format SRGB = /* multi line expression */
constexpr Format SRGB48 = /* multi line expression */
constexpr Format SRGBA = /* multi line expression */
constexpr Format SRGBA64 = /* multi line expression */
constexpr Format UNKNOWN = /* multi line expression */
constexpr Format VEC32F1 = /* multi line expression */
constexpr Format VEC32F2 = /* multi line expression */
constexpr Format VEC32F4 = /* multi line expression */
constexpr Format YCBCR420P = /* multi line expression */
constexpr Format YCBCR420P10 = /* multi line expression */
const ClassData _class_data_ = /* multi line expression */
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
void CopyFrom (const ImageFormat & from)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
ImageFormat ()
constexpr ImageFormat (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
ImageFormat (const ImageFormat & from)
ImageFormat (ImageFormat && from) noexcept
void MergeFrom (const ImageFormat & from)
ImageFormat * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (ImageFormat * other)
void UnsafeArenaSwap (ImageFormat * other)
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
ImageFormat & operator= (const ImageFormat & from)
ImageFormat & operator= (ImageFormat && from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const

Public Static Functions

Type Name
bool Format_IsValid (int value)
const std::string & Format_Name (T enum_t_value)
bool Format_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Format * value)
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Format_descriptor ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
const ImageFormat & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const ImageFormat * internal_default_instance ()

Protected Functions

Type Name
ImageFormat (::PROTOBUF_NAMESPACE_ID::Arena * arena, bool is_message_owned=false)

Public Types Documentation

typedef Format

typedef ImageFormat_Format mediapipe::ImageFormat::Format;

Public Static Attributes Documentation

variable Format_ARRAYSIZE

constexpr int mediapipe::ImageFormat::Format_ARRAYSIZE;

variable Format_MAX

constexpr ImageFormat_Format mediapipe::ImageFormat::Format_MAX;

variable Format_MIN

constexpr ImageFormat_Format mediapipe::ImageFormat::Format_MIN;

variable GRAY16

constexpr ImageFormat_Format mediapipe::ImageFormat::GRAY16;

variable GRAY8

constexpr ImageFormat_Format mediapipe::ImageFormat::GRAY8;

variable LAB8

constexpr ImageFormat_Format mediapipe::ImageFormat::LAB8;

variable SBGRA

constexpr ImageFormat_Format mediapipe::ImageFormat::SBGRA;

variable SRGB

constexpr ImageFormat_Format mediapipe::ImageFormat::SRGB;

variable SRGB48

constexpr ImageFormat_Format mediapipe::ImageFormat::SRGB48;

variable SRGBA

constexpr ImageFormat_Format mediapipe::ImageFormat::SRGBA;

variable SRGBA64

constexpr ImageFormat_Format mediapipe::ImageFormat::SRGBA64;

variable UNKNOWN

constexpr ImageFormat_Format mediapipe::ImageFormat::UNKNOWN;

variable VEC32F1

constexpr ImageFormat_Format mediapipe::ImageFormat::VEC32F1;

variable VEC32F2

constexpr ImageFormat_Format mediapipe::ImageFormat::VEC32F2;

variable VEC32F4

constexpr ImageFormat_Format mediapipe::ImageFormat::VEC32F4;

variable YCBCR420P

constexpr ImageFormat_Format mediapipe::ImageFormat::YCBCR420P;

variable YCBCR420P10

constexpr ImageFormat_Format mediapipe::ImageFormat::YCBCR420P10;

variable _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::ImageFormat::_class_data_;

variable kIndexInFileMessages

constexpr int mediapipe::ImageFormat::kIndexInFileMessages;

Public Functions Documentation

function CopyFrom

inline void mediapipe::ImageFormat::CopyFrom (
    const ImageFormat & from
) 

function GetClassData

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::ImageFormat::GetClassData () const

function GetMetadata

::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::ImageFormat::GetMetadata () const

function ImageFormat [1/5]

inline mediapipe::ImageFormat::ImageFormat () 

function ImageFormat [2/5]

explicit constexpr mediapipe::ImageFormat::ImageFormat (
    ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
) 

function ImageFormat [3/5]

mediapipe::ImageFormat::ImageFormat (
    const ImageFormat & from
) 

function ImageFormat [4/5]

inline mediapipe::ImageFormat::ImageFormat (
    ImageFormat && from
) noexcept

function MergeFrom

inline void mediapipe::ImageFormat::MergeFrom (
    const ImageFormat & from
) 

function New

inline ImageFormat * mediapipe::ImageFormat::New (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const

function Swap

inline void mediapipe::ImageFormat::Swap (
    ImageFormat * other
) 

function UnsafeArenaSwap

inline void mediapipe::ImageFormat::UnsafeArenaSwap (
    ImageFormat * other
) 

function mutable_unknown_fields

inline inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mediapipe::ImageFormat::mutable_unknown_fields () 

function operator=

inline ImageFormat & mediapipe::ImageFormat::operator= (
    const ImageFormat & from
) 

function operator=

inline ImageFormat & mediapipe::ImageFormat::operator= (
    ImageFormat && from
) noexcept

function unknown_fields

inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & mediapipe::ImageFormat::unknown_fields () const

Public Static Functions Documentation

function Format_IsValid

static inline bool mediapipe::ImageFormat::Format_IsValid (
    int value
) 

function Format_Name

template<typename T>
static inline const std::string & mediapipe::ImageFormat::Format_Name (
    T enum_t_value
) 

function Format_Parse

static inline bool mediapipe::ImageFormat::Format_Parse (
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
    Format * value
) 

function Format_descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * mediapipe::ImageFormat::Format_descriptor () 

function GetDescriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::ImageFormat::GetDescriptor () 

function GetReflection

static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::ImageFormat::GetReflection () 

function default_instance

static inline const ImageFormat & mediapipe::ImageFormat::default_instance () 

function descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::ImageFormat::descriptor () 

function internal_default_instance

static inline const ImageFormat * mediapipe::ImageFormat::internal_default_instance () 

Protected Functions Documentation

function ImageFormat [5/5]

explicit mediapipe::ImageFormat::ImageFormat (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena,
    bool is_message_owned=false
) 

Friends Documentation

friend InternalHelper

template<typename T>
class mediapipe::ImageFormat::InternalHelper (
    ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
) 

friend AnyMetadata

class mediapipe::ImageFormat::AnyMetadata (
    ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
) 

friend TableStruct_mediapipe_2fframework_2fformats_2fimage_5fformat_2eproto

struct mediapipe::ImageFormat::TableStruct_mediapipe_2fframework_2fformats_2fimage_5fformat_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2fimage_5fformat_2eproto
) 

friend swap

inline void mediapipe::ImageFormat::swap (
    ImageFormat & a,
    ImageFormat & b
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/framework/formats/image_format.pb.h