/external/opencore/protocols/sdp/parser/src/ |
D | sessioninfoparser.cpp | 124 const char *sptr, *eptr; in parseSDPSessionInfo() local 125 sptr = skip_whitespace(line_start_ptr + 2, line_end_ptr); in parseSDPSessionInfo() 126 if (sptr >= line_end_ptr) in parseSDPSessionInfo() 131 eptr = skip_to_whitespace(sptr, line_end_ptr); in parseSDPSessionInfo() 132 if (eptr <= sptr) in parseSDPSessionInfo() 138 memFrag.ptr = (void*)sptr; in parseSDPSessionInfo() 139 memFrag.len = (eptr - sptr); in parseSDPSessionInfo() 143 sptr = skip_whitespace(eptr, line_end_ptr); in parseSDPSessionInfo() 146 while ((*sptr < '0') || (*sptr > '9')) in parseSDPSessionInfo() 148 sptr++; in parseSDPSessionInfo() [all …]
|
D | basemediainfoparser.cpp | 109 const char *sptr, *eptr; in baseMediaInfoParser() local 114 sptr = skip_whitespace(line_start_ptr + 2, line_end_ptr); in baseMediaInfoParser() 115 if (sptr >= line_end_ptr) in baseMediaInfoParser() 121 eptr = skip_to_whitespace(sptr, line_end_ptr); in baseMediaInfoParser() 122 if (eptr <= sptr) in baseMediaInfoParser() 128 memFrag.ptr = (void*)sptr; in baseMediaInfoParser() 129 memFrag.len = (eptr - sptr); in baseMediaInfoParser() 134 sptr = skip_whitespace(eptr, line_end_ptr); in baseMediaInfoParser() 135 if (sptr >= line_end_ptr) in baseMediaInfoParser() 141 eptr = skip_to_whitespace(sptr, line_end_ptr); in baseMediaInfoParser() [all …]
|
D | sdp_parsing_utils.cpp | 146 const char *sptr = start_ptr; in parseQoEMetrics() local 149 sptr = skip_whitespace_and_line_term(sptr, end_ptr); in parseQoEMetrics() 154 if (!oscl_strncmp(sptr, "{", 1)) in parseQoEMetrics() 155 sptr = sptr + 1; in parseQoEMetrics() 159 sptr = skip_whitespace_and_line_term(sptr, end_ptr); in parseQoEMetrics() 160 if (sptr > eptr) in parseQoEMetrics() 163 while (sptr < end_ptr) in parseQoEMetrics() 166 if (!oscl_strncmp(sptr, "Initial_Buffering_Duration", in parseQoEMetrics() 170 sptr = sptr + oscl_strlen("Initial_Buffering_Duration"); in parseQoEMetrics() 172 else if (!oscl_strncmp(sptr, "Rebuffering_Duration", in parseQoEMetrics() [all …]
|
D | sdpparser.cpp | 62 const char *sptr = start + len_of_rtpmap; in parse_rtpmap() local 66 eptr = skip_to_whitespace(sptr, end); in parse_rtpmap() 67 if (eptr < sptr) in parse_rtpmap() 72 if (PV_atoi(sptr, 'd', (eptr - sptr), rtpPayload) == false) in parse_rtpmap() 79 sptr = skip_whitespace(eptr, end); in parse_rtpmap() 80 if (sptr >= end) in parse_rtpmap() 86 for (eptr = sptr; eptr < end && in parse_rtpmap() 95 encoding_name.ptr = (void *) sptr; in parse_rtpmap() 96 encoding_name.len = eptr - sptr; in parse_rtpmap() 105 const char *sptr, *eptr; in validate_media_line() local [all …]
|
D | m4vmediainfoparser.cpp | 178 const char *sptr; in parseMediaInfo() local 187 sptr = line_start_ptr + oscl_strlen("a=framerate:"); in parseMediaInfo() 188 sptr = skip_whitespace(sptr, line_end_ptr); in parseMediaInfo() 189 if (sptr >= line_end_ptr) in parseMediaInfo() 195 if (!PV_atof(sptr, line_end_ptr - sptr, rate)) in parseMediaInfo() 201 sptr = line_start_ptr + oscl_strlen("a=I_frame_interval:"); in parseMediaInfo() 202 sptr = skip_whitespace(sptr, line_end_ptr); in parseMediaInfo() 203 if (sptr >= line_end_ptr) in parseMediaInfo() 209 …if (PV_atoi(sptr, 'd', (line_end_ptr - sptr), ifi) == true)((m4v_mediaInfo *)m4Video)->setIFrameIn… in parseMediaInfo() 382 const char *sptr = line_start_ptr + fmsize.length(); in parseMediaInfo() local [all …]
|
D | h263mediainfoparser.cpp | 253 const char *sptr = line_start_ptr + fmsize.length(); in parseMediaInfo() local 254 const char *eptr = skip_to_whitespace(sptr, line_end_ptr); in parseMediaInfo() 256 if (sptr > eptr) in parseMediaInfo() 262 if (PV_atoi(sptr, 'd', (eptr - sptr), payloadNo)) in parseMediaInfo() 288 sptr = eptr; in parseMediaInfo() 289 sptr = skip_whitespace(sptr , line_end_ptr); in parseMediaInfo() 293 if (!PV_atoi(sptr, 'd', eptr - sptr, width)) in parseMediaInfo() 300 sptr = eptr; in parseMediaInfo() 301 if (sptr > line_end_ptr) in parseMediaInfo() 306 eptr = skip_to_whitespace(sptr, line_end_ptr); in parseMediaInfo() [all …]
|
D | amrmediainfoparser.cpp | 96 const char *sptr; in parseMediaInfo() local 105 sptr = line_start_ptr + oscl_strlen("a=lang:"); in parseMediaInfo() 106 sptr = skip_whitespace(sptr, line_end_ptr); in parseMediaInfo() 107 if (sptr >= line_end_ptr) in parseMediaInfo() 113 memFrag.ptr = (void*)sptr; in parseMediaInfo() 114 memFrag.len = (line_end_ptr - sptr); in parseMediaInfo() 121 sptr = line_start_ptr + oscl_strlen("a=maxptime:"); in parseMediaInfo() 122 sptr = skip_whitespace(sptr, line_end_ptr); in parseMediaInfo() 123 if (sptr >= line_end_ptr) in parseMediaInfo() 129 if (PV_atoi(sptr, 'd', (line_end_ptr - sptr), maxptime) == true) in parseMediaInfo()
|
D | evrcmediainfoparser.cpp | 88 const char *sptr; in parseMediaInfo() local 97 sptr = line_start_ptr + oscl_strlen("a=lang:"); in parseMediaInfo() 98 sptr = skip_whitespace(sptr, line_end_ptr); in parseMediaInfo() 99 if (sptr >= line_end_ptr) in parseMediaInfo() 105 memFrag.ptr = (void*)sptr; in parseMediaInfo() 106 memFrag.len = (line_end_ptr - sptr); in parseMediaInfo()
|
D | aacmediainfoparser.cpp | 176 const char *sptr; in parseMediaInfo() local 185 sptr = line_start_ptr + oscl_strlen("a=lang:"); in parseMediaInfo() 186 sptr = skip_whitespace(sptr, line_end_ptr); in parseMediaInfo() 187 if (sptr >= line_end_ptr) in parseMediaInfo() 193 memFrag.ptr = (void*)sptr; in parseMediaInfo() 194 memFrag.len = (line_end_ptr - sptr); in parseMediaInfo()
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | rtsp_range_utils.cpp | 43 const char *sptr, *eptr; in parse_range_integer() local 55 sptr = start; in parse_range_integer() 59 for (eptr = sptr; eptr < endpoint && in parse_range_integer() 69 if (PV_atoi(sptr, 'd', eptr - sptr, tmp) == false) in parse_range_integer() 85 const char *sptr; in parse_smpte_format() local 87 sptr = start_ptr; in parse_smpte_format() 92 sptr = parse_range_integer(sptr, end_ptr, in parse_smpte_format() 95 if (!sptr || *sptr != ':') in parse_smpte_format() 103 sptr = parse_range_integer(sptr + 1, end_ptr, in parse_smpte_format() 106 if (!sptr || *sptr != ':') in parse_smpte_format() [all …]
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_uuid.h | 93 const char* sptr = NULL, *eptr = NULL; in OsclUuid() local 95 sptr = aUuidString; in OsclUuid() 96 ++sptr; //Increment over the starting parantheses '(' in OsclUuid() 97 eptr = sptr; in OsclUuid() 106 sptr = sptr + 2;//Move over the 0x characters in the beginning of the hex value; in OsclUuid() 112 PV_atoi(sptr , 'x', eptr - sptr, data1); in OsclUuid() 118 PV_atoi(sptr , 'x', (eptr - sptr), tempdata2); in OsclUuid() 125 PV_atoi(sptr , 'x', (eptr - sptr), tempdata3); in OsclUuid() 132 PV_atoi(sptr , 'x', (eptr - sptr), tempdata4_0); in OsclUuid() 139 PV_atoi(sptr , 'x', (eptr - sptr), tempdata4_1); in OsclUuid() [all …]
|
/external/jpeg/ |
D | jmemmgr.c | 589 jvirt_sarray_ptr sptr; in realize_virt_arrays() local 598 for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) { in realize_virt_arrays() 599 if (sptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 600 space_per_minheight += (long) sptr->maxaccess * in realize_virt_arrays() 601 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays() 602 maximum_space += (long) sptr->rows_in_array * in realize_virt_arrays() 603 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays() 639 for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) { in realize_virt_arrays() 640 if (sptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 641 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L; in realize_virt_arrays() [all …]
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pnggccrd.c | 2251 png_bytep sptr, dp; in png_do_read_interlace() local 2259 sptr = row + (width - 1) * pixel_bytes; in png_do_read_interlace() 2325 "1" (sptr), // esi/rsi in png_do_read_interlace() 2342 sptr -= width_mmx*BPP3; in png_do_read_interlace() 2349 png_memcpy(v, sptr, BPP3); in png_do_read_interlace() 2355 sptr -= BPP3; in png_do_read_interlace() 2389 "1" (sptr), // esi/rsi in png_do_read_interlace() 2439 "1" (sptr), // esi/rsi in png_do_read_interlace() 2486 "1" (sptr), // esi/rsi in png_do_read_interlace() 2495 sptr -= (width_mmx*BPP4 - BPP4); // sign fixed in png_do_read_interlace() [all …]
|
D | pngvcrd.c | 976 png_bytep sptr; in png_combine_row() local 985 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]* in png_combine_row() 993 png_memcpy(dp, sptr, pixel_bytes); in png_combine_row() 994 sptr += incr1; in png_combine_row() 1211 png_bytep sptr, dp; in png_do_read_interlace() local 1218 sptr = row + (width - 1) * pixel_bytes; in png_do_read_interlace() 1244 mov esi, sptr in png_do_read_interlace() 1272 sptr -= width_mmx*3; in png_do_read_interlace() 1279 png_memcpy(v, sptr, 3); in png_do_read_interlace() 1285 sptr -= 3; in png_do_read_interlace() [all …]
|
D | pngrutil.c | 2985 png_bytep sptr, dp; in png_do_read_interlace() local 2993 sptr = row + (width - 1) * pixel_bytes; in png_do_read_interlace() 3011 *dp-- = *sptr; in png_do_read_interlace() 3013 --sptr; in png_do_read_interlace() 3022 png_memcpy(v, sptr, 3); in png_do_read_interlace() 3028 sptr -= 3; in png_do_read_interlace() 3037 png_memcpy(v, sptr, 2); in png_do_read_interlace() 3043 sptr -= 2; in png_do_read_interlace() 3052 png_memcpy(v, sptr, 4); in png_do_read_interlace() 3066 sptr -= 4; in png_do_read_interlace() [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | 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/libxml2/ |
D | chvalid.c | 170 const xmlChSRange *sptr; in xmlCharInRange() local 179 sptr = rptr->shortRange; in xmlCharInRange() 182 if ((unsigned short) val < sptr[mid].low) { in xmlCharInRange() 185 if ((unsigned short) val > sptr[mid].high) { in xmlCharInRange()
|
D | xmlunicode.c | 948 xmlUnicodeRange *sptr; in xmlUnicodeLookup() local 954 sptr = tptr->table; in xmlUnicodeLookup() 957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0) in xmlUnicodeLookup() 958 return (sptr[mid].func); in xmlUnicodeLookup()
|
/external/openssl/apps/ |
D | enc.c | 477 unsigned char *sptr; in MAIN() local 478 if(nosalt) sptr = NULL; in MAIN() 510 sptr = salt; in MAIN() 513 EVP_BytesToKey(cipher,dgst,sptr, in MAIN()
|
/external/opencore/protocols/sdp/parser/include/ |
D | sdp_parsing_utils.h | 30 bool parseAssetInfo(const char *sptr, const char *line_end_ptr,
|
/external/opencore/protocols/rtsp_parcom/src/ |
D | rtsp_par_com_incoming_message.cpp | 791 char *sptr;//, *eptr; in parseSupported() local 793 sptr = (char*)supportedString; in parseSupported() 795 while ((sptr < end) && (numOfSupportedEntries < RTSP_MAX_NUMBER_OF_SUPPORTED_ENTRIES)) in parseSupported() 797 char * separator = sptr; in parseSupported() 816 char * namePtr = sptr; in parseSupported() 842 sptr = separator + 1; in parseSupported()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 637 ++sptr; 640 + while ( isdigit( array[sptr] ) ) 642 while ( isascii( array[sptr] ) && isdigit( array[sptr] ) )
|