Searched refs:angles (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/audio/effect/7.0/ |
D | IVirtualizerEffect.hal | 53 * Horizontal speaker position angles for each channel ordered from LSb 57 * All angles are expressed in degrees and are relative to the listener. 64 * Vertical speaker position angles for each channel ordered from LSb 68 * All angles are expressed in degrees and are relative to the listener. 76 * Retrieves virtual speaker angles for the given channel mask on the
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | euler_angles.inl | 281 tvec3<T, P> const & angles argument 284 return tmat3x3<T, P>(yawPitchRoll(angles.z, angles.x, angles.y)); 290 tvec3<T, P> const & angles argument 293 return yawPitchRoll(angles.z, angles.x, angles.y);
|
D | euler_angles.hpp | 125 GLM_FUNC_DECL tmat3x3<T, P> orientate3(tvec3<T, P> const & angles); 130 GLM_FUNC_DECL tmat4x4<T, P> orientate4(tvec3<T, P> const & angles);
|
D | matrix_decompose.inl | 136 // easier to recompose with) or Euler angles (rx, ry, rz), which
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssAntennaInfoCallback.hal | 75 * spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows). 77 * The columns (inner vectors) represent fixed zenith angles, beginning at 0 79 * spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1). 109 * spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows). 111 * The columns (inner vectors) represent fixed zenith angles, beginning at 0 113 * spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1).
|
/hardware/interfaces/audio/aidl/default/virtualizer/ |
D | VirtualizerSw.cpp | 173 std::vector<Virtualizer::ChannelAngle> angles; in getSpeakerAngles() local 176 angles = {{.channel = (int32_t)AudioChannelLayout::CHANNEL_FRONT_LEFT, in getSpeakerAngles() 180 angles = {{.channel = (int32_t)AudioChannelLayout::CHANNEL_FRONT_LEFT, in getSpeakerAngles() 191 Virtualizer param = Virtualizer::make<Virtualizer::speakerAngles>(angles); in getSpeakerAngles()
|
/hardware/interfaces/audio/effect/6.0/ |
D | IVirtualizerEffect.hal | 52 // all angles are expressed in degrees and 61 * Retrieves virtual speaker angles for the given channel mask on the
|
/hardware/interfaces/audio/effect/4.0/ |
D | IVirtualizerEffect.hal | 52 // all angles are expressed in degrees and 61 * Retrieves virtual speaker angles for the given channel mask on the
|
/hardware/interfaces/audio/effect/5.0/ |
D | IVirtualizerEffect.hal | 52 // all angles are expressed in degrees and 61 * Retrieves virtual speaker angles for the given channel mask on the
|
/hardware/interfaces/audio/effect/2.0/ |
D | IVirtualizerEffect.hal | 51 // all angles are expressed in degrees and 60 * Retrieves virtual speaker angles for the given channel mask on the
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 155 * All values are angles in degrees.
|