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

  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_int.h 44 int data_end_pos; /* bitstreamBuffer size in bytes */ member in struct:tagDecBitstream
avc_bitstream.cpp 47 ^ ^read_pos ^data_end_pos
79 stream->data_end_pos = size;
113 if (stream->read_pos > stream->data_end_pos - 4)
115 if (stream->data_end_pos <= stream->read_pos)
124 for (i = 0; i < stream->data_end_pos - stream->read_pos; i++)
129 stream->read_pos = stream->data_end_pos;
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_int.h 44 int data_end_pos; /* bitstreamBuffer size in bytes */ member in struct:tagDecBitstream
avc_bitstream.cpp 47 ^ ^read_pos ^data_end_pos
79 stream->data_end_pos = size;
113 if (stream->read_pos > stream->data_end_pos - 4)
115 if (stream->data_end_pos <= stream->read_pos)
124 for (i = 0; i < stream->data_end_pos - stream->read_pos; i++)
129 stream->read_pos = stream->data_end_pos;
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
bitstream.cpp 69 if (stream->read_point > stream->data_end_pos - 4)
71 if (stream->data_end_pos <= stream->read_point)
80 for (i = 0; i < stream->data_end_pos - stream->read_point; i++)
85 stream->read_point = stream->data_end_pos;
129 stream->data_end_pos = buffer_size;
147 stream->data_end_pos = 0;
153 stream->read_point = stream->data_end_pos;
420 if (stream->read_point >= stream->data_end_pos && stream->incnt <= 0) return PV_END_OF_VOP;
542 if (byte_pos > stream->data_end_pos)
544 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...]
  /frameworks/base/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 749 milliseconds