HomeSort by relevance Sort by last modified time
    Searched defs:sps (Results 1 - 12 of 12) sorted by null

  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 31 sp<ISchedulingPolicyService> sps; local
34 sps = sSchedulingPolicyService;
36 if (sps != 0) {
41 sps = interface_cast<ISchedulingPolicyService>(binder);
43 sSchedulingPolicyService = sps;
49 return sps->requestPriority(pid, tid, prio);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
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_storage.h 82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS]; member in struct:__anon16737
  /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...]
  /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...]
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 77 Object[] sps = text.getSpans(0, text.length(), Object.class); local
78 if (sps != null) {
79 for (int i=sps.length-1; i>=0; i--) {
80 Object o = sps[i];
94 final Object[] sps = text.getSpans(start, end, Object.class); local
95 if (sps != null) {
96 for (int i=sps.length-1; i>=0; i--) {
97 final Object o = sps[i];
  /external/blktrace/btt/doc/
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}
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3110 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 617 unsigned char *sps; member in struct:VIDENC_COMPONENT_PRIVATE
  /external/mdnsresponder/mDNSCore/
mDNS.c 634 // For now, to make it easier to avoid false conflicts, we treat SPS Proxy records like shared records,
4829 const int sps = intf->NextSPSAttempt \/ 3; local
4987 int sps = (int)(question - intf->NetWakeResolve); local
5066 const CacheRecord *sps[3] = { mDNSNULL }; local
5290 int sps = (intf->NextSPSAttempt == 0) ? 0 : (intf->NextSPSAttempt-1)\/3; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 308 milliseconds