OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbBytes
(Results
1 - 5
of
5
) 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/libxml2/include/libxml/
xmlmemory.h
147
xmlMemDisplayLast(FILE *fp, long
nbBytes
);
/external/libxml2/
xmlmemory.c
649
* @
nbBytes
: the amount of memory to dump
651
* the last
nbBytes
of memory allocated and not freed, useful for dumping
656
xmlMemDisplayLast(FILE *fp, long
nbBytes
)
665
if (
nbBytes
<= 0)
676
nbBytes
, debugMemSize, debugMaxMemSize);
681
while ((p) && (
nbBytes
> 0)) {
707
nbBytes
-= (unsigned long)p->mh_size;
/external/caliper/lib/
jersey-client-1.11.jar
Completed in 963 milliseconds