Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dbitstream.cpp66 v = bitstreamBuffer + stream->read_point; in BitstreamFillCache()
68 if (stream->read_point > stream->data_end_pos - 4) in BitstreamFillCache()
70 if (stream->data_end_pos <= stream->read_point) in BitstreamFillCache()
79 for (i = 0; i < stream->data_end_pos - stream->read_point; i++) in BitstreamFillCache()
84 stream->read_point = stream->data_end_pos; in BitstreamFillCache()
105 stream->read_point += 4; in BitstreamFillCache()
151 stream->read_point = stream->data_end_pos; in BitstreamOpen()
417 if (stream->read_point >= stream->data_end_pos && stream->incnt <= 0) return PV_END_OF_VOP; in BitstreamCheckEndBuffer()
544 stream->read_point = byte_pos & -4; in movePointerTo()
545 stream->bitcnt = stream->read_point << 3;; in movePointerTo()
Dmp4lib_int.h39 int32 read_point; /* starting point in the buffer to be read to cache */ member