HomeSort by relevance Sort by last modified time
    Searched refs:GetPointer (Results 1 - 6 of 6) sorted by null

  /frameworks/ex/variablespeed/jni/
ring_buffer.h 85 float* GetPointer(int reader, int num_frames);
88 // the temporary buffer. This operation follows a GetPointer() that
90 // here must match the one returned by GetPointer().
sola_time_scaler.cc 263 float* input_pointer = input_buffer_->GetPointer(kInputReader, input_count);
271 output_buffer_->GetPointer(kOutputAnalysis, output_merge_cnt);
ring_buffer.cc 116 float* RingBuffer::GetPointer(int reader, int num_frames) {
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 140 return GetPointer(offset);
170 void* GetPointer(RingBuffer::Offset offset) const {
fenced_allocator.h 163 return GetPointer(offset);
208 void *GetPointer(FencedAllocator::Offset offset) {
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.cc 136 if (FAILED(sample->GetPointer(&buffer)))

Completed in 2542 milliseconds