Lines Matching refs:expects
122 const int* expects) { in Run() argument
167 switch (expects[i]) { in Run()
216 int expects[] = {-1, 1, expect_vad_packets ? 1 : -1, 0, 0}; in Test() local
224 out_filename.str(), !new_outfile, expects); in Test()
229 int expects[] = {0, 0, 0, 0, 0}; in Perform() local
240 expects[static_cast<int>(AudioFrameType::kEmptyFrame)] = 0; in Perform()
241 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()
242 expects[static_cast<int>(AudioFrameType::kAudioFrameCN)] = 1; in Perform()
244 out_filename, false, expects); in Perform()
249 expects[static_cast<int>(AudioFrameType::kEmptyFrame)] = 1; in Perform()
250 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()
251 expects[static_cast<int>(AudioFrameType::kAudioFrameCN)] = 1; in Perform()
253 out_filename, true, expects); in Perform()
262 expects[static_cast<int>(AudioFrameType::kEmptyFrame)] = 0; in Perform()
263 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()
264 expects[static_cast<int>(AudioFrameType::kAudioFrameCN)] = 0; in Perform()
266 2, out_filename, false, expects); in Perform()
276 expects[static_cast<int>(AudioFrameType::kEmptyFrame)] = 1; in Perform()
277 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()
278 expects[static_cast<int>(AudioFrameType::kAudioFrameCN)] = 1; in Perform()
280 2, out_filename, true, expects); in Perform()