OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastparamoffset
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/
Utils.cpp
271
int
lastparamoffset
= 0;
local
280
ALOGV("block at %d, last was %d", i,
lastparamoffset
);
281
if (
lastparamoffset
> 0) {
282
int size = i -
lastparamoffset
;
285
memcpy(avcc+avccidx, csd0->data() +
lastparamoffset
, size);
290
lastparamoffset
= i;
301
lastparamoffset
= 0;
311
ALOGV("block at %d, last was %d", i,
lastparamoffset
);
312
if (
lastparamoffset
> 0) {
313
int size = i -
lastparamoffset
;
[
all
...]
Completed in 56 milliseconds