Home
last modified time | relevance | path

Searched defs:buffer_size_bytes (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/library/
H A Dflif-interface_common.cpp36 void FLIF_IMAGE::write_row_RGBA8(uint32_t row, const void* buffer, size_t buffer_size_bytes) { in write_row_RGBA8()
56 void FLIF_IMAGE::write_row_RGB8(uint32_t row, const void * buffer, size_t buffer_size_bytes) in write_row_RGB8()
77 void FLIF_IMAGE::write_row_GRAY8(uint32_t row, const void * buffer, size_t buffer_size_bytes) in write_row_GRAY8()
102 void FLIF_IMAGE::write_row_GRAY16(uint32_t row, const void * buffer, size_t buffer_size_bytes) in write_row_GRAY16()
127 void FLIF_IMAGE::write_row_PALETTE8(uint32_t row, const void * buffer, size_t buffer_size_bytes) in write_row_PALETTE8()
144 void FLIF_IMAGE::read_row_RGBA8(uint32_t row, void* buffer, size_t buffer_size_bytes) { in read_row_RGBA8()
199 void FLIF_IMAGE::read_row_GRAY8(uint32_t row, void* buffer, size_t buffer_size_bytes) { in read_row_GRAY8()
214 void FLIF_IMAGE::read_row_GRAY16(uint32_t row, void* buffer, size_t buffer_size_bytes) { in read_row_GRAY16()
226 void FLIF_IMAGE::read_row_PALETTE8(uint32_t row, void* buffer, size_t buffer_size_bytes) { in read_row_PALETTE8()
238 void FLIF_IMAGE::write_row_RGBA16(uint32_t row, const void* buffer, size_t buffer_size_bytes) { in write_row_RGBA16()
[all …]
H A Dflif-interface_dec.cpp65 int32_t FLIF_DECODER::decode_memory(const void* buffer, size_t buffer_size_bytes) { in decode_memory()
234 …I flif_decoder_decode_memory(FLIF_DECODER* decoder, const void* buffer, size_t buffer_size_bytes) { in flif_decoder_decode_memory()
280 …PORT FLIF_INFO* FLIF_API flif_read_info_from_memory(const void* buffer, size_t buffer_size_bytes) { in flif_read_info_from_memory()
H A Dflif-interface_enc.cpp101 int32_t FLIF_ENCODER::encode_memory(void** buffer, size_t* buffer_size_bytes) { in encode_memory()
235 …F_API flif_encoder_encode_memory(FLIF_ENCODER* encoder, void** buffer, size_t* buffer_size_bytes) { in flif_encoder_encode_memory()
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/utils/
H A Dthreadedfilebuf.cpp50 threadedfilebuf::threadedfilebuf(const std::string& filename, size_t buffer_size_bytes ) in threadedfilebuf()
56 void threadedfilebuf::open(const std::string& filename, size_t buffer_size_bytes)
/dports/devel/zfp/zfp-0.5.5/array/
H A Dzfpfactory.h6 …::array::construct(const zfp::array::header& header, const uchar* buffer, size_t buffer_size_bytes) in construct()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/zfp/vtkzfp/include/
H A Dzfpfactory.h6 …::array::construct(const zfp::array::header& header, const uchar* buffer, size_t buffer_size_bytes) in construct()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceIdLoadBarrier.cpp41 const size_t buffer_size_bytes = 1 * K; // min_elem_size of storage unit variable
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/video/drivers/
H A Dpango_video_output.cpp54 PangoVideoOutput::PangoVideoOutput(const std::string& filename, size_t buffer_size_bytes, const std… in PangoVideoOutput() argument
270 const size_t buffer_size_bytes = uri.Get("buffer_size_mb", 100) * mb; in PANGOLIN_REGISTER_FACTORY() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceIdLoadBarrier.cpp43 const size_t buffer_size_bytes = 1 * K; // min_elem_size of storage unit variable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceIdLoadBarrier.cpp43 const size_t buffer_size_bytes = 1 * K; // min_elem_size of storage unit variable
/dports/multimedia/obs-audio-spectralizer/spectralizer-1.3.4/src/util/audio/
H A Dfifo.cpp54 auto buffer_size_bytes = static_cast<size_t>(sizeof(pcm_stereo_sample) * m_cfg->sample_size); in tick() local
/dports/audio/cli-visualizer/cli-visualizer-1.8-27-g4fc1552/src/Source/
H A DMpdAudioSource.cpp68 auto buffer_size_bytes = in read() local
H A DPulseAudioSource.cpp201 auto buffer_size_bytes = in read() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/crt/common/
H A Dfunc_registry.c97 size_t buffer_size_bytes) { in TVMMutableFuncRegistry_Create()
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/video/
H A Dvideo_input.h128 int buffer_size_bytes; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc113 grpc_error* grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
120 grpc_error* grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc136 grpc_error* grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
143 grpc_error* grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc136 grpc_error* grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
143 grpc_error* grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc137 grpc_error_handle grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
144 grpc_error_handle grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc137 grpc_error_handle grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
144 grpc_error_handle grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc137 grpc_error_handle grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
144 grpc_error_handle grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dpieusb_buffer.c125 unsigned int buffer_size_bytes; in sanei_pieusb_buffer_create() local
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/serial/src/impl/list_ports/
H A Dlist_ports_linux.cc222 size_t buffer_size_bytes = 256; in format() local
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/serial/src/impl/list_ports/
H A Dlist_ports_linux.cc222 size_t buffer_size_bytes = 256; in format() local
/dports/astro/opencpn/OpenCPN-5.2.4/libs/serial/src/impl/list_ports/
H A Dlist_ports_linux.cc224 size_t buffer_size_bytes = 256; in format() local

12