/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
D | SeqParameterSet.java | 79 SeqParameterSet sps = new SeqParameterSet(); in read() local 81 sps.profile_idc = (int) reader.readNBit(8, "SPS: profile_idc"); in read() 82 sps.constraint_set_0_flag = reader in read() 84 sps.constraint_set_1_flag = reader in read() 86 sps.constraint_set_2_flag = reader in read() 88 sps.constraint_set_3_flag = reader in read() 91 sps.level_idc = (int) reader.readNBit(8, "SPS: level_idc"); in read() 92 sps.seq_parameter_set_id = reader.readUE("SPS: seq_parameter_set_id"); in read() 94 if (sps.profile_idc == 100 || sps.profile_idc == 110 in read() 95 || sps.profile_idc == 122 || sps.profile_idc == 144) { in read() [all …]
|
/external/blktrace/btt/ |
D | seek.c | 39 struct sps_bkt sps; member 103 struct sps_bkt *sps = &sip->sps; in sps_emit() local 104 double delta = sps->t_last - sps->t_start; in sps_emit() 106 if ((sps->nseeks == 1) || (delta < DBL_EPSILON)) { in sps_emit() 107 s_p_s = (double)(sps->nseeks); in sps_emit() 108 tstamp = sps->t_start; in sps_emit() 111 s_p_s = (double)(sps->nseeks) / delta; in sps_emit() 112 tstamp = sps->t_start + (delta / 2); in sps_emit() 115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s); in sps_emit() 117 sps->t_start = 0; in sps_emit() [all …]
|
/external/valgrind/main/coregrind/ |
D | m_stacktrace.c | 71 /*OUT*/Addr* sps, /*OUT*/Addr* fps, in VG_() 115 if (sps) sps[0] = uregs.xsp; in VG_() 124 if (sps) sps[0] = uregs.xsp; in VG_() 174 if (sps) sps[i] = uregs.xsp; in VG_() 188 if (sps) sps[i] = uregs.xsp; in VG_() 202 if (sps) sps[i] = uregs.xsp; in VG_() 227 /*OUT*/Addr* sps, /*OUT*/Addr* fps, in VG_() 271 if (sps) sps[0] = uregs.xsp; in VG_() 281 if (sps) sps[0] = uregs.xsp; in VG_() 311 if (sps) sps[i] = uregs.xsp; in VG_() [all …]
|
D | pub_core_stacktrace.h | 55 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 442 …public SliceHeader(InputStream is, SeqParameterSet sps, PictureParameterSet pps, boolean IdrPicFla… in SliceHeader() argument 474 if (sps.residual_color_transform_flag) { in SliceHeader() 477 frame_num = reader.readU(sps.log2_max_frame_num_minus4 + 4, "SliceHeader: frame_num"); in SliceHeader() 479 if (!sps.frame_mbs_only_flag) { in SliceHeader() 487 if (sps.pic_order_cnt_type == 0) { in SliceHeader() 488 …pic_order_cnt_lsb = reader.readU(sps.log2_max_pic_order_cnt_lsb_minus4 + 4, "SliceHeader: pic_orde… in SliceHeader() 585 SeqParameterSet sps; field in H264TrackImpl.SEIMessage 587 public SEIMessage(InputStream is, SeqParameterSet sps) throws IOException { in SEIMessage() argument 588 this.sps = sps; in SEIMessage() 614 …if (sps.vuiParams != null && (sps.vuiParams.nalHRDParams != null || sps.vuiParams.vclHRDParams != … in SEIMessage() [all …]
|
/external/valgrind/main/include/ |
D | pub_tool_stacktrace.h | 61 /*OUT*/StackTrace sps,
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 2696 mDNSexport void FindSPSInCache(mDNS *const m, const DNSQuestion *const q, const CacheRecord *sps[3]) in FindSPSInCache() 2698 sps[0] = FindSPSInCache1(m, q, mDNSNULL, mDNSNULL); in FindSPSInCache() 2699 sps[1] = !sps[0] ? mDNSNULL : FindSPSInCache1(m, q, sps[0], mDNSNULL); in FindSPSInCache() 2700 sps[2] = !sps[1] ? mDNSNULL : FindSPSInCache1(m, q, sps[0], sps[1]); in FindSPSInCache() 4829 const int sps = intf->NextSPSAttempt / 3; in SendSPSRegistrationForOwner() local 4832 if (!intf->SPSAddr[sps].type) in SendSPSRegistrationForOwner() 4837 …) %##s not yet resolved", intf->ifname, intf->NextSPSAttempt, sps, intf->NetWakeResolve[sps].qname… in SendSPSRegistrationForOwner() 4910 …ate %s %d (%d) id %5d with %d records %d bytes to %#a:%d", intf->ifname, intf->NextSPSAttempt, sps, in SendSPSRegistrationForOwner() 4911 …, m->omsg.h.mDNS_numUpdates, p - m->omsg.data, &intf->SPSAddr[sps], mDNSVal16(intf->SPSPort[sps])); in SendSPSRegistrationForOwner() 4913 …sage(m, &m->omsg, p, intf->InterfaceID, mDNSNULL, &intf->SPSAddr[sps], intf->SPSPort[sps], mDNSNUL… in SendSPSRegistrationForOwner() [all …]
|
D | mDNSEmbeddedAPI.h | 2882 extern void mDNSCoreBeSleepProxyServer_internal(mDNS *const m, mDNSu8 sps, mDNSu8 port, mDNSu8 marg… 2886 extern void FindSPSInCache(mDNS *const m, const DNSQuestion *const q, const CacheRecord *sps[3]);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 581 List<byte[]> sps = avcConfigurationBox.getSequenceParameterSets(); in getAvcCodecPrivateData() local 587 for (byte[] sp : sps) { in getAvcCodecPrivateData()
|
/external/blktrace/btt/doc/ |
D | btt.tex | 764 \newpage\subsection{\label{sec:sps-spec}Seeks Per Second} 789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from 794 \epsfig{file=sps.eps,width=4.5in} 795 \caption{\label{fig:sps}Seeks-per-second Chart} 926 can be found in section~\ref{sec:sps-spec}.
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 3174 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; in VG_() local 3310 sps, fps, 0/*first_ip_delta*/ ); in VG_() 3320 sps[j], fps[j], tid, j )) { in VG_() 3347 sps[j], fps[j], tid, j )) { in VG_()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 16462 http://sps.k12.mo.us/khs/german/germany/teacher/dttakeover.htm 40578 http://www.europeantour.com/tournaments/latest.sps?iTourNo=2003028 43338 http://www.freescale.com/webapp/sps/site/application.jsp?nodeId=02430ZNtdx4J11 43339 http://www.freescale.com/webapp/sps/site/application.jsp?nodeId=02VS0lxdYLZyky 43340 http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=02VS0llCc5pzMPYZjg28617061 43341 http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CAL&parentCode=C-5E&nodeId=018rH3bTd… 43342 http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CAL&parentCode=null&nodeId=02VS0lxdY… 55127 http://www.manutd.com/footballnow/matchreport.sps?reportid=6234&iEventID=16318&compid= 57059 http://www.missworld.tv/beautyWithAPurpose/charities.sps?iType=6910&icustompageid=11590 71703 http://www.sps.arizona.edu/proposal/quick-reference.htm
|