Skip to content

builtin/buffer_impl.cpp

Functions

Name
shared_mutex_inst(BufferImpl::tracyMutex_ )
shared_mutex_inst(BufferImpl::fishCacheMutex_ )

Defines

Name
isNativeType
checkNativeType()

Functions Documentation

function shared_mutex_inst

shared_mutex_inst(
    BufferImpl::tracyMutex_ 
)

function shared_mutex_inst

shared_mutex_inst(
    BufferImpl::fishCacheMutex_ 
)

Macros Documentation

define isNativeType

#define isNativeType (dataType() == BufferDataType::BGR || dataType() == BufferDataType::GRAY || dataType() == BufferDataType::BGRA)

define checkNativeType

#define checkNativeType(

)
do {if (!isNativeType) { LOGE << "Unsupported buffer type (" << dataTypeToString(dataType()) << ")"; return unexpected(RTErrc::UnsupportedOperation); } } while(0)

Updated on 2025-08-24 at 15:42:37 +0000