Searched refs:nbBytes (Results 1 - 4 of 4) sorted by relevance

/external/libopus/doc/
H A Dtrivial_example.c57 int nbBytes; local
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/
H A Dyuvtorgbeffect.cpp61 const size_t nbBytes = fBmp[i].rowBytes() * fBmp[i].height(); variable
62 for (size_t j = 0; j < nbBytes; ++j) {
/external/libxml2/include/libxml/
H A Dxmlmemory.h147 xmlMemDisplayLast(FILE *fp, long nbBytes);
/external/libxml2/
H A Dxmlmemory.c639 * @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) argument
655 if (nbBytes <= 0)
666 nbBytes, debugMemSize, debugMaxMemSize);
671 while ((p) && (nbBytes > 0)) {
697 nbBytes -= (unsigned long)p->mh_size;

Completed in 120 milliseconds