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

  /external/libopus/doc/
trivial_example.c 57 int nbBytes;
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
127 if (nbBytes<0)
129 fprintf(stderr, "encode failed: %s\n", opus_strerror(nbBytes));
138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0);
  /external/skia/gm/
yuvtorgbeffect.cpp 61 const size_t nbBytes = fBmp[i].rowBytes() * fBmp[i].height();
62 for (size_t j = 0; j < nbBytes; ++j) {
  /external/libxml2/include/libxml/
xmlmemory.h 147 xmlMemDisplayLast(FILE *fp, long nbBytes);
  /external/libxml2/
xmlmemory.c 639 * @nbBytes: the amount of memory to dump
641 * the last nbBytes of memory allocated and not freed, useful for dumping
646 xmlMemDisplayLast(FILE *fp, long nbBytes)
655 if (nbBytes <= 0)
666 nbBytes, debugMemSize, debugMaxMemSize);
671 while ((p) && (nbBytes > 0)) {
697 nbBytes -= (unsigned long)p->mh_size;

Completed in 2432 milliseconds