Home
last modified time | relevance | path

Searched refs:buffer (Results 5876 - 5900 of 11084) sorted by relevance

1...<<231232233234235236237238239240>>...444

/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_defs.h9 /* Single buffer, not a part of a sequence. */
11 /* The first buffer in a sequence. */
13 /* A middle buffer in a sequence. */
15 /* The last buffer in a sequence. */
18 /* 16 bytes buffer header. */
33 } buffer; member
56 /* 8 bytes buffer tail. */
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dst_magn_buffer.c12 #include <linux/iio/buffer.h>
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_diag.h19 * struct zfcp_diag_header - general part of a diagnostic buffer.
20 * @access_lock: lock protecting all the data in this buffer.
21 * @updating: flag showing that an update for this buffer is currently running.
22 * @incomplete: flag showing that the data in @buffer is incomplete.
23 * @timestamp: time in jiffies when the data of this buffer was last captured.
24 * @buffer: implementation-depending data of this buffer
25 * @buffer_size: size of @buffer
36 void *buffer; member
73 * that does the buffer
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A DMakefile7 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
H A Dcrypto.h6 #include <linux/ceph/buffer.h>
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dcomm.h27 void (*init_urb)(struct comm_runtime *rt, struct urb *urb, u8 *buffer,
/third_party/ffmpeg/libavcodec/
H A Ddolby_e.h85 uint8_t buffer[1024 * 3 + AV_INPUT_BUFFER_PADDING_SIZE]; member
89 * Use the provided key to transform the input into data (put into s->buffer)
99 * @param[in] buf raw input buffer.
H A Dlagarithrac.c43 l->bytestream = gb->buffer + get_bits_count(gb) / 8; in ff_lag_rac_init()
H A Dvc2enc_dwt.h43 dwtcoef *buffer; member
/third_party/ffmpeg/libavutil/
H A Ddict.h184 * @param[out] buffer Pointer to buffer that will be allocated with string containg entries.
191 int av_dict_get_string(const AVDictionary *m, char **buffer,
H A Dbuffer_internal.h25 #include "buffer.h"
29 * The buffer was av_realloc()ed, so it is reallocatable.
39 uint8_t *data; /**< data described by this buffer */
43 * number of existing AVBufferRef instances referring to this buffer
73 * data. They will be used to free the buffer when the pool is freed.
85 AVBuffer buffer; member
95 * be one reference. Each buffer requested by the caller increases refcount
96 * by one, returning the buffer to the pool decreases it by one.
97 * refcount reaches zero when the buffer has been uninited AND all the
H A Dcrc.h93 const uint8_t *buffer, size_t length) av_pure;
/third_party/ffmpeg/libavresample/
H A Dresample.h30 AudioData *buffer; member
82 * resampling parameters and the size of the output buffer. The unconsumed
/third_party/backends/backend/
H A Dhp5400.h80 /* transfer buffer */
81 void *buffer; /* Pointer to memory allocated for buffer */ member
82 int roff, goff, boff; /* Offset into buffer of rows to be copied *next* */
83 int bufstart, bufend; /* What is currently the valid buffer */
88 int buffersize; /* Size of the buffer */
105 /* int iBufferSize; *//* Size of internal scan buffer */
H A Dumax_pp_mid.h165 buffer will hold the data read
168 unsigned char *buffer);
H A Ds9036.h68 SANE_Byte *buffer; /* buffer of size 'bufsize' */ member
70 size_t in_buffer; /* bytes already in buffer */
/third_party/curl/lib/
H A Dftplistparser.h31 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.h42 virtual const char *getPath(char buffer[2048], const char *filename);
H A Dtextfile.h65 char* buffer; member in TextFile
/third_party/alsa-lib/include/
H A Dinput.h62 /** Input from a memory buffer. */
68 int snd_input_buffer_open(snd_input_t **inputp, const char *buffer, ssize_t size);
/third_party/icu/tools/colprobe/
H A Duprinter.h32 UChar buffer[256]; member in UPrinter
/third_party/libwebsockets/include/libwebsockets/abstract/transports/
H A Dunit-test.h58 void *buffer; member
/third_party/mesa3d/include/android_stub/vndk/
H A Dhardware_buffer.h27 const native_handle_t* AHardwareBuffer_getNativeHandle(const AHardwareBuffer* buffer);
90 /* The buffer will be written by the HW camera pipeline. */
92 /* The buffer will be read by the HW camera pipeline. */
/third_party/mbedtls/include/mbedtls/
H A Dsha1.h60 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< The data block being processed. */
126 * \brief This function feeds an input buffer into an ongoing SHA-1
135 * \param input The buffer holding the input data.
136 * This must be a readable buffer of length \p ilen Bytes.
148 * the result to the output buffer.
157 * buffer of length \c 20 Bytes.
174 * readable buffer of length \c 64 Bytes.
184 * \brief This function calculates the SHA-1 checksum of a buffer.
190 * output = SHA-1(input buffer).
196 * \param input The buffer holdin
[all...]
H A Dripemd160.h45 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< data block being processed */
86 * \brief RIPEMD-160 process buffer
89 * \param input buffer holding the data
113 * \param data buffer holding one block of data
121 * \brief Output = RIPEMD-160( input buffer )
123 * \param input buffer holding the data

Completed in 9 milliseconds

1...<<231232233234235236237238239240>>...444