HomeSort by relevance Sort by last modified time
    Searched refs:data_end_pos (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 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;
128 stream->data_end_pos = buffer_size;
145 stream->data_end_pos = 0;
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;
539 if (byte_pos > stream->data_end_pos)
541 byte_pos = stream->data_end_pos;
    [all...]
mp4lib_int.h 43 int32 data_end_pos; /*should be added , 06/07/2000 */ member in struct:tagBitstream
pvdec_api.cpp     [all...]

Completed in 1585 milliseconds