HomeSort by relevance Sort by last modified time
    Searched full:tmp_frequency (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc 88 uint16_t tmp_frequency = (uint16_t) atoi(tmp_name); local
89 if (tmp_frequency > 0) {
90 *frequency_hz = tmp_frequency;

Completed in 3635 milliseconds