HomeSort by relevance Sort by last modified time
    Searched defs:nbBytes (Results 1 - 3 of 3) 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 64 const size_t nbBytes = fBmp[i].rowBytes() * fBmp[i].height();
65 for (size_t j = 0; j < nbBytes; ++j) {
  /external/caliper/lib/
jersey-client-1.11.jar 

Completed in 166 milliseconds