Home | History | Annotate | Download | only in acm2

Lines Matching refs:caller_name

1919 bool AudioCodingModuleImpl::HaveValidEncoder(const char* caller_name) const {
1923 "%s failed: No send codec is registered.", caller_name);
1929 "%s failed: Send codec index out of range.", caller_name);
1934 "%s failed: Send codec is NULL pointer.", caller_name);