Skip to content

Class mediapipe::FixedSizeInputStreamHandlerOptions

ClassList > mediapipe > FixedSizeInputStreamHandlerOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int FixedSizeInputStreamHandlerOptions

Public Attributes

Type Name
::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::MediaPipeOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::FixedSizeInputStreamHandlerOptions >, 11, false > ext

Public Static Attributes

Type Name
const ClassData _class_data_ = /* multi line expression */
const int kExtFieldNumber = 125744319
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const FixedSizeInputStreamHandlerOptions & from)
FixedSizeInputStreamHandlerOptions ()
constexpr FixedSizeInputStreamHandlerOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
FixedSizeInputStreamHandlerOptions (const FixedSizeInputStreamHandlerOptions & from)
FixedSizeInputStreamHandlerOptions (FixedSizeInputStreamHandlerOptions && from) noexcept
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const FixedSizeInputStreamHandlerOptions & from)
FixedSizeInputStreamHandlerOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (FixedSizeInputStreamHandlerOptions * other)
void UnsafeArenaSwap (FixedSizeInputStreamHandlerOptions * other)
const char * _InternalParse (const char * ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx)
uint8_t * _InternalSerialize (uint8_t * target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream) const
void clear_fixed_min_size ()
void clear_target_queue_size ()
void clear_trigger_queue_size ()
bool fixed_min_size () const
bool has_fixed_min_size () const
bool has_target_queue_size () const
bool has_trigger_queue_size () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
FixedSizeInputStreamHandlerOptions & operator= (const FixedSizeInputStreamHandlerOptions & from)
FixedSizeInputStreamHandlerOptions & operator= (FixedSizeInputStreamHandlerOptions && from) noexcept
void set_fixed_min_size (bool value)
void set_target_queue_size (int32_t value)
void set_trigger_queue_size (int32_t value)
int32_t target_queue_size () const
int32_t trigger_queue_size () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~FixedSizeInputStreamHandlerOptions () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
const FixedSizeInputStreamHandlerOptions & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const FixedSizeInputStreamHandlerOptions * internal_default_instance ()

Protected Functions

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

Public Types Documentation

enum FixedSizeInputStreamHandlerOptions

enum mediapipe::FixedSizeInputStreamHandlerOptions::FixedSizeInputStreamHandlerOptions {
    kFixedMinSizeFieldNumber = 3,
    kTriggerQueueSizeFieldNumber = 1,
    kTargetQueueSizeFieldNumber = 2
};

Public Attributes Documentation

variable ext

PROTOBUF_ATTRIBUTE_INIT_PRIORITY::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier<::mediapipe::MediaPipeOptions,::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits<::mediapipe::FixedSizeInputStreamHandlerOptions >, 11, false > mediapipe::FixedSizeInputStreamHandlerOptions::ext;

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::FixedSizeInputStreamHandlerOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::FixedSizeInputStreamHandlerOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::FixedSizeInputStreamHandlerOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::FixedSizeInputStreamHandlerOptions::Clear () 

function CopyFrom

void mediapipe::FixedSizeInputStreamHandlerOptions::CopyFrom (
    const FixedSizeInputStreamHandlerOptions & from
) 

function FixedSizeInputStreamHandlerOptions [1/5]

inline mediapipe::FixedSizeInputStreamHandlerOptions::FixedSizeInputStreamHandlerOptions () 

function FixedSizeInputStreamHandlerOptions [2/5]

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

function FixedSizeInputStreamHandlerOptions [3/5]

mediapipe::FixedSizeInputStreamHandlerOptions::FixedSizeInputStreamHandlerOptions (
    const FixedSizeInputStreamHandlerOptions & from
) 

function FixedSizeInputStreamHandlerOptions [4/5]

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

function GetCachedSize

inline int mediapipe::FixedSizeInputStreamHandlerOptions::GetCachedSize () const

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::FixedSizeInputStreamHandlerOptions::IsInitialized () const

function MergeFrom

void mediapipe::FixedSizeInputStreamHandlerOptions::MergeFrom (
    const FixedSizeInputStreamHandlerOptions & from
) 

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

const char * mediapipe::FixedSizeInputStreamHandlerOptions::_InternalParse (
    const char * ptr,
    ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx
) 

function _InternalSerialize

uint8_t * mediapipe::FixedSizeInputStreamHandlerOptions::_InternalSerialize (
    uint8_t * target,
    ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream
) const

function clear_fixed_min_size

inline void mediapipe::FixedSizeInputStreamHandlerOptions::clear_fixed_min_size () 

function clear_target_queue_size

inline void mediapipe::FixedSizeInputStreamHandlerOptions::clear_target_queue_size () 

function clear_trigger_queue_size

inline void mediapipe::FixedSizeInputStreamHandlerOptions::clear_trigger_queue_size () 

function fixed_min_size

inline bool mediapipe::FixedSizeInputStreamHandlerOptions::fixed_min_size () const

function has_fixed_min_size

inline bool mediapipe::FixedSizeInputStreamHandlerOptions::has_fixed_min_size () const

function has_target_queue_size

inline bool mediapipe::FixedSizeInputStreamHandlerOptions::has_target_queue_size () const

function has_trigger_queue_size

inline bool mediapipe::FixedSizeInputStreamHandlerOptions::has_trigger_queue_size () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_fixed_min_size

inline void mediapipe::FixedSizeInputStreamHandlerOptions::set_fixed_min_size (
    bool value
) 

function set_target_queue_size

inline void mediapipe::FixedSizeInputStreamHandlerOptions::set_target_queue_size (
    int32_t value
) 

function set_trigger_queue_size

inline void mediapipe::FixedSizeInputStreamHandlerOptions::set_trigger_queue_size (
    int32_t value
) 

function target_queue_size

inline int32_t mediapipe::FixedSizeInputStreamHandlerOptions::target_queue_size () const

function trigger_queue_size

inline int32_t mediapipe::FixedSizeInputStreamHandlerOptions::trigger_queue_size () const

function unknown_fields

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

function ~FixedSizeInputStreamHandlerOptions

mediapipe::FixedSizeInputStreamHandlerOptions::~FixedSizeInputStreamHandlerOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function FixedSizeInputStreamHandlerOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fstream_5fhandler_2ffixed_5fsize_5finput_5fstream_5fhandler_2eproto

struct mediapipe::FixedSizeInputStreamHandlerOptions::TableStruct_mediapipe_2fframework_2fstream_5fhandler_2ffixed_5fsize_5finput_5fstream_5fhandler_2eproto (
    ::TableStruct_mediapipe_2fframework_2fstream_5fhandler_2ffixed_5fsize_5finput_5fstream_5fhandler_2eproto
) 

friend swap

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


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