HomeSort by relevance Sort by last modified time
    Searched refs:scratchBuffer (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/
OutboundHeadersBenchmark.java 64 private final ByteBuf scratchBuffer = UnpooledByteBufAllocator.DEFAULT.buffer(4096);
95 scratchBuffer.clear();
99 headersEncoder.encodeHeaders(1, headers, scratchBuffer);
100 return scratchBuffer;
  /external/aac/libAACdec/src/
stereo.h 172 FIXP_DBL *scratchBuffer; /* pointer to scratch buffer */
stereo.cpp 586 ->pCpeStaticData->jointStereoPersistentData.scratchBuffer;
589 ->pCpeStaticData->jointStereoPersistentData.scratchBuffer +
    [all...]
aacdecoder.cpp     [all...]

Completed in 254 milliseconds