Home
last modified time | relevance | path

Searched refs:nbBytes (Results 1 – 7 of 7) sorted by relevance

/external/libopus/doc/
Dtrivial_example.c57 int nbBytes; in main() local
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE); in main()
127 if (nbBytes<0) in main()
129 fprintf(stderr, "encode failed: %s\n", opus_strerror(nbBytes)); in main()
138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0); in main()
/external/skqp/gm/
Dyuvtorgbeffect.cpp64 const size_t nbBytes = bmp[i].rowBytes() * bmp[i].height(); in onOnceBeforeDraw() local
65 for (size_t j = 0; j < nbBytes; ++j) { in onOnceBeforeDraw()
179 const size_t nbBytes = bmp[0].rowBytes() * bmp[0].height(); in onOnceBeforeDraw() local
180 for (size_t j = 0; j < nbBytes; ++j) { in onOnceBeforeDraw()
/external/skia/gm/
Dyuvtorgbeffect.cpp65 const size_t nbBytes = bmp[i].rowBytes() * bmp[i].height(); in onOnceBeforeDraw() local
66 for (size_t j = 0; j < nbBytes; ++j) { in onOnceBeforeDraw()
172 const size_t nbBytes = bmp[0].rowBytes() * bmp[0].height(); in onOnceBeforeDraw() local
173 for (size_t j = 0; j < nbBytes; ++j) { in onOnceBeforeDraw()
/external/libxml2/
Dxmlmemory.c685 xmlMemDisplayLast(FILE *fp, long nbBytes) in xmlMemDisplayLast() argument
694 if (nbBytes <= 0) in xmlMemDisplayLast()
705 nbBytes, debugMemSize, debugMaxMemSize); in xmlMemDisplayLast()
710 while ((p) && (nbBytes > 0)) { in xmlMemDisplayLast()
736 nbBytes -= (unsigned long)p->mh_size; in xmlMemDisplayLast()
/external/libxml2/include/libxml/
Dxmlmemory.h147 xmlMemDisplayLast(FILE *fp, long nbBytes);
/external/scapy/scapy/contrib/
Ddiameter.py372 nbBytes = self.avpLen % DIAMETER_BYTES_ALIGNMENT
373 if nbBytes:
374 nbBytes = DIAMETER_BYTES_ALIGNMENT - nbBytes
375 return s[:nbBytes], s[nbBytes:]
378 nbBytes = (-len(p)) % 4
379 while nbBytes:
381 nbBytes -= 1
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle195 d nbBytes value like(xmlClong)