Home
last modified time | relevance | path

Searched defs:converter (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java223 PointFToIntArray converter = new PointFToIntArray(); in ofMultiInt() local
244 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt()
266 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt()
341 PointFToFloatArray converter = new PointFToFloatArray(); in ofMultiFloat() local
361 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat()
383 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat()
425 TypeConverter<PointF, ?> converter, Path path) { in ofObject()
473 TypeConverter<T, V> converter, TypeEvaluator<T> evaluator, T... values) { in ofObject()
498 TypeConverter<PointF, V> converter, Path path) { in ofObject()
656 public void setConverter(TypeConverter converter) { in setConverter()
[all …]
DBidirectionalTypeConverter.java58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
DObjectAnimator.java352 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt()
548 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat()
599 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject()
649 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject()
676 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
/frameworks/av/media/libstagefright/wifi-display/source/
DPlaybackSession.cpp132 const sp<Converter> &converter) in Track()
173 const sp<Converter> &WifiDisplaySource::PlaybackSession::Track::converter() const { in converter() function in android::WifiDisplaySource::PlaybackSession::Track
516 const sp<Converter> &converter = in onMessageReceived() local
562 sp<Converter> converter = videoTrack->converter(); in onMessageReceived() local
677 sp<Converter> converter = videoTrack->converter(); in onSinkFeedback() local
961 sp<Converter> converter = new Converter(notify, codecLooper, format); in addSource() local
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DBassBoostTest.java210 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DPresetReverbTest.java236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DVirtualizerTest.java207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DEqualizerTest.java342 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
348 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java1499 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
1506 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
1517 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
1524 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
/frameworks/base/libs/common_time/
Dcommon_time_server_packets.cpp40 #define SERIALIZE_FIELD(field_name, type, converter) \ argument
51 #define DESERIALIZE_FIELD(field_name, type, converter) \ argument
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1294 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
1304 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
1321 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
1331 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
/frameworks/base/cmds/media/src/com/android/commands/media/
DMedia.java251 InputStreamReader converter = new InputStreamReader(System.in); in run() local
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp293 ColorConverter converter( in extractVideoFrameWithCodecFlags() local
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
Djni_stochastic_linear_ranker.cpp244 std::stringstream converter; in ConvertFloat2String() local
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java1299 final InputStreamReader converter = new InputStreamReader( in waitControllerLocked() local
1399 InputStreamReader converter = new InputStreamReader(System.in); in run() local
/frameworks/base/core/java/android/text/
DHtml.java133 HtmlToSpannedConverter converter = in fromHtml() local