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

  /external/opencore/protocols/sdp/parser/src/
pcmamediainfoparser.cpp 28 const char *current_start = buff; //Pointer to the beginning of the media text local
31 (void) current_start;
pcmumediainfoparser.cpp 28 const char *current_start = buff; //Pointer to the beginning of the media text local
31 (void) current_start;
aacmediainfoparser.cpp 31 const char *current_start = buff; //Pointer to the beginning of the media text local
38 while (get_next_line(current_start, end,
110 current_start = line_end_ptr + 1;
167 current_start = buff;
169 while (get_next_line(current_start, end,
365 current_start = line_end_ptr;
m4vmediainfoparser.cpp 26 const char *current_start = buff; //Pointer to the beginning of the media text local
35 while (get_next_line(current_start, end,
105 current_start = line_end_ptr + 1;
168 current_start = buff;
171 while (get_next_line(current_start, end,
452 current_start = line_end_ptr;
rfc3640mediainfoparser.cpp 27 const char *current_start = buff; //Pointer to the beginning of the media text local
41 while (get_next_line(current_start, end,
144 current_start = line_end_ptr + 1;
215 current_start = buff;
218 while (get_next_line(current_start, end,
482 current_start = line_end_ptr;
amrmediainfoparser.cpp 32 const char *current_start = buff; //Pointer to the beginning of the media text local
89 while (get_next_line(current_start, end,
353 current_start = line_end_ptr;
evrcmediainfoparser.cpp 26 const char *current_start = buff; //Pointer to the beginning of the media text local
81 while (get_next_line(current_start, end,
239 current_start = line_end_ptr;
h263mediainfoparser.cpp 26 const char *current_start = buff; //Pointer to the beginning of the media text local
83 while (get_next_line(current_start, end,
335 current_start = line_end_ptr;
basemediainfoparser.cpp 47 const char *current_start = buff; //Pointer to the beginning of the media text local
60 while (get_next_line(current_start, end,
89 current_start = line_end_ptr;
1077 const char *current_start = start; local
    [all...]
h264mediainfoparser.cpp 38 const char *current_start = buff; local
97 while (get_next_line(current_start,
530 current_start = line_end_ptr;
    [all...]
sessioninfoparser.cpp 43 const char *current_start = sdp_text; local
90 while (get_next_line(current_start, end,
    [all...]

Completed in 253 milliseconds