Searched refs:blockcount (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
D | iLBC_testprogram.c | 101 int blockcount = 0, noOfBlocks=0, i, noOfLostBlocks=0; local 222 while ((fread(&channeldata[blockcount],sizeof(short), 1,chfileid)==1) 223 && ( blockcount < noOfBlocks/(Enc_Inst.blockl/frameLen) )) { 224 blockcount++; 227 if ( blockcount < noOfBlocks/(Enc_Inst.blockl/frameLen) ) { 252 while( count < blockcount * (Enc_Inst.blockl/frameLen) ) { 279 while (count < blockcount) { 306 outtime = (float)((float)blockcount* 311 printf("Lost frames : %.1f%%\n\n", 100*(float)noOfLostBlocks/(float)blockcount); 327 for (i=0; i<blockcount; i++) { [all …]
|
D | iLBC_test.c | 52 int blockcount = 0; in main() local 161 blockcount++; in main() 165 fprintf(stderr, "--- Encoding block %i --- ",blockcount); in main() 204 fprintf(stderr, "--- Decoding block %i --- ",blockcount); in main()
|
D | iLBC_testLib.c | 47 int blockcount = 0; in main() local 135 blockcount++; in main() 138 fprintf(stderr, "--- Encoding block %i --- ",blockcount); in main() 176 fprintf(stderr, "--- Decoding block %i --- ",blockcount); in main()
|
/external/u-boot/drivers/mmc/ |
D | rpmb.c | 76 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount() argument 82 cmd.cmdarg = blockcount & 0x0000FFFF; in mmc_set_blockcount()
|
/external/iperf3/ |
D | README.md | 119 -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead
|
D | RELEASE_NOTES | 627 -k, --blockcount #[KMG] number of blocks (packets) to transmit
|
/external/iperf3/docs/ |
D | dev.rst | 50 -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead
|
D | invoking.rst | 273 -k, --blockcount n[KM]
|