Home
last modified time | relevance | path

Searched refs:data_end_pos (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dbitstream.cpp68 if (stream->read_point > stream->data_end_pos - 4) in BitstreamFillCache()
70 if (stream->data_end_pos <= stream->read_point) in BitstreamFillCache()
84 stream->read_point = stream->data_end_pos; in BitstreamFillCache()
128 stream->data_end_pos = buffer_size; in BitstreamReset()
145 stream->data_end_pos = 0; in BitstreamOpen()
151 stream->read_point = stream->data_end_pos; in BitstreamOpen()
539 if (byte_pos > stream->data_end_pos) in movePointerTo()
541 byte_pos = stream->data_end_pos; in movePointerTo()
613 if (stream->data_end_pos <= initial_byte_aligned_position + i) in PVSearchNextH263Frame()
663 …stream->data_end_pos = PVLocateFrameHeader(ptr, (int32)stream->data_end_pos - byte_pos) + byte_pos; in PVLocateM4VFrameBoundary()
[all …]
H A Dmp4lib_int.h43 int32 data_end_pos; /*should be added , 06/07/2000 */ member
H A Dpvdec_api.cpp1274 if (bytes_consumed > currVol->bitstream->data_end_pos) in PVDecodeVopBody()
1276 bytes_consumed = currVol->bitstream->data_end_pos; in PVDecodeVopBody()
1415 if (bytes_consumed > currVol->bitstream->data_end_pos) in PVDecodeVopBody()
1417 bytes_consumed = currVol->bitstream->data_end_pos; in PVDecodeVopBody()