Home
last modified time | relevance | path

Searched defs:float (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerFactory.h32 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
36 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
42 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
46 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
DMediaPlayerFactory.cpp204 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
210 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
225 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/, in scoreFactory() argument
/frameworks/av/media/libeffects/hapticgenerator/
DEffectHapticGenerator.cpp167 std::vector<std::function<void(float *, const float *, size_t)>> &processingChain, in addBiquadFilter()
188 std::vector<std::function<void(float*, const float*, size_t)>>& processingChain, in HapticGenerator_buildProcessingChain()
383 const std::vector<std::function<void(float*, const float*, size_t)>>& processingChain, in HapticGenerator_runProcessingChain()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlocals.rs19 float f; field
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyTestClient.h57 float /*volume*/, in setStreamVolume() argument
65 status_t setVoiceVolume(float /*volume*/, int /*delayMs*/) override { return NO_INIT; } in setVoiceVolume() argument
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dfield_of_view.h72 const Eigen::AffineMatrix<float, 4>& m) { in FromProjectionMatrix()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp742 float /*requestedRefreshRate*/, in createDisplay() argument
981 const gui::Color& /*spotColor*/, float /*lightPosY*/, in setGlobalShadowSettings() argument
992 binder::Status setOverrideFrameRate(int32_t /*uid*/, float /*frameRate*/) override { in setOverrideFrameRate() argument
997 const std::vector<float>& /*thresholds*/) { in updateSmallAreaDetection()
1001 binder::Status setSmallAreaDetectionThreshold(int32_t /*uid*/, float /*threshold*/) { in setSmallAreaDetectionThreshold() argument
/frameworks/av/include/media/
DMediaPlayerInterface.h223 virtual status_t setSyncSettings(const AVSyncSettings& sync, float /* videoFps */) { in setSyncSettings() argument
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h223 virtual status_t setSyncSettings(const AVSyncSettings& sync, float /* videoFps */) { in setSyncSettings() argument
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1046 const std::array<float, 6>& distortion, in undistort()
1074 const std::array<float, 6>& distortion, in unDistortWithinPreCorrArray()
1089 const std::array<float, 6>& distortion, in boxWithinPrecorrectionArray()
1139 const std::array<float, 6>& distortion, in scaledBoxWithinPrecorrectionArray()
1155 const std::array<float, 6>& distortion, in findPostCorrectionScale()
1179 /*inout*/std::array<float, 6>& distortion, in normalizeLensDistortion()
/frameworks/native/opengl/tools/glgen/src/
DJType.java33 typeMapping.put(new CType("GLclampf"), new JType("float")); in typeMapping.put()
36 typeMapping.put(new CType("GLfloat"), new JType("float")); in typeMapping.put()
128 arrayTypeMapping.put(new CType("GLfloat", false, true), new JType("float", false, true)); in arrayTypeMapping.put()
129 arrayTypeMapping.put(new CType("GLfloat", true, true), new JType("float", false, true)); in arrayTypeMapping.put()
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp149 ndk::ScopedAStatus getMasterVolume(float*) override { return ndk::ScopedAStatus::ok(); } in getMasterVolume() argument
150 ndk::ScopedAStatus setMasterVolume(float) override { return ndk::ScopedAStatus::ok(); } in setMasterVolume() argument
/frameworks/native/libs/input/
DInput.cpp701 void MotionEvent::transform(const std::array<float, 9>& matrix) { in transform()
709 void MotionEvent::applyTransform(const std::array<float, 9>& matrix) { in applyTransform()
DVelocityTracker.cpp476 std::array<float, VelocityTracker::Estimator::MAX_DEGREE + 1>& outB, in solveLeastSquares()
/frameworks/native/libs/ui/
DTransform.cpp220 void Transform::set(const std::array<float, 9>& matrix) { in set()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dencoding.h604 inline constexpr EncodingType EncodeType(const float& /*value*/) { in EncodeType()
/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp634 TEST(SerializationTest, float) { in TEST() argument
1826 TEST(DeserializationTest, float) { in TEST() argument
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp605 static void setRotationMatrix(std::array<float, 9>& matrix, float angle) { in setRotationMatrix()
DVelocityTracker_test.cpp293 const std::array<float, 3>& coefficients) { in computeAndCheckQuadraticEstimate()
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp880 std::vector<std::pair<float, float>>& suppressedPointers) in TestFilter()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp1170 Error HidlComposer::setDisplayBrightness(Display display, float brightness, float, in setDisplayBrightness() argument
1385 Error HidlComposer::setLayerBrightness(Display, Layer, float) { in setLayerBrightness() argument
/frameworks/native/libs/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.cpp1206 hidl_array<float, 16> const& transformMatrix) { in getLastQueuedBuffer()
/frameworks/native/libs/gui/
DSurface.cpp2568 [[deprecated]] status_t Surface::setFrameRate(float /*frameRate*/, int8_t /*compatibility*/, in setFrameRate() argument
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp3038 [](vec3 color, float) { in TEST_P() argument