Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/gnss/1.0/
Dtypes.hal54 /** GpsLocation has valid horizontal accuracy. */
87 * Represents expected horizontal position accuracy, radial, in meters
DIGnssDebug.hal69 /** Represents horizontal speed in meters per second. */
74 * Estimated horizontal accuracy of position expressed in meters,
/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h196 virtual bool SetChromaSampFactor(unsigned int horizontal, unsigned int vertical) = 0;
483 virtual bool SetChromaSampFactor(unsigned int __unused horizontal, in SetChromaSampFactor() argument
625 virtual bool SetChromaSampFactor(unsigned int horizontal, unsigned int vertical);
/hardware/interfaces/audio/effect/6.0/
DIVirtualizerEffect.hal57 int16_t elevation; // 0 is the horizontal plane
/hardware/interfaces/audio/effect/2.0/
DIVirtualizerEffect.hal56 int16_t elevation; // 0 is the horizontal plane
/hardware/interfaces/audio/effect/4.0/
DIVirtualizerEffect.hal57 int16_t elevation; // 0 is the horizontal plane
/hardware/interfaces/audio/effect/5.0/
DIVirtualizerEffect.hal57 int16_t elevation; // 0 is the horizontal plane
/hardware/interfaces/audio/effect/7.0/
DIVirtualizerEffect.hal69 * - 0 is the horizontal plane of the listener;
/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp83 bool CHWJpegV4L2Compressor::SetChromaSampFactor(unsigned int horizontal, unsigned int vertical) { in SetChromaSampFactor() argument
85 switch ((horizontal << 4) | vertical) { in SetChromaSampFactor()
103 ALOGE("Unsupported chroma subsampling %ux%u", horizontal, vertical); in SetChromaSampFactor()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc414 The number of horizontal and vertical subdivisions must be equal,
416 of the horizontal and vertical phase counts.
419 two vertical phases and two horizontal phases, and that the weight texture
446 are stored as layers in the 2D array, in horizontal phase major
474 // Let horizontal weights have a weightIndex of [0, filterSize.width - 1]
476 // Let phaseCount be the number of phases in either the vertical or horizontal direction.
DVK_KHR_fragment_shading_rate.adoc132 Valid rate combinations must not include more than 1 horizontal and 1
134 If no horizontal rate flags are set, it indicates a fragment shader covers one
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal95 * Represents the horizontal uncertainty (63% to 68% confidence) in meters on the device
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc779 shared across both G values and thus recorded at half the horizontal
792 shared across both G values and thus recorded at half the horizontal
803 The horizontal and vertical dimensions of the R and B planes are halved
819 The horizontal and vertical dimensions of the BR plane are halved
833 The horizontal dimension of the R and B plane is halved relative to the
847 The horizontal dimension of the BR plane is halved relative to the image
885 shared across both G values and thus recorded at half the horizontal
901 shared across both G values and thus recorded at half the horizontal
918 The horizontal and vertical dimensions of the R and B planes are halved
936 The horizontal and vertical dimensions of the BR plane are halved
[all …]
Dtessellation.adoc174 the relative horizontal and vertical position of the vertex relative to the
423 = 1# (vertical) and [eq]#v = 0# and [eq]#v = 1# (horizontal) edges are
454 set of vertical and horizontal lines that divide the rectangle into a grid
478 Dotted lines depict the horizontal and vertical edges connecting
516 horizontal line segments is drawn.
Dtextures.adoc3331 For separable filers, a 1D image view can be used to specity the horizontal
3354 The layers are stored in horizontal phase major order.
3370 horizontal and vertical filters.
3377 The horizontal weights are specified in slice '0' and the vertical weights
3380 the of the horizontal and vertical filters.
3386 The horizontal weights are stored in layer 0 and the vertical weights in
3395 // Let horizontal weights have a weightIndex of [0, filterSize.width - 1]
3397 // Let phaseCount be the number of phases in either the vertical or horizontal direction.
3429 * The number of phases in the horizontal direction
3539 latexmath:[(k_{packed},l_{packed})], and used to select horizontal weight
[all …]
Drenderpass.adoc1114 pname:width member of the returned slink:VkExtent2D (the horizontal
1120 of the horizontal granularity or pname:offset.x+pname:extent.width is
6651 pname:width member of the returned slink:VkExtent2D (the horizontal
6657 of the horizontal granularity or pname:offset.x+pname:extent.width is
Dprimsrast.adoc891 * pname:x is the horizontal coordinate of the sample's location.
3531 then linearly interpolates data across each horizontal span from edge to
Dinterfaces.adoc3801 fragment shading rate value of 0, indicating a horizontal and vertical rate
/hardware/interfaces/input/common/1.0/
Dtypes.hal33 * - For a trackball, reports the relative horizontal displacement of the trackball.
162 * - For a mouse, reports the relative movement of the horizontal scroll wheel.
285 * vertical or horizontal. The movement of a rotating scroller is an example of this.
507 * The motion event contains relative vertical and/or horizontal scroll offsets.
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal106 * - a horizontal stride multiple of 16 pixels
345 * - a horizontal stride multiple of 16 pixels
369 * - a horizontal stride multiple of 16 pixels
395 * - a horizontal stride multiple of 16 pixels
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_swapchain.adoc260 vertical and horizontal mirroring simultaneously? Relatedly, should
275 that includes both "`no mirroring`" and "`horizontal mirroring`"
281 horizontal and vertical mirror transform? However, such a transform is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs5937 // either a vertical or horizontal list. In KaTeX, at least for now, it's
5938 // static space between elements in a horizontal layout.
9141 // Add horizontal padding
11621 …nment], [inner, fix], options); // At this point, we have correctly set horizontal alignment of the
11637 }, options); // Get the horizontal spacing correct relative to adjacent items.