Searched refs:boundaryReached (Results 1 – 8 of 8) sorted by relevance
/external/opencore/baselibs/gen_data_structures/src/ |
D | buf_frag_group.cpp | 34 bool & boundaryReached, in seekBufFragGroup() argument 42 boundaryReached = true; in seekBufFragGroup() 47 boundaryReached = false; in seekBufFragGroup() 93 boundaryReached = true; in seekBufFragGroup() 132 boundaryReached = true; in seekBufFragGroup()
|
D | buf_frag_group.h | 34 bool & boundaryReached,
|
/external/opencore/baselibs/media_data_structures/src/ |
D | access_unit_impl.cpp | 125 bool AccessUnitImplementation::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, in seek() argument 130 boundaryReached = false; in seek() 181 boundaryReached = true; in seek() 197 boundaryReached = true; in seek() 226 boundaryReached = true; in seek() 262 bool boundaryReached; in match_bit_pattern_no_state() local 283 this->seek(tmp_idx, tmp_offset, tmp_ptr, boundaryReached, 1); in match_bit_pattern_no_state() 284 if (boundaryReached) in match_bit_pattern_no_state()
|
D | access_unit.cpp | 161 bool AccessUnit::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, in seek() argument 164 return rep->seek(idx, offset, ptr, boundaryReached, delta_in_bytes); in seek()
|
D | access_unit.h | 109 OSCL_IMPORT_REF bool seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached,
|
D | access_unit_impl.h | 116 bool seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached,
|
/external/opencore/protocols/rtsp_parcom/src/ |
D | rtsp_embedded_rtp.cpp | 99 boundaryReached = false; in bind() 125 if (boundaryReached) in getRemainingFrags() 156 boundaryReached, in registerBytesWritten() 173 if (! boundaryReached) in registerBytesWritten() 179 boundaryReached = true; in registerBytesWritten()
|
D | rtsp_embedded_rtp.h | 92 bool boundaryReached; variable
|