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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.h 31 uint32_t numPackets;
65 void Stats(uint32_t* numPackets);
  /external/deqp/modules/egl/
teglColorClearCase.cpp 307 int numPackets = numThreads * numPacketsPerThread;
309 vector<SemaphoreSp> semaphores (numPackets+1);
teglRenderTests.cpp 216 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
218 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
233 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
235 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
883 const int numPackets = numThreads * packetsPerThread;
900 vector<SemaphoreSp> semaphores (numPackets+1);
901 vector<DrawPrimitiveOp> drawOps (numPackets*opsPerPacket);
    [all...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 222 int numPackets = numVertices + ((numVertices%EXEC_VEC_WIDTH) ? 1 : 0);
232 for (int packetNdx = 0; packetNdx < numPackets; packetNdx++)
303 int numPackets = (width*height)/EXEC_VEC_WIDTH + (((width*height)%EXEC_VEC_WIDTH) ? 1 : 0);
308 for (int packetNdx = 0; packetNdx < numPackets; packetNdx++)
  /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 238 int numPackets = 100;
239 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 408 milliseconds