Searched refs:data_ptr (Results 1 - 25 of 65) sorted by last modified time

123

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c23 __inline static void IntrepolFilter(double *data_ptr, double *intrp) argument
25 *intrp = kInterpolWin[0] * data_ptr[-3];
26 *intrp += kInterpolWin[1] * data_ptr[-2];
27 *intrp += kInterpolWin[2] * data_ptr[-1];
28 *intrp += kInterpolWin[3] * data_ptr[0];
29 *intrp += kInterpolWin[4] * data_ptr[1];
30 *intrp += kInterpolWin[5] * data_ptr[2];
31 *intrp += kInterpolWin[6] * data_ptr[3];
32 *intrp += kInterpolWin[7] * data_ptr[4];
/external/webrtc/src/modules/audio_processing/utility/
H A Dring_buffer.c127 void** data_ptr,
139 if (data_ptr == NULL) {
160 *data_ptr = data;
162 *data_ptr = buf_ptr_1;
126 WebRtc_ReadBuffer(void* handle, void** data_ptr, void* data, size_t element_count) argument
H A Dring_buffer.h25 // Reads data from the buffer. The |data_ptr| will point to the address where
27 // buffer wrap around |data_ptr| will point to the location in the buffer.
29 // user) and |data_ptr| points to the address of |data|. |data_ptr| is only
33 void** data_ptr,
/external/webp/src/dec/
H A Dwebp.c229 static VP8StatusCode ParseVP8Header(const uint8_t** const data_ptr, argument
233 const uint8_t* const data = *data_ptr;
259 *data_ptr += CHUNK_HEADER_SIZE;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c5335 PRE_MEM_READ("ioctl(DRM_I915_GEM_PREAD).data_ptr", (Addr)&data->data_ptr, sizeof(data->data_ptr));
5336 PRE_MEM_WRITE("ioctl(DRM_I915_GEM_PREAD).data_ptr", (Addr)data->data_ptr, data->size);
5345 PRE_MEM_READ("ioctl(DRM_I915_GEM_PWRITE).data_ptr", (Addr)&data->data_ptr, sizeof(data->data_ptr));
5346 /* PRE_MEM_READ("ioctl(DRM_I915_GEM_PWRITE).data_ptr", (Addr)data->data_ptr, dat
[all...]
/external/valgrind/main/include/vki/
H A Dvki-linux-drm.h718 __vki_u64 data_ptr; member in struct:vki_drm_i915_gem_pread
725 __vki_u64 data_ptr; member in struct:vki_drm_i915_gem_pwrite
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c262 char * data_ptr; local
318 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
319 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
323 return (void *) data_ptr;
H A Dwrbmp.c349 register JSAMPROW data_ptr; local
369 data_ptr = image_ptr[0];
371 putc(GETJSAMPLE(*data_ptr), outfile);
372 data_ptr++;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c265 char * data_ptr; local
321 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
322 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
326 return (void *) data_ptr;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_array.h269 T* data_ptr();
360 inline T* pod_deque<T, S>::data_ptr() function in class:agg::pod_deque
371 *data_ptr() = val;
391 data_ptr();
400 data_ptr();
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c586 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr); local
594 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
597 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
598 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
601 lp_set_store_alignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float));
H A Ddraw_llvm_sample.c151 DRAW_LLVM_TEXTURE_MEMBER(data_ptr, DRAW_JIT_TEXTURE_DATA, FALSE)
241 sampler->dynamic_state.base.data_ptr = draw_llvm_texture_data_ptr;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c736 LLVMValueRef indexes[2], data_ptr; local
740 data_ptr = LLVMBuildGEP(builder, bld->data_array, indexes, 2, "");
741 data_ptr = LLVMBuildLoad(builder, data_ptr, "");
742 return data_ptr;
H A Dlp_bld_sample.h162 (*data_ptr)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
H A Dlp_bld_sample_aos.c447 LLVMValueRef data_ptr,
488 data_ptr, offset);
496 data_ptr, offset,
518 LLVMValueRef data_ptr,
629 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
647 LLVMValueRef data_ptr,
715 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
727 LLVMValueRef data_ptr,
852 data_ptr, offset[k][j][i]);
860 data_ptr, offse
446 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
514 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
643 lp_build_sample_image_nearest_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
964 lp_build_sample_image_linear(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
1147 lp_build_sample_image_linear_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
[all...]
H A Dlp_bld_sample_soa.c84 LLVMValueRef data_ptr,
158 data_ptr, offset,
596 LLVMValueRef data_ptr,
664 data_ptr, colors_out);
678 LLVMValueRef data_ptr,
759 data_ptr, neighbors[0][0]);
764 data_ptr, neighbors[0][1]);
783 data_ptr, neighbors[1][0]);
788 data_ptr, neighbors[1][1]);
809 data_ptr, neighbors
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
591 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
673 lp_build_sample_image_linear(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c156 LP_LLVM_TEXTURE_MEMBER(data_ptr, LP_JIT_TEXTURE_DATA, FALSE)
251 sampler->dynamic_state.base.data_ptr = lp_llvm_texture_data_ptr;
/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp406 const uint8_t* data_ptr = Value.data; local
407 if (data_ptr) {
409 const uint8_t* end_data_ptr = data_ptr + uvalue;
410 while (data_ptr < end_data_ptr) {
411 OS << format("%2.2x ", *data_ptr);
412 ++data_ptr;
/external/lldb/examples/synthetic/
H A Dlibcxx.py47 data_ptr = l.GetChildAtIndex(2)
53 data = data_ptr.GetPointeeData(0,size)
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp726 uint8_t *data_ptr = data_sp->GetBytes(); local
748 memcpy(data_ptr, &buffer[0], read);
749 data_ptr += read;
/external/lldb/source/DataFormatters/
H A DCF.cpp152 addr_t data_ptr = process_sp->ReadPointerFromMemory(valobj_addr+2*ptr_size+2*ptr_size, error); local
159 num_bytes = process_sp->ReadMemory(data_ptr, buffer_sp->GetBytes(), num_bytes, error);
H A DCXXFormatterFunctions.cpp200 SourceDataType *data_ptr = (SourceDataType*)data.GetDataStart(); local
201 SourceDataType *data_end_ptr = data_ptr + sourceSize;
203 while (data_ptr < data_end_ptr)
205 if (!*data_ptr)
207 data_end_ptr = data_ptr;
210 data_ptr++;
213 data_ptr = (SourceDataType*)data.GetDataStart();
224 ConvertFunction ( (const SourceDataType**)&data_ptr, data_end_ptr, &utf8_data_ptr, utf8_data_end_ptr, lenientConversion );
225 utf8_data_ptr = (UTF8*)utf8_data_buffer_sp->GetBytes(); // needed because the ConvertFunction will change the value of the data_ptr
231 utf8_data_ptr = (UTF8*)data_ptr;
[all...]
H A DNSDictionary.cpp392 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); local
393 *data_ptr = dict_item.key_ptr;
394 *(data_ptr+1) = dict_item.val_ptr;
398 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); local
399 *data_ptr = dict_item.key_ptr;
400 *(data_ptr+1) = dict_item.val_ptr;
556 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); local
557 *data_ptr = dict_item.key_ptr;
558 *(data_ptr+1) = dict_item.val_ptr;
562 uint32_t *data_ptr local
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp316 const uint8_t* data_ptr = m_value.data; local
317 if (data_ptr)
319 const uint8_t* end_data_ptr = data_ptr + uvalue; // uvalue contains size of block
320 while (data_ptr < end_data_ptr)
322 s.Printf("%2.2x ", *data_ptr);
323 ++data_ptr;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c927 static size_t encode_tiles(VP9_COMP *cpi, uint8_t *data_ptr) { argument
959 vp9_start_encode(&residual_bc, data_ptr + total_size + 4);
961 vp9_start_encode(&residual_bc, data_ptr + total_size);
968 mem_put_be32(data_ptr + total_size, residual_bc.pos);

Completed in 443 milliseconds

123