HomeSort by relevance Sort by last modified time
    Searched defs:boundaryReached (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/rtsp_parcom/src/
rtsp_embedded_rtp.h 92 bool boundaryReached;
  /external/opencore/baselibs/media_data_structures/src/
access_unit_impl.cpp 121 // latter case the flag boundaryReached is set to ture, and ptr to the last byte if it is the
125 bool AccessUnitImplementation::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached,
130 boundaryReached = false;
181 boundaryReached = true;
197 boundaryReached = true;
226 boundaryReached = true;
262 bool boundaryReached;
283 this->seek(tmp_idx, tmp_offset, tmp_ptr, boundaryReached, 1);
284 if (boundaryReached)

Completed in 18 milliseconds