OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_point
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp
66
v = bitstreamBuffer + stream->
read_point
;
68
if (stream->
read_point
> stream->data_end_pos - 4)
70
if (stream->data_end_pos <= stream->
read_point
)
79
for (i = 0; i < stream->data_end_pos - stream->
read_point
; i++)
84
stream->
read_point
= stream->data_end_pos;
105
stream->
read_point
+= 4;
151
stream->
read_point
= stream->data_end_pos;
417
if (stream->
read_point
>= stream->data_end_pos && stream->incnt <= 0) return PV_END_OF_VOP;
544
stream->
read_point
= byte_pos & -4;
545
stream->bitcnt = stream->
read_point
<< 3;
[
all
...]
mp4lib_int.h
39
int32
read_point
; /* starting point in the buffer to be read to cache */
member in struct:tagBitstream
Completed in 15 milliseconds