Searched refs:GetPointer (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dring_buffer.h85 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().
H A Dsola_time_scaler.cc263 float* input_pointer = input_buffer_->GetPointer(kInputReader, input_count);
271 output_buffer_->GetPointer(kOutputAnalysis, output_merge_cnt);
H A Dring_buffer.cc116 float* RingBuffer::GetPointer(int reader, int num_frames) { function in class:video_editing::RingBuffer

Completed in 124 milliseconds