Searched refs:data_ptr (Results 1 - 25 of 65) sorted by path

123

/external/chromium_org/base/
H A Dpickle_unittest.cc247 char* data_ptr = data.get(); local
249 data_ptr[i] = 'G';
255 pickle.WriteData(data_ptr,
264 pickle.WriteData(data_ptr, static_cast<int>(unit - sizeof(uint32)));
270 pickle.WriteData(data_ptr, 1);
/external/chromium_org/components/translate/content/renderer/
H A Ddata_file_renderer_cld_data_provider.cc123 const uint8* data_ptr = g_cld_mmap.Get().value->data() + data_offset; local
124 CLD2::loadDataFromRawAddress(data_ptr, data_length);
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc582 const base::char16* data_ptr = local
585 base::NullableString16(base::string16(data_ptr, len), false);
/external/chromium_org/content/browser/tracing/
H A Dtrace_message_filter.cc143 scoped_refptr<base::RefCountedString> data_ptr(new base::RefCountedString());
144 data_ptr->data() = data;
145 TracingControllerImpl::GetInstance()->OnTraceDataCollected(data_ptr);
150 scoped_refptr<base::RefCountedString> data_ptr(new base::RefCountedString());
151 data_ptr->data() = data;
153 data_ptr);
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc442 const char* data_ptr = data_start + data_offset; local
450 request_info->site_isolation_metadata, data_ptr, data_length,
458 data_ptr = alternative_data.data();
467 data_ptr, data_length, encoded_data_length);
473 data_ptr, data_length, encoded_data_length);
H A Dthreaded_data_provider.cc247 const char* data_ptr = static_cast<char*>(shm_buffer_->memory()); local
248 CHECK(data_ptr);
249 CHECK(data_ptr + data_offset);
252 ForwardAndACKData(data_ptr + data_offset, data_length);
261 queued_data.data = data_ptr + data_offset;
H A Dwebblobregistry_impl.cc139 const char* data_ptr = data.data(); local
142 memcpy(shared_memory->memory(), data_ptr, chunk_size);
146 data_ptr += chunk_size;
185 const char* data_ptr = data.data(); local
188 memcpy(shared_memory->memory(), data_ptr, chunk_size);
192 data_ptr += chunk_size;
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_wrapper.cc468 void* data_ptr = NULL; local
469 va_res = vaMapBuffer(va_display_, buffer_id, &data_ptr);
476 DCHECK(data_ptr);
479 reinterpret_cast<VAEncMiscParameterBuffer*>(data_ptr);
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_unittest.cc79 const int16* data_ptr = reinterpret_cast<const int16*>(capture_data.get()); local
83 data_bus->FromInterleaved(data_ptr, data_bus->frames(), 2);
115 data_ptr += params.frames_per_buffer() * params.channels();
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc401 BYTE* data_ptr = NULL; local
410 hr = audio_capture_client_->GetBuffer(&data_ptr,
430 memcpy(&capture_buffer[pos], data_ptr, num_bytes);
/external/chromium_org/mojo/android/javatests/
H A Dvalidation_test_util.cc34 void* data_ptr = &data[0]; local
35 if (!data_ptr) {
37 data_ptr = &data;
40 env->NewDirectByteBuffer(data_ptr, data.size());
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc361 jlong data_ptr) {
365 // the data_ptr.
369 reinterpret_cast<AsyncWaitCallbackData*>(data_ptr));
358 CancelAsyncWait(JNIEnv* env, jobject jcaller, jlong id, jlong data_ptr) argument
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc1240 void* data_ptr = array_buffer.Map(); local
1241 memcpy(data_ptr, buffer, buffer_size);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h1177 uint8* data_ptr = page_buffer.get(); local
1178 if (!data_ptr) {
1183 data_ptr += kPadToHeapSized + (-(static_cast<int>(data_size)) & 4095);
1184 memcpy(data_ptr, sample, rtc::_min(data_size, sample_size));
1187 data_ptr,
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemmgr.c268 char * data_ptr; local
327 data_ptr = (char *) hdr_ptr; /* point to first data byte in pool... */
328 data_ptr += SIZEOF(small_pool_hdr); /* ...by skipping the header... */
329 if ((size_t)data_ptr % ALIGN_SIZE) /* ...and adjust for alignment */
330 data_ptr += ALIGN_SIZE - (size_t)data_ptr % ALIGN_SIZE;
331 data_ptr += hdr_ptr->bytes_used; /* point to place for object */
335 return (void *) data_ptr;
359 char FAR * data_ptr; local
392 data_ptr
[all...]
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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c917 static size_t encode_tiles(VP9_COMP *cpi, uint8_t *data_ptr) { argument
949 vp9_start_encode(&residual_bc, data_ptr + total_size + 4);
951 vp9_start_encode(&residual_bc, data_ptr + total_size);
958 mem_put_be32(data_ptr + total_size, residual_bc.pos);
/external/chromium_org/third_party/libwebp/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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;

Completed in 630 milliseconds

123