Searched refs:sps (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_pic_order_cnt.c56 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, argument
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
[all...]
H A Dh264bsd_pic_order_cnt.h64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
H A Dh264bsd_storage.c69 static u32 CheckPps(picParamSet_t *pps, seqParamSet_t *sps);
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);
181 FREE(pStorage->sps[i
654 seqParamSet_t *sps; local
812 CheckPps(picParamSet_t *pps, seqParamSet_t *sps) argument
[all...]
H A Dh264bsd_storage.h82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS]; member in struct:__anon694
H A Dh264bsd_decoder.c350 oldSPS = pStorage->sps[pStorage->oldSpsId];
546 if (pStorage->sps[i])
548 FREE(pStorage->sps[i]->offsetForRefFrame);
549 FREE(pStorage->sps[i]->vuiParameters);
550 FREE(pStorage->sps[i]);
/frameworks/av/media/utils/
H A DSchedulingPolicyService.cpp37 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);
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java80 Object[] sps = text.getSpans(0, text.length(), Object.class);
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);
98 if (sps != null) {
99 for (int i=sps.length-1; i>=0; i--) {
100 final Object o = sps[i];
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java194 List<HomeSP> sps = buildSPs(moTree);
195 if (sps != null) {
196 for (HomeSP sp : sps) {
203 return sps;
408 List<HomeSP> sps = buildSPs(moTree);
409 if (sps != null) {
410 for (HomeSP sp : sps) {
490 private static String fqdnList(Collection<HomeSP> sps) { argument
493 for (HomeSP sp : sps) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp266 const sp<ABuffer> &sps = mCSD.itemAt(0); local
267 CHECK(!memcmp("\x00\x00\x00\x01", sps->data(), 4));
268 CHECK_GE(sps->size(), 7u);
270 memcpy(&data[2], sps->data() + 4, 3);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java191 List<HomeSP> sps = buildSPs(moTree);
192 if (sps != null) {
193 for (HomeSP sp : sps) {
201 return sps;

Completed in 5467 milliseconds