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

1 2

  /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_storage.c 65 static u32 CheckPps(picParamSet_t *pps, seqParamSet_t *sps);
108 Store sequence parameter set into the storage. If active SPS is
142 if (pStorage->sps[id] == NULL)
144 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
145 if (pStorage->sps[id] == NULL)
148 /* sequence parameter set with id equal to id of active sps */
154 * re-activation. Memories allocated for old sps freed
155 * otherwise free memeries allocated for just decoded sps and
159 FREE(pStorage->sps[id]->offsetForRefFrame);
160 FREE(pStorage->sps[id]->vuiParameters)
636 seqParamSet_t *sps; local
    [all...]
h264bsd_pic_order_cnt.h 64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
h264bsd_storage.h 82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS]; member in struct:__anon19561
h264bsd_decoder.c 204 /* Discard unspecified, reserved, SPS extension and auxiliary picture slices */
207 DEBUG(("DISCARDED NAL (UNSPECIFIED, REGISTERED, SPS ext or AUX slice)\n"));
350 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]);
722 Check if any valid parameter set combinations (SPS/PPS) exists.
728 1 at least one valid SPS/PPS combination found
822 Get cropping parameters of the active SPS
    [all...]
  /frameworks/av/services/audioflinger/
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/valgrind/main/coregrind/
pub_core_stacktrace.h 49 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
55 /*OUT*/Addr* sps, /*OUT*/Addr* fps,