Home
last modified time | relevance | path

Searched refs:capture_timestamp_ns (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_record_jni.cc248 int64_t capture_timestamp_ns) { in DataIsRecorded() argument
255 direct_buffer_address_, frames_per_buffer_, capture_timestamp_ns); in DataIsRecorded()
Daudio_record_jni.h94 int64_t capture_timestamp_ns);
/external/webrtc/modules/audio_device/
Daudio_device_buffer.cc239 int64_t capture_timestamp_ns) { in SetRecordedBuffer() argument
255 (capture_timestamp_ns > 0) in SetRecordedBuffer()
260 : capture_timestamp_ns; in SetRecordedBuffer()
Daudio_device_buffer.h107 int64_t capture_timestamp_ns);
Daudio_device_data_observer.cc75 int64_t capture_timestamp_ns) override { in RecordedDataIsAvailable() argument
88 capture_timestamp_ns); in RecordedDataIsAvailable()