Searched refs:codec_mode_str (Results 1 – 1 of 1) sorted by relevance
156 for (auto& codec_mode_str : codec_modes) { in bta_ag_parse_qac() local157 if (!std::isdigit(*codec_mode_str.c_str())) continue; in bta_ag_parse_qac()159 std::atoi(codec_mode_str.c_str())); in bta_ag_parse_qac()