HomeSort by relevance Sort by last modified time
    Searched refs:sps (Results 1 - 25 of 63) sorted by null

1 2 3

  /build/kati/
string_piece_test.cc 26 unordered_set<StringPiece> sps; local
27 sps.insert(StringPiece("foo"));
28 sps.insert(StringPiece("foo"));
29 sps.insert(StringPiece("bar"));
30 assert(sps.size() == 2);
31 assert(sps.count(StringPiece("foo")) == 1);
32 assert(sps.count(StringPiece("bar")) == 1);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 56 sps. See standard for description of the POC types and how POC is
64 sps pointer to sequence parameter set
79 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
95 ASSERT(sps);
98 ASSERT(sps->picOrderCntType <= 2);
111 if ( sps->picOrderCntType > 0 &&
113 pSliceHeader->frameNum != ((poc->prevFrameNum + 1) % sps->maxFrameNum))
117 i = (poc->prevFrameNum + 1) % sps->maxFrameNum;
122 frameNumOffset = poc->prevFrameNumOffset + sps->maxFrameNum;
129 i = (i + 1) % sps->maxFrameNum
    [all...]
h264bsd_pic_order_cnt.h 64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
h264bsd_storage.c 69 static u32 CheckPps(picParamSet_t *pps, seqParamSet_t *sps);
112 Store sequence parameter set into the storage. If active SPS is
146 if (pStorage->sps[id] == NULL)
148 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
149 if (pStorage->sps[id] == NULL)
152 /* sequence parameter set with id equal to id of active sps */
158 * re-activation. Memories allocated for old sps freed
159 * otherwise free memeries allocated for just decoded sps and
163 FREE(pStorage->sps[id]->offsetForRefFrame);
164 FREE(pStorage->sps[id]->vuiParameters)
654 seqParamSet_t *sps; local
    [all...]
h264bsd_storage.h 82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS]; member in struct:__anon27941
  /frameworks/av/media/utils/
SchedulingPolicyService.cpp 37 sp<ISchedulingPolicyService> sps = sSchedulingPolicyService; local
39 if (sps == 0) {
45 sps = interface_cast<ISchedulingPolicyService>(binder);
47 sSchedulingPolicyService = sps;
50 ret = sps->requestPriority(pid, tid, prio, asynchronous);
  /external/slf4j/integration/src/test/java/org/slf4j/
CompatibilityAssertionTest.java 35 StringPrintStream sps = new StringPrintStream(System.err); field in class:CompatibilityAssertionTest
45 System.setErr(sps);
57 assertEquals(1, sps.stringList.size());
58 String s0 = (String) sps.stringList.get(0);
MissingSingletonMethodAssertionTest.java 34 StringPrintStream sps = new StringPrintStream(System.err); field in class:MissingSingletonMethodAssertionTest
44 System.setErr(sps);
61 int lineCount = sps.stringList.size();
70 String s = (String) sps.stringList.get(0);
74 String s = (String) sps.stringList.get(1);
78 String s = (String) sps.stringList.get(2);
VersionMismatchAssertionTest.java 34 StringPrintStream sps = new StringPrintStream(System.err); field in class:VersionMismatchAssertionTest
44 System.setErr(sps);
57 String s0 = (String) sps.stringList.get(0);
60 String s1 = (String) sps.stringList.get(1);
63 String s2 = (String) sps.stringList.get(2);
IncompatibleMultiBindingAssertionTest.java 35 StringPrintStream sps = new StringPrintStream(System.err); field in class:IncompatibleMultiBindingAssertionTest
45 System.setErr(sps);
61 List<String> list = sps.stringList;
MultiBindingAssertionTest.java 35 StringPrintStream sps = new StringPrintStream(System.err); field in class:MultiBindingAssertionTest
45 System.setErr(sps);
57 List<String> list = sps.stringList;
  /external/valgrind/coregrind/
pub_core_stacktrace.h 50 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
56 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
m_stacktrace.c 161 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
251 if (sps) sps[0] = uregs.xsp;
280 if (sps) sps[0] = uregs.xsp;
444 /* Add a frame in ips/sps/fps */
447 if (sps) sps[i] = uregs.xsp;
491 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
545 if (sps) sps[0] = uregs.xsp
    [all...]
m_addrinfo.c 144 sps[VG_(clo_backtrace_size)]; local
167 sps, NULL, 0/*first_ip_delta*/ );
169 if (sps[f] <= a && a < sps[f+1]
170 && sps[f+1] - sps[f] <= 0x4000000 // 64 MB, arbitrary
171 && sps[f+1] <= stack_max
172 && sps[f] >= stack_min - VG_STACK_REDZONE_SZB) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 79 SeqParameterSet sps = new SeqParameterSet(); local
81 sps.profile_idc = (int) reader.readNBit(8, "SPS: profile_idc");
82 sps.constraint_set_0_flag = reader
83 .readBool("SPS: constraint_set_0_flag");
84 sps.constraint_set_1_flag = reader
85 .readBool("SPS: constraint_set_1_flag");
86 sps.constraint_set_2_flag = reader
87 .readBool("SPS: constraint_set_2_flag");
88 sps.constraint_set_3_flag = reade
    [all...]
  /external/blktrace/btt/
seek.c 39 struct sps_bkt sps; member in struct:seeki
103 struct sps_bkt *sps = &sip->sps; local
104 double delta = sps->t_last - sps->t_start;
106 if ((sps->nseeks == 1) || (delta < DBL_EPSILON)) {
107 s_p_s = (double)(sps->nseeks);
108 tstamp = sps->t_start;
111 s_p_s = (double)(sps->nseeks) / delta;
112 tstamp = sps->t_start + (delta / 2)
124 struct sps_bkt *sps = &sip->sps; local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.h 18 // A class for parsing out sequence parameter set (SPS) data from an H264 NALU.
22 H264SpsParser(const uint8_t* sps, size_t byte_length);
23 // Parses the SPS to completion. Returns true if the SPS was parsed correctly.
h264_sps_parser.cc 24 H264SpsParser::H264SpsParser(const uint8_t* sps, size_t byte_length)
25 : sps_(sps), byte_length_(byte_length), width_(), height_() {
55 // Now, we need to use a bit buffer to parse through the actual AVC SPS
121 // see/use them in practice, so we'll just reject the full sps if we see
124 LOG(LS_WARNING) << "SPS contains scaling lists, which are unsupported.";
199 // Far enough! We don't use the rest of the SPS.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 442 public SliceHeader(InputStream is, SeqParameterSet sps, PictureParameterSet pps, boolean IdrPicFlag) throws IOException {
474 if (sps.residual_color_transform_flag) {
477 frame_num = reader.readU(sps.log2_max_frame_num_minus4 + 4, "SliceHeader: frame_num");
479 if (!sps.frame_mbs_only_flag) {
487 if (sps.pic_order_cnt_type == 0) {
488 pic_order_cnt_lsb = reader.readU(sps.log2_max_pic_order_cnt_lsb_minus4 + 4, "SliceHeader: pic_order_cnt_lsb");
585 SeqParameterSet sps; field in class:H264TrackImpl.SEIMessage
587 public SEIMessage(InputStream is, SeqParameterSet sps) throws IOException {
588 this.sps = sps;
    [all...]
  /external/valgrind/include/
pub_tool_stacktrace.h 58 // If sps and fps are non-NULL, the corresponding frame-pointer and
63 /*OUT*/StackTrace sps,
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 789 uint8* sps = NULL; local
796 sps = temp; // Make a copy of the original pointer to be freed later
798 oscl_memcpy(sps, buffer, length);
814 if (sps[0] == 0 && sps[1] == 0)
817 while (sps[i++] == 0 && i < length)
821 if (sps[i-1] == 1)
823 sps += i;
827 while (!(sps[sps_length] == 0 && sps[sps_length+1] == 0 && sps[sps_length+2] == 1) &
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 804 uint8* sps = NULL; local
811 sps = temp; // Make a copy of the original pointer to be freed later
813 oscl_memcpy(sps, buffer, length);
829 if (sps[0] == 0 && sps[1] == 0)
832 while (sps[i++] == 0 && i < length)
836 if (sps[i-1] == 1)
838 sps += i;
842 while (!(sps[sps_length] == 0 && sps[sps_length+1] == 0 && sps[sps_length+2] == 1) &
    [all...]
  /external/webrtc/talk/media/base/
streamparams_unittest.cc 127 cricket::StreamParams sps[] = {l1, l2, sg1, sg2, sg3, sg4}; local
129 for (size_t i = 0; i < arraysize(sps); ++i) {
130 for (size_t j = 0; j < arraysize(sps); ++j) {
131 EXPECT_EQ((sps[i] == sps[j]), (i == j));
132 EXPECT_EQ((sps[i] != sps[j]), (i != j));
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 80 Object[] sps = text.getSpans(0, text.length(), Object.class); local
81 if (sps != null) {
82 for (int i=sps.length-1; i>=0; i--) {
83 Object o = sps[i];
97 final Object[] sps = text.getSpans(start, end, Object.class); local
98 if (sps != null) {
99 for (int i=sps.length-1; i>=0; i--) {
100 final Object o = sps[i];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 110 struct pipe_surface *sps);

Completed in 851 milliseconds

1 2 3