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

  /external/bluetooth/bluez/sbc/
sbctester.c 73 static int calculate_rms_level(SNDFILE * sndref, SF_INFO * infosref,
170 static int check_absolute_diff(SNDFILE * sndref, SF_INFO * infosref,
272 SF_INFO infosref; local
297 sndref = sf_open(ref, SFM_READ, &infosref);
312 (int) infosref.frames, (int) infosref.samplerate,
313 (int) infosref.channels);
319 if (infosref.channels > 2 || infostst.channels > 2) {
325 if (infosref.samplerate != infostst.samplerate ||
326 infosref.channels != infostst.channels)
    [all...]

Completed in 37 milliseconds