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

  /external/bluetooth/bluez/sbc/
sbctester.c 38 static double sampletobits(short sample16, int verbose) function
45 printf("===> sampletobits(%hd, %04hX)\n", sample16, sample16);
132 refbits = sampletobits(refsample[j], 0);
133 tstbits = sampletobits(tstsample[j], 0);
217 refbits = sampletobits(refsample[j], 0);
218 tstbits = sampletobits(tstsample[j], 0);
281 printf("Test sampletobits\n");
282 db = sampletobits((short) atoi(argv[1]), 1);

Completed in 26 milliseconds