Searched refs:read_point (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.cpp66 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 <<
[all...]
H A Dmp4lib_int.h39 int32 read_point; /* starting point in the buffer to be read to cache */ member in struct:tagBitstream

Completed in 177 milliseconds