HomeSort by relevance Sort by last modified time
    Searched full:sptr (Results 1 - 25 of 29) sorted by null

1 2

  /external/opencore/protocols/sdp/parser/src/
sessioninfoparser.cpp 124 const char *sptr, *eptr; local
125 sptr = skip_whitespace(line_start_ptr + 2, line_end_ptr);
126 if (sptr >= line_end_ptr)
131 eptr = skip_to_whitespace(sptr, line_end_ptr);
132 if (eptr <= sptr)
138 memFrag.ptr = (void*)sptr;
139 memFrag.len = (eptr - sptr);
143 sptr = skip_whitespace(eptr, line_end_ptr);
146 while ((*sptr < '0') || (*sptr > '9')
264 const char *sptr, *eptr; local
303 const char *sptr, *eptr; local
336 const char *sptr, *eptr; local
369 const char *sptr, *eptr; local
471 const char *sptr, *eptr; local
527 const char *sptr, *eptr; local
687 const char *sptr; local
707 const char *sptr; local
727 const char *sptr; local
747 const char *sptr; local
770 const char *sptr, *eptr; local
846 const char *sptr, *eptr; local
1452 const char *sptr; local
1469 const char *sptr = line_start_ptr + sdp_int_key.length(); local
1570 const char *sptr = line_start_ptr + sdp_auth.length(); local
1579 const char *sptr = line_start_ptr + asset_info.length(); local
1590 const char *sptr = line_start_ptr + alt_gp.length(); local
1619 const char *sptr, *eptr; local
1645 const char *sptr, *eptr; local
    [all...]
sdp_parsing_utils.cpp 146 const char *sptr = start_ptr; local
149 sptr = skip_whitespace_and_line_term(sptr, end_ptr);
154 if (!oscl_strncmp(sptr, "{", 1))
155 sptr = sptr + 1;
159 sptr = skip_whitespace_and_line_term(sptr, end_ptr);
160 if (sptr > eptr)
163 while (sptr < end_ptr
    [all...]
basemediainfoparser.cpp 109 const char *sptr, *eptr; local
114 sptr = skip_whitespace(line_start_ptr + 2, line_end_ptr);
115 if (sptr >= line_end_ptr)
121 eptr = skip_to_whitespace(sptr, line_end_ptr);
122 if (eptr <= sptr)
128 memFrag.ptr = (void*)sptr;
129 memFrag.len = (eptr - sptr);
134 sptr = skip_whitespace(eptr, line_end_ptr);
135 if (sptr >= line_end_ptr)
141 eptr = skip_to_whitespace(sptr, line_end_ptr)
534 const char *sptr; local
555 const char *sptr; local
569 const char *sptr; local
583 const char *sptr; local
598 const char *sptr; local
613 const char *sptr = line_start_ptr + adapt_supp.length(); local
628 const char *sptr = line_start_ptr + asset_info.length(); local
643 const char *sptr = line_start_ptr + srtp.length(); local
706 const char *sptr = line_start_ptr + rtcp_fb.length(); local
799 const char *sptr; local
821 const char *sptr; local
843 const char *sptr; local
865 const char *sptr; local
903 const char *sptr, *eptr; local
    [all...]
sdpparser.cpp 62 const char *sptr = start + len_of_rtpmap; local
66 eptr = skip_to_whitespace(sptr, end);
67 if (eptr < sptr)
72 if (PV_atoi(sptr, 'd', (eptr - sptr), rtpPayload) == false)
79 sptr = skip_whitespace(eptr, end);
80 if (sptr >= end)
86 for (eptr = sptr; eptr < end &&
95 encoding_name.ptr = (void *) sptr;
96 encoding_name.len = eptr - sptr;
105 const char *sptr, *eptr; local
386 const char *sptr = line_start_ptr + alt_def.length(); local
399 const char *sptr = line_start_ptr + alt_id.length(); local
419 const char *sptr = line_start_ptr + fmtp.length(); local
447 const char *sptr = line_start_ptr + framesize.length(); local
    [all...]
m4vmediainfoparser.cpp 178 const char *sptr; local
187 sptr = line_start_ptr + oscl_strlen("a=framerate:");
188 sptr = skip_whitespace(sptr, line_end_ptr);
189 if (sptr >= line_end_ptr)
195 if (!PV_atof(sptr, line_end_ptr - sptr, rate))
201 sptr = line_start_ptr + oscl_strlen("a=I_frame_interval:");
202 sptr = skip_whitespace(sptr, line_end_ptr)
382 const char *sptr = line_start_ptr + fmsize.length(); local
    [all...]
h263mediainfoparser.cpp 253 const char *sptr = line_start_ptr + fmsize.length(); local
254 const char *eptr = skip_to_whitespace(sptr, line_end_ptr);
256 if (sptr > eptr)
262 if (PV_atoi(sptr, 'd', (eptr - sptr), payloadNo))
288 sptr = eptr;
289 sptr = skip_whitespace(sptr , line_end_ptr);
293 if (!PV_atoi(sptr, 'd', eptr - sptr, width)
    [all...]
amrmediainfoparser.cpp 96 const char *sptr; local
105 sptr = line_start_ptr + oscl_strlen("a=lang:");
106 sptr = skip_whitespace(sptr, line_end_ptr);
107 if (sptr >= line_end_ptr)
113 memFrag.ptr = (void*)sptr;
114 memFrag.len = (line_end_ptr - sptr);
121 sptr = line_start_ptr + oscl_strlen("a=maxptime:");
122 sptr = skip_whitespace(sptr, line_end_ptr)
    [all...]
evrcmediainfoparser.cpp 88 const char *sptr; local
97 sptr = line_start_ptr + oscl_strlen("a=lang:");
98 sptr = skip_whitespace(sptr, line_end_ptr);
99 if (sptr >= line_end_ptr)
105 memFrag.ptr = (void*)sptr;
106 memFrag.len = (line_end_ptr - sptr);
aacmediainfoparser.cpp 176 const char *sptr; local
185 sptr = line_start_ptr + oscl_strlen("a=lang:");
186 sptr = skip_whitespace(sptr, line_end_ptr);
187 if (sptr >= line_end_ptr)
193 memFrag.ptr = (void*)sptr;
194 memFrag.len = (line_end_ptr - sptr);
  /external/opencore/oscl/oscl/osclbase/src/
oscl_uuid.h 93 const char* sptr = NULL, *eptr = NULL; local
95 sptr = aUuidString;
96 ++sptr; //Increment over the starting parantheses '('
97 eptr = sptr;
106 sptr = sptr + 2;//Move over the 0x characters in the beginning of the hex value;
112 PV_atoi(sptr , 'x', eptr - sptr, data1);
118 PV_atoi(sptr , 'x', (eptr - sptr), tempdata2)
    [all...]
  /external/opencore/baselibs/gen_data_structures/src/
rtsp_range_utils.cpp 43 const char *sptr, *eptr; local
55 sptr = start;
59 for (eptr = sptr; eptr < endpoint &&
69 if (PV_atoi(sptr, 'd', eptr - sptr, tmp) == false)
85 const char *sptr; local
87 sptr = start_ptr;
92 sptr = parse_range_integer(sptr, end_ptr,
95 if (!sptr || *sptr != ':'
198 const char *sptr, *eptr; local
353 const char *sptr, *eptr; local
485 const char* sptr, *eptr; local
    [all...]
  /external/opencore/doc/oscl_html/
oscl__uuid_8h-source.html 76 00076 <span class="keyword">const</span> <span class="keywordtype">char</span>* sptr = <a class="code" href="group__osclbase.html#a81">NULL</a>, *eptr = <a class="code" href="group__osclbase.html#a81">NULL</a>;
78 00078 sptr = aUuidString;
79 00079 ++sptr; <span class="comment">//Increment over the starting parantheses '('</span>
80 00080 eptr = sptr;
89 00089 sptr = sptr + 2;<span class="comment">//Move over the 0x characters in the beginning of the hex value;</span>
95 00095 <a class="code" href="group__osclutil.html#a19">PV_atoi</a>(sptr , <span class="charliteral">'x'</span>, eptr - sptr, <a class="code" href="structOsclUuid.html#m0">data1</a>);
101 00101 <a class="code" href="group__osclutil.html#a19">PV_atoi</a>(sptr , <span class="charliteral">'x'</span>, (eptr - sptr), tempdata2)
    [all...]
  /external/jpeg/
jmemmgr.c 589 jvirt_sarray_ptr sptr; local
598 for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) {
599 if (sptr->mem_buffer == NULL) { /* if not realized yet */
600 space_per_minheight += (long) sptr->maxaccess *
601 (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
602 maximum_space += (long) sptr->rows_in_array *
603 (long) sptr->samplesperrow * SIZEOF(JSAMPLE)
947 jvirt_sarray_ptr sptr; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 558 int sptr = 1; local
560 while ( isascii( array[sptr] ) &&
561 isdigit( array[sptr] ) )
566 ++sptr;
568 c = array[sptr];
569 array[sptr] = '\0';
573 array[sptr] = c;
580 int sptr = 2; local
582 while ( isascii( array[sptr] ) &&
583 isxdigit( (char) array[sptr] ) )
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 976 png_bytep sptr; local
985 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
993 png_memcpy(dp, sptr, pixel_bytes);
994 sptr += incr1;
1211 png_bytep sptr, dp; local
    [all...]
pnggccrd.c 2251 png_bytep sptr, dp; local
    [all...]
pngrutil.c 2985 png_bytep sptr, dp; local
    [all...]
  /external/opencore/protocols/sdp/parser/include/
sdp_parsing_utils.h 30 bool parseAssetInfo(const char *sptr, const char *line_end_ptr,
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_parser.cpp 864 char * sPtr;
865 for (sPtr = nlEnd + 1;
866 sPtr < finishPtr
867 && (CHAR_SPACE == *sPtr
868 || CHAR_TAB == *sPtr
870 ++sPtr
876 size_t sizeToMove = finishPtr - sPtr + 1;
877 size_t sizeCut = sPtr - cPtr - 1;
883 oscl_memmove(cPtr + 1, sPtr, sizeToMove);
rtsp_par_com_incoming_message.cpp 791 char *sptr;//, *eptr; local
793 sptr = (char*)supportedString;
795 while ((sptr < end) && (numOfSupportedEntries < RTSP_MAX_NUMBER_OF_SUPPORTED_ENTRIES))
797 char * separator = sptr;
816 char * namePtr = sptr;
842 sptr = separator + 1;
    [all...]
  /external/libxml2/
chvalid.c 170 const xmlChSRange *sptr; local
179 sptr = rptr->shortRange;
182 if ((unsigned short) val < sptr[mid].low) {
185 if ((unsigned short) val > sptr[mid].high) {
  /external/openssl/apps/
enc.c 488 unsigned char *sptr; local
489 if(nosalt) sptr = NULL;
521 sptr = salt;
524 EVP_BytesToKey(cipher,dgst,sptr,
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
diffs 637 ++sptr;
640 + while ( isdigit( array[sptr] ) )
642 while ( isascii( array[sptr] ) && isdigit( array[sptr] ) )
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos_r.h 455 struct servent *sptr; member in struct:__anon12830
467 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
468 strcpy((sp).s_name, (sp).sptr->s_name), \
470 strcpy((sp).s_proto, (sp).sptr->s_proto), \
472 ((sp).sptr = &(sp).sent), \
486 (((sp).sptr = getservbyname((s),(p))) ? _Xg_copyServent(sp) : 0), \
488 (sp).sptr )
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 983 char *sptr; local
1014 sptr = argv[2];
1030 *ptr++ = *sptr++;
1031 if (sptr >= (argv[2] + patlen))
1032 sptr = argv[2];
    [all...]

Completed in 241 milliseconds

1 2