HomeSort by relevance Sort by last modified time
    Searched defs:buffer_start (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_reader.c 44 const uint8_t *buffer_start = buffer; local
57 buffer_start = r->clear_buffer;
76 r->buffer += buffer - buffer_start;
  /external/chromium_org/mojo/android/system/
core_impl.cc 65 const void* buffer_start = env->GetDirectBufferAddress(buffer); local
66 DCHECK(buffer_start);
72 const MojoHandle* handle_start = static_cast<const MojoHandle*>(buffer_start);
92 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); local
93 DCHECK(buffer_start);
96 options = static_cast<const MojoCreateDataPipeOptions*>(buffer_start);
112 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); local
113 DCHECK(buffer_start);
116 options = static_cast<const MojoCreateSharedBufferOptions*>(buffer_start);
144 const void* buffer_start = 0 local
170 void* buffer_start = 0; local
197 void* buffer_start = 0; local
243 void* buffer_start = env->GetDirectBufferAddress(elements); local
285 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); local
317 void* buffer_start = env->GetDirectBufferAddress(buffer); local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 333 void *buffer_start = buffer; local
415 buffer = buffer_start;
    [all...]
  /external/chromium_org/pdf/
out_of_process_instance.cc 746 unsigned int* buffer_start = static_cast<unsigned int*>(image_data_.data()); local
748 unsigned int* ptr = buffer_start + rect.y() * stride / 4 + rect.x();
    [all...]
instance.cc 1070 unsigned int* buffer_start = static_cast<unsigned int*>(image_data_.data()); local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 137 char* buffer_start; member in struct:CvFileStorage
318 int written_len = (int)(ptr - fs->buffer_start);
319 int new_size = (int)((fs->buffer_end - fs->buffer_start)*3/2);
322 fs->buffer = new_ptr + (fs->buffer - fs->buffer_start);
324 memcpy( new_ptr, fs->buffer_start, written_len );
325 fs->buffer_start = new_ptr;
326 fs->buffer_end = fs->buffer_start + new_size;
347 if( ptr > fs->buffer_start + fs->space )
351 fputs( fs->buffer_start, fs->file );
352 fs->buffer = fs->buffer_start;
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 4821 Bit16u buffer_start, buffer_end, buffer_head, buffer_tail; local
5132 Bit16u buffer_start, buffer_end, buffer_head, buffer_tail, temp_tail; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 

Completed in 1689 milliseconds