Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc225 Channel::Channel(int16_t chID) in Channel() argument
257 if (chID >= 0) { in Channel()
260 sprintf(bitStreamFileName, "bitStream_%d.dat", chID); in Channel()
DChannel.h50 Channel(int16_t chID = -1);