HomeSort by relevance Sort by last modified time
    Searched defs:numPackets (Results 1 - 6 of 6) sorted by null

  /frameworks/wilhelm/tests/sandbox/
xaplay.c 44 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
281 numPackets = atoi(&arg[2]);
350 if (numPackets == 0) {
351 numPackets = totalPackets - firstPacket;
352 } else if (firstPacket + numPackets > totalPackets) {
353 fprintf(stderr, "-n%zu ignored\n", numPackets);
354 numPackets = totalPackets - firstPacket;
356 lastPacket = firstPacket + numPackets;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 239 int numPackets = 100;
240 int contentLength = STRING_1K.length() * numPackets;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 668 unsigned long int numPackets;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 393 unsigned int numPackets;
OMX_VideoEnc_Utils.h 502 unsigned int numPackets;/*unsigned int*/

Completed in 656 milliseconds