/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | adaptive_smooth_no_mmx.cpp | 275 *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()
|
D | deringing_chroma.cpp | 79 *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()
|
D | post_proc.h | 37 #define INDEX(x,thr) (((x)>=(thr))?1:0) macro
|
/frameworks/base/startop/scripts/trace_analyzer/ |
D | queries_find_sched_switch_unblocked.sql | 89 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 (
|
D | queries_all.sql | 35 CREATE INDEX "tracing_mark_write_split_array_id" ON tracing_mark_write_split_array (
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 301 .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()
|
D | AudioDeviceInventory.java | 303 .set(MediaMetrics.Property.INDEX, a2dpVolume) in onSetA2dpSinkConnectionState() 456 .set(MediaMetrics.Property.INDEX, a2dpVolume) in onBluetoothA2dpActiveDeviceChange()
|
D | AudioDeviceBroker.java | 338 .set(MediaMetrics.Property.INDEX, a2dpVolume) in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
|
D | AudioService.java | 5556 .set(MediaMetrics.Property.INDEX, value)
|
/frameworks/wilhelm/tests/sandbox/ |
D | intbufq.c | 39 #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/ |
D | EventHistoryImpl.java | 323 long indexToken = protoOutputStream.start(TypedPeopleEventIndexProto.INDEX); 350 case (int) TypedPeopleEventIndexProto.INDEX: 352 TypedPeopleEventIndexProto.INDEX);
|
/frameworks/base/media/java/android/media/ |
D | MediaMetrics.java | 125 public static final Key<Integer> INDEX = createKey("index", Integer.class); field in MediaMetrics.Property
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 7733 proto.write(BatteryStatsServiceDumpHistoryProto.Key.INDEX, i); in dumpProtoHistoryLocked()
|
/frameworks/base/api/ |
D | current.txt | 10772 field public static final String EXTRA_INDEX = "android.intent.extra.INDEX";
|