/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/coregrind/ |
D | m_stacktrace.c | 140 /*OUT*/Addr* sps, /*OUT*/Addr* fps, in VG_() 222 if (sps) sps[0] = uregs.xsp; in VG_() 250 if (sps) sps[0] = uregs.xsp; in VG_() 415 if (sps) sps[i] = uregs.xsp; in VG_() 458 /*OUT*/Addr* sps, /*OUT*/Addr* fps, in VG_() 503 if (sps) sps[0] = uregs.xsp; in VG_() 513 if (sps) sps[0] = uregs.xsp; in VG_() 528 if (sps) sps[i] = uregs.xsp; in VG_() 560 if (sps) sps[i] = uregs.xsp; in VG_() 589 if (sps) sps[i] = uregs.xsp; in VG_() [all …]
|
D | m_addrinfo.c | 144 sps[VG_(clo_backtrace_size)]; in VG_() local 167 sps, NULL, 0/*first_ip_delta*/ ); in VG_() 169 if (sps[f] <= a && a < sps[f+1] in VG_() 170 && sps[f+1] - sps[f] <= 0x4000000 // 64 MB, arbitrary in VG_() 171 && sps[f+1] <= stack_max in VG_() 172 && sps[f] >= stack_min - VG_STACK_REDZONE_SZB) { in VG_()
|
D | pub_core_stacktrace.h | 56 /*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/slf4j/integration/src/test/java/org/slf4j/ |
D | MissingSingletonMethodAssertionTest.java | 34 StringPrintStream sps = new StringPrintStream(System.err); field in MissingSingletonMethodAssertionTest 44 System.setErr(sps); in setUp() 61 int lineCount = sps.stringList.size(); in test() 70 String s = (String) sps.stringList.get(0); in test() 74 String s = (String) sps.stringList.get(1); in test() 78 String s = (String) sps.stringList.get(2); in test()
|
D | VersionMismatchAssertionTest.java | 34 StringPrintStream sps = new StringPrintStream(System.err); field in VersionMismatchAssertionTest 44 System.setErr(sps); in setUp() 57 String s0 = (String) sps.stringList.get(0); in test() 60 String s1 = (String) sps.stringList.get(1); in test() 63 String s2 = (String) sps.stringList.get(2); in test()
|
D | CompatibilityAssertionTest.java | 35 StringPrintStream sps = new StringPrintStream(System.err); field in CompatibilityAssertionTest 45 System.setErr(sps); in setUp() 57 assertEquals(1, sps.stringList.size()); in test() 58 String s0 = (String) sps.stringList.get(0); in test()
|
D | MultiBindingAssertionTest.java | 35 StringPrintStream sps = new StringPrintStream(System.err); field in MultiBindingAssertionTest 45 System.setErr(sps); in setUp() 57 List<String> list = sps.stringList; in test()
|
D | IncompatibleMultiBindingAssertionTest.java | 35 StringPrintStream sps = new StringPrintStream(System.err); field in IncompatibleMultiBindingAssertionTest 45 System.setErr(sps); in setUp() 61 List<String> list = sps.stringList; in test()
|
/external/valgrind/include/ |
D | pub_tool_stacktrace.h | 63 /*OUT*/StackTrace sps,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.h | 110 struct pipe_surface *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/kernel-headers/original/uapi/linux/ |
D | kvm.h | 592 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 3627 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; in VG_() local 3741 sps, fps, 0/*first_ip_delta*/ ); in VG_() 3748 sps[j], fps[j], tid, j )) { in VG_() 3775 sps[j], fps[j], tid, j )) { in VG_()
|
/external/deqp/data/gles2/shaders/ |
D | swizzles.test | 945 out0 = in0.sps; 3213 out0 = in0.sps; 5481 out0 = in0.sps;
|
/external/deqp/data/gles3/shaders/ |
D | swizzles.test | 1035 out0 = in0.sps; 3519 out0 = in0.sps; 6003 out0 = in0.sps;
|