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

  /external/opencore/protocols/sdp/parser/include/
rm_media_info_parser.h 32 SDP_ERROR_CODE parseRMLength(const char* sptr1, const char *end_ptr_str, NptTimeFormat& length);
  /external/opencore/protocols/sdp/parser/src/
basemediainfoparser.cpp 286 const char *sptr1, *eptr1; local
290 sptr1 = line_start_ptr + oscl_strlen("a=rtpmap:");
291 sptr1 = skip_whitespace(sptr1, line_end_ptr);
295 if (sptr1 >= line_end_ptr)
300 eptr1 = skip_to_whitespace(sptr1, line_end_ptr);
301 if (eptr1 <= sptr1)
307 if (PV_atoi(sptr1, 'd', (eptr1 - sptr1), payloadNumber) == true)
333 sptr1 = skip_whitespace(eptr1, line_end_ptr)
    [all...]

Completed in 38 milliseconds