Searched refs:section_start_ptr (Results 1 – 2 of 2) sorted by relevance
/external/opencore/protocols/sdp/parser/src/ |
D | sdpparser.cpp | 238 const char *section_start_ptr; in parseSDP() local 259 section_start_ptr = skip_whitespace_and_line_term(sdpText, end_ptr); in parseSDP() 261 while ((section_start_ptr - sdpText) < text_length) in parseSDP() 263 if (!get_next_line(section_start_ptr, end_ptr, in parseSDP() 300 session_frag.ptr = (void *)section_start_ptr; in parseSDP() 301 session_frag.len = section_end_ptr - section_start_ptr; in parseSDP() 304 parseSDPSessionInfo(section_start_ptr, in parseSDP() 305 section_end_ptr - section_start_ptr, in parseSDP() 696 …if ((retval = mediaParser->parseMediaInfo(section_start_ptr, section_end_ptr - section_start_ptr, … in parseSDP() 709 …if ((retval = mediaParser->parseMediaInfo(section_start_ptr, section_end_ptr - section_start_ptr, … in parseSDP() [all …]
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility.cpp | 132 const char *section_start_ptr; in ReadAndParseLoggerConfigFile() local 137 section_start_ptr = skip_whitespace_and_line_term(ibuffer, end_ptr); in ReadAndParseLoggerConfigFile() 139 while (section_start_ptr < end_ptr) in ReadAndParseLoggerConfigFile() 141 if (!get_next_line(section_start_ptr, end_ptr, in ReadAndParseLoggerConfigFile() 148 section_start_ptr = line_end_ptr + 1; in ReadAndParseLoggerConfigFile()
|