Home
last modified time | relevance | path

Searched refs:buffer (Results 3951 - 3975 of 6014) sorted by relevance

1...<<151152153154155156157158159160>>...241

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_gain_map.h201 dng_pixel_buffer &buffer,
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Draw_logging.h112 // Writes the provided buffer directly to stderr, in a safe, low-level manner.
142 // also provided with an output buffer, where it can write a custom log message
151 // 'buffer' and 'buf_size' are pointers to the buffer and buffer size. If the
152 // hook writes a prefix, it must increment *buffer and decrement *buf_size
155 int line, char** buffer, int* buf_size);
163 // The NUL-terminated logged message lives in the buffer between 'buf_start'
165 // buffer (as written by the LogPrefixHook.)
/third_party/skia/experimental/wasm-skp-debugger/
H A Dcpu.js1 // Adds compile-time JS functions to handle creation and flushing of wasm's offscreen buffer
29 // Allocate the buffer of pixels to be drawn into.
64 var pixels = new Uint8ClampedArray(DebuggerView.HEAPU8.buffer, this._pixelPtr, this._bufferLen);
/third_party/rust/crates/syn/src/
H A Dident.rs53 use crate::buffer::Cursor;
H A Dlookahead.rs1 use crate::buffer::Cursor;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBufferGL.h24 BufferGL(const gl::BufferState &state, GLuint buffer);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp999 std::vector<char> buffer;
1014 buffer.resize(maxNameLength+1, '\0');
1020 gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer[0]);
1023 dst.push_back(std::string(&buffer[0], written));
1451 "writeonly buffer OutputBufferBlock { highp int b_output_int; };\n"
1488 { "Query to larger buffer", 24, true },
1489 { "Query to buffer the same size", 23, true },
1490 { "Query to one byte too small buffer", 22, true },
1491 { "Query to one byte buffer", 1, true },
1492 { "Query to zero sized buffer",
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S148 60: @ Small buffer - simply check by looping over bytes
175 beq 98f @ don't look back a byte if found at first byte in buffer
194 beq 98f @ don't look back a byte if found at first byte in buffer
/third_party/ffmpeg/libavcodec/
H A Dsgienc.c191 bytestream2_init_writer(&taboff_pcb, pbc.buffer, tablesize); in encode_frame()
195 bytestream2_init_writer(&tablen_pcb, pbc.buffer, tablesize); in encode_frame()
198 /* Make an intermediate consecutive buffer. */ in encode_frame()
H A Dra144.c1528 * enough to fill the target buffer, fill it with another copy of those values.
1595 int buffer[LPC_ORDER]; in ff_eval_coefs() local
1596 int *b1 = buffer; in ff_eval_coefs()
/third_party/ffmpeg/libavutil/
H A DMakefile16 buffer.h \
113 buffer.o \
H A Dbprint.c85 void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size) in av_bprint_init_for_buffer() argument
87 buf->str = buffer; in av_bprint_init_for_buffer()
188 retry with twice as much until the buffer is large enough */ in av_bprint_strftime()
195 /* if strftime fails because the buffer has (almost) reached in av_bprint_strftime()
196 its maximum size, let us try in a local buffer; 1k should in av_bprint_strftime()
205 /* if anything else failed and the buffer is not already in av_bprint_strftime()
/third_party/ffmpeg/libavformat/
H A Drtpdec_asf.c94 /* this "fills" the buffer with its current content */ in init_packetizer()
141 av_free(pb.pub.buffer); in ff_wms_parse_sdp_a_line()
146 av_free(pb.pub.buffer); in ff_wms_parse_sdp_a_line()
/third_party/backends/backend/
H A Dartec_eplus48u.h165 /* the number of lines we read for the black shading buffer */
167 /* the number of lines we read for the white shading buffer */
227 SA_CALIBRATE_SCAN_WHITE, /**< Scan white shading buffer */
228 SA_CALIBRATE_SCAN_BLACK, /**< Scan black shading buffer */
435 * @param res Result packet (may point to the same buffer as @a cmd).
449 * @param res Result packet (may point to the same buffer as @a cmd).
462 * @param buffer Buffer for the read data.
472 artec48u_device_read_raw (Artec48U_Device * dev, SANE_Byte * buffer,
483 artec48u_device_read (Artec48U_Device * dev, SANE_Byte * buffer,
H A Dplustek-pp_wrapper.c92 static int PtDrvRead( unsigned char *buffer, int count ) in PtDrvRead() argument
96 if( buffer == NULL ) in PtDrvRead()
H A Dsharp.h52 DEFAULT_BUFSIZE: default size of one buffer. Must be greater
124 /* status defines for a buffer:
125 buffer not used / read request queued / buffer contains data
135 size_t start; /* index of the begin of used area of the buffer */
137 SANE_Byte *buffer; member
240 SANE_Byte *buffer; /* for color data re-ordering, required for JX 250 */ member
275 size_t read_buff; /* index of the buffer actually used by read_data */
H A Dnec.h52 DEFAULT_BUFSIZE: default size of one buffer. Must be greater
127 /* status defines for a buffer:
128 buffer not used / read request queued / buffer contains data
138 size_t start; /* index of the begin of used area of the buffer */
140 SANE_Byte *buffer; member
231 SANE_Byte *buffer; /* for color data re-ordering */ member
269 size_t read_buff; /* index of the buffer actually used by read_data */
417 SANE_Byte bsa[3]; /* buffer space available */
418 SANE_Byte fdb[3]; /* filled data buffer */
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DUtilityTest.java131 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper()
132 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper()
/third_party/icu/tools/unicode/c/genuts46/
H A Dgenuts46.cpp103 const UChar *buffer=mapping.getBuffer(); in printLine() local
108 U16_NEXT(buffer, i, length, c); in printLine()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DUtilityTest.java154 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper()
155 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex31 need to be saved in the jump-buffer (plus one call to
56 used by the system-provided routines. Thus, a jump-buffer created
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c115 0, /* vertex count comes from SO buffer */ in retry_draw_auto()
118 NULL, /* no index buffer */ in retry_draw_auto()
130 * Indirect draw (get vertex count, start index, etc. from a buffer object.
138 assert(indirect && indirect->buffer); in retry_draw_indirect()
155 range.primitiveCount = 0; /* specified in indirect buffer */ in retry_draw_indirect()
160 range.indexBias = 0; /* specified in indirect buffer */ in retry_draw_indirect()
164 0, /* vertex count is in indirect buffer */ in retry_draw_indirect()
305 * referenced in the current command buffer as result of previous HW in svga_draw_vbo()
307 * vertex buffer is mapped. in svga_draw_vbo()
363 else if (indirect && indirect->buffer) { in svga_draw_vbo()
[all...]
H A Dsvga_image_view.c79 desc.buffer.firstElement = image->u.buf.offset / bytes_per_block; in svga_create_uav_image()
80 desc.buffer.numElements = image->u.buf.size / bytes_per_block; in svga_create_uav_image()
82 /* mark this buffer as being used in uav */ in svga_create_uav_image()
192 SVGA_DBG(DEBUG_UAV, " buffer res=0x%x format=%d offset=%d size=%d\n", in svga_set_shader_images()
285 /* Mark buffer surface as RENDERED */ in svga_validate_image_view_resources()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_binning.c190 unsigned sum = 4 * (depth_coeff + stencil_coeff) * MAX2(tex->buffer.b.b.nr_samples, 1); in si_get_depth_bin_size()
384 /* Set to max sizes when no depth buffer is bound. */ in gfx10_get_bin_sizes()
394 (cPerDepthSample + cPerStencilSample) * MAX2(zstex->buffer.b.b.nr_samples, 1); in gfx10_get_bin_sizes()
H A Dsi_test_dma_perf.c214 sb[0].buffer = dst; in si_test_dma_perf()
218 sb[1].buffer = src; in si_test_dma_perf()

Completed in 19 milliseconds

1...<<151152153154155156157158159160>>...241