Searched refs:nbBytes (Results 1 – 7 of 7) sorted by relevance
/external/libopus/doc/ |
D | trivial_example.c | 57 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/ |
D | yuvtorgbeffect.cpp | 64 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/ |
D | yuvtorgbeffect.cpp | 65 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/ |
D | xmlmemory.c | 685 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/ |
D | xmlmemory.h | 147 xmlMemDisplayLast(FILE *fp, long nbBytes);
|
/external/scapy/scapy/contrib/ |
D | diameter.py | 372 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/ |
D | xmlmemory.rpgle | 195 d nbBytes value like(xmlClong)
|