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

  /external/bluetooth/bluez/sbc/
sbctester.c 75 SNDFILE * sndtst, SF_INFO * infostst,
91 for (j = 0; j < infostst->channels; j++)
102 for (i = 0; i < infostst->frames; i++) {
106 r1 = sf_read_short(sndref, refsample, infostst->channels);
107 if (r1 != infostst->channels) {
111 infostst->channels);
117 r2 = sf_read_short(sndtst, tstsample, infostst->channels);
118 if (r2 != infostst->channels) {
122 infostst->channels);
128 for (j = 0; j < infostst->channels; j++)
274 SF_INFO infostst; local
    [all...]

Completed in 40 milliseconds