Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dadaptive_smooth_no_mmx.cpp275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
310 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX()
311 INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
370 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX()
371 INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
378 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX()
379 INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
388 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX()
389 INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
Dderinging_chroma.cpp79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
145 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
152 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
161 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
Dpost_proc.h37 #define INDEX(x,thr) (((x)>=(thr))?1:0) macro
/frameworks/base/startop/scripts/trace_analyzer/
Dqueries_find_sched_switch_unblocked.sql89 DROP INDEX IF EXISTS "blocking_durations_block_timestamp";
91 CREATE INDEX "blocking_durations_block_timestamp" ON blocking_durations (
95 DROP INDEX IF EXISTS "blocking_durations_unblock_timestamp";
97 CREATE INDEX "blocking_durations_unblock_timestamp" ON blocking_durations (
Dqueries_all.sql35 CREATE INDEX "tracing_mark_write_split_array_id" ON tracing_mark_write_split_array (
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java301 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
310 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
316 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
322 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
332 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
345 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
DAudioDeviceInventory.java303 .set(MediaMetrics.Property.INDEX, a2dpVolume) in onSetA2dpSinkConnectionState()
456 .set(MediaMetrics.Property.INDEX, a2dpVolume) in onBluetoothA2dpActiveDeviceChange()
DAudioDeviceBroker.java338 .set(MediaMetrics.Property.INDEX, a2dpVolume) in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
DAudioService.java5556 .set(MediaMetrics.Property.INDEX, value)
/frameworks/wilhelm/tests/sandbox/
Dintbufq.c39 #define INDEX index macro
45 #define INDEX playIndex macro
238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX); in main()
/frameworks/base/services/people/java/com/android/server/people/data/
DEventHistoryImpl.java323 long indexToken = protoOutputStream.start(TypedPeopleEventIndexProto.INDEX);
350 case (int) TypedPeopleEventIndexProto.INDEX:
352 TypedPeopleEventIndexProto.INDEX);
/frameworks/base/media/java/android/media/
DMediaMetrics.java125 public static final Key<Integer> INDEX = createKey("index", Integer.class); field in MediaMetrics.Property
/frameworks/base/core/java/android/os/
DBatteryStats.java7733 proto.write(BatteryStatsServiceDumpHistoryProto.Key.INDEX, i); in dumpProtoHistoryLocked()
/frameworks/base/api/
Dcurrent.txt10772 field public static final String EXTRA_INDEX = "android.intent.extra.INDEX";