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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PCMFile.cc 25 : pcm_file_(NULL),
38 : pcm_file_(NULL),
97 if ((pcm_file_ = fopen(file_name.c_str(), mode)) == NULL) {
123 samples_10ms_ * channels, pcm_file_);
129 rewind(pcm_file_);
147 audio_frame.samples_per_channel_, pcm_file_) !=
159 2 * audio_frame.samples_per_channel_, pcm_file_) !=
168 pcm_file_) !=
177 if (fwrite(playout_buffer, sizeof(uint16_t), length_smpls, pcm_file_) !=
184 fclose(pcm_file_);
    [all...]
PCMFile.h 29 if (pcm_file_ != NULL) {
30 fclose(pcm_file_);
55 FILE* pcm_file_; member in class:webrtc::PCMFile

Completed in 57 milliseconds