/frameworks/av/media/libmedia/include/media/ |
AVSyncSettings.h | 50 float mTolerance; 54 mTolerance(.044f) { }
|
/frameworks/base/media/java/android/media/ |
SyncParams.java | 168 private float mTolerance = 0.f; 241 mTolerance = tolerance; 257 return mTolerance;
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
SamplePointVerifier.java | 34 protected final int mTolerance; 43 mTolerance = tolerance; 75 return CompareUtils.verifyPixelWithThreshold(color, expectedColor, mTolerance);
|
/frameworks/base/media/jni/ |
android_media_SyncParams.cpp | 38 tolerance = env->GetFieldID(clazz, "mTolerance", "F"); 62 sync.mTolerance = env->GetFloatField(params, fields.tolerance); 79 env->SetFloatField(params, fields.tolerance, (jfloat)sync.mTolerance);
|
android_media_MediaSync.cpp | 401 scs.toleranceSet, scs.sync.mTolerance, 417 avsync.mTolerance = scs.sync.mTolerance; 452 scs.sync.mSource, scs.sync.mAudioAdjustMode, scs.sync.mTolerance, scs.frameRate); 457 || scs.sync.mTolerance < 0.f 458 || scs.sync.mTolerance >= AVSYNC_TOLERANCE_MAX) {
|
android_media_MediaPlayer.cpp | 589 scp.toleranceSet, scp.sync.mTolerance, 606 avsync.mTolerance = scp.sync.mTolerance; 637 scp.sync.mSource, scp.sync.mAudioAdjustMode, scp.sync.mTolerance, scp.frameRate); 642 || scp.sync.mTolerance < 0.f 643 || scp.sync.mTolerance >= AVSYNC_TOLERANCE_MAX) { [all...] |
android_media_MediaPlayer2.cpp | 696 scp.toleranceSet, scp.sync.mTolerance, 713 avsync.mTolerance = scp.sync.mTolerance; 744 scp.sync.mSource, scp.sync.mAudioAdjustMode, scp.sync.mTolerance, scp.frameRate); 749 || scp.sync.mTolerance < 0.f 750 || scp.sync.mTolerance >= AVSYNC_TOLERANCE_MAX) { [all...] |
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
NetworkUsageStatsTest.java | 268 private long mTolerance; 275 mTolerance = tolerance; 285 mStartTime = System.currentTimeMillis() - mTolerance; 288 mEndTime = System.currentTimeMillis() + mTolerance; [all...] |
/frameworks/av/media/libaaudio/examples/loopback/src/ |
LoopbackAnalyzer.h | 769 if (fabs(diff) > mTolerance) { 873 double mTolerance = 0.01;
|
/frameworks/av/media/libstagefright/ |
MediaSync.cpp | 391 || syncSettings.mTolerance < 0.f 392 || syncSettings.mTolerance >= AVSYNC_TOLERANCE_MAX) {
|
Utils.cpp | [all...] |
/frameworks/av/media/libmedia/ |
IMediaPlayer.cpp | 269 data.writeFloat(sync.mTolerance); 285 settings.mTolerance = reply.readFloat(); 764 sync.mTolerance = data.readFloat(); 778 reply->writeFloat(sync.mTolerance); [all...] |
mediaplayer.cpp | 462 sync.mSource, sync.mAudioAdjustMode, sync.mTolerance, videoFpsHint); [all...] |
/frameworks/av/media/libmediaplayer2/ |
mediaplayer2.cpp | 918 sync.mSource, sync.mAudioAdjustMode, sync.mTolerance, videoFpsHint); 933 sync->mSource, sync->mAudioAdjustMode, sync->mTolerance, *videoFps); [all...] |
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | [all...] |