OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incnt_next
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp
58
num_bits = stream->
incnt_next
+ stream->incnt;
61
stream->
incnt_next
-= (32 - stream->incnt);
73
stream->
incnt_next
= 0;
90
stream->incnt += stream->
incnt_next
;
91
stream->
incnt_next
= num_bits - (32 - stream->incnt);
92
if (stream->
incnt_next
< 0)
95
stream->
incnt_next
= 0;
110
stream->
incnt_next
+= stream->incnt;
148
stream->
incnt_next
= 0;
549
stream->
incnt_next
= 0
[
all
...]
mp4lib_int.h
41
int
incnt_next
;
member in struct:tagBitstream
Completed in 352 milliseconds