Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Dfine_audio_buffer.cc102 size_t cache_location = desired_frame_size_bytes_; in GetPlayoutData() local
103 int8_t* cache_ptr = &buffer[cache_location]; in GetPlayoutData()