Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 236) sorted by relevance

12345678910

/hardware/interfaces/automotive/vehicle/aidl/impl/
DREADME.md1 # AIDL VHAL libraries and reference implementation.
5 This directory also stores a reference fake implementation for AIDL VHAL.
9 Stores the default vehicle property configurations for reference vehicle HAL.
16 Contains libraries used specifically for the fake reference VHAL implementation.
30 vehicle-specific logic if they want to follow our reference VHAL design.
45 implementations (including reference VHAL). Vendor VHAL implementation could
50 which is the reference VHAL implementation. It implements `IVehicle.aidl`
55 hardware. As a result, the reference implementation can run on emulator or
58 Vendor must not directly use the reference implementation for a real vehicle.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_hdr_metadata.adoc10 better reproduce colors as seen on the reference monitor.
47 reference monitor's red primary in chromaticity coordinates
49 the reference monitor's green primary in chromaticity coordinates
51 the reference monitor's blue primary in chromaticity coordinates
53 reference monitor's white-point in chromaticity coordinates
54 * pname:maxLuminance is the maximum luminance of the reference monitor in
56 * pname:minLuminance is the minimum luminance of the reference monitor in
82 for real colors for the reference monitor.
Dvideo_decode_extensions.adoc10 buffer and zero or more reference pictures, and produce a _decode output
32 corresponding to the list of <<decode-active-reference-picture-info,
33 active reference pictures>> with access
57 <<reference-picture,reference picture>>, then it must: be in the
66 will have an <<dpb-slot-states,invalid picture reference>>.
77 <<decode-active-reference-picture-info,active reference pictures>> and
114 applying any prediction data read from the <<active-reference-pictures,
115 active reference pictures>> in the process;
125 <<bound-reference-picture-resources,bound reference picture resource>>.
220 [[decode-active-reference-picture-info]]
[all …]
Dvideo_decode_h264_extensions.adoc35 <<decode-h264-reference-info,H.264 reference information>>
37 picture>> and any <<active-reference-pictures,active reference
43 corresponding to the used <<decode-h264-active-reference-picture-info,
44 active reference pictures>>, <<decode-h264-output-picture-info,decode
53 associated with the <<active-reference-pictures,active reference pictures>>
88 <<reference-picture,reference picture>>, or
131 image subresource <<video-image-subresource-reference,referred>> to by
138 image subresource <<video-image-subresource-reference,referred>> to by
145 <<video-image-subresource-reference,referred>> to by the corresponding
529 <<decode-h264-reference-info,H.264 reference information>>.
[all …]
Dvideo_decode_h265_extensions.adoc38 <<decode-h265-reference-info,H.265 reference information>>
40 picture>> and any <<active-reference-pictures,active reference
46 corresponding to the used <<decode-h265-active-reference-picture-info,
47 active reference pictures>>, <<decode-h265-output-picture-info,decode
56 associated with the <<active-reference-pictures,active reference pictures>>
88 <<reference-picture,reference picture>>, or
100 <<video-image-subresource-reference,referred>> to by the corresponding
105 <<video-image-subresource-reference, referred>> to by the corresponding
115 <<video-image-subresource-reference,referred>> to by the corresponding
577 <<decode-active-reference-picture-info,active reference picture>> using
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NVX_binary_import.adoc39 specification and reference pages.
48 specification and reference pages.
57 specification and reference pages.
68 specification and reference pages.
79 specification and reference pages.
90 specification and reference pages.
101 specification and reference pages.
112 specification and reference pages.
123 specification and reference pages.
134 specification and reference pages.
DVK_EXT_hdr_metadata.adoc22 of the reference monitor, which all together define the color volume
23 containing all the possible colors the reference monitor can produce.
24 The reference monitor is the display where creative work is done and
28 display pipeline to know the color volume of the original reference monitor
31 displayable on the original reference monitor.
DVK_VALVE_descriptor_set_host_mapping.adoc50 specification and reference pages.
61 specification and reference pages.
72 specification and reference pages.
83 specification and reference pages.
94 specification and reference pages.
DVK_QCOM_image_processing2.adoc68 samler2D reference,
82 reference,
113 samler2D reference,
120 reference,
DVK_KHR_external_memory_fd.adoc19 An application may wish to reference device memory in multiple Vulkan
39 remove its reference to the underlying memory resource associated with it.
DVK_SEC_amigo_profiling.adoc55 specification and reference pages.
66 specification and reference pages.
/hardware/interfaces/automotive/vehicle/
DREADME.md4 This directory stores the VHAL interface definition and VHAL reference
9 HIDL based VHAL interface and reference implementation.
13 AIDL based VHAL interfadce and reference implementation.
/hardware/interfaces/camera/metadata/3.6/
Dtypes.hal35 * <p>Partial documentation is included for each tag; for complete documentation, reference
45 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
58 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
68 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
95 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
106 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
117 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
128 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
146 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
182 …* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#SE…
[all …]
/hardware/ril/reference-ril/
DAndroid.mk9 reference-ril.c \
53 LOCAL_MODULE:= reference-ril
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/
DREADME.md1 # Fake reference AIDL VHAL implementation libraries
4 This directory stores libraries for implementing a fake reference AIDL VHAL.
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h87 using reference = T&; variable
108 reference front() { return *begin(); } in front()
110 reference back() { return *(end() - 1); } in back()
113 reference operator[](size_t i) { return *(begin() + i); }
275 using reference = typename base::reference; variable
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h87 using reference = T&; variable
108 reference front() { return *begin(); } in front()
110 reference back() { return *(end() - 1); } in back()
113 reference operator[](size_t i) { return *(begin() + i); }
275 using reference = typename base::reference; variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc103 …ECODE_DPB_BIT_KHR` allows using the image as a decode DPB picture (reconstructed/reference picture)
159 …` members specify the decode output picture, reconstructed picture, and reference pictures, respec…
173 …ture, but unlike the latter, the reconstructed picture can be used as a reference picture in futur…
175reference pictures to the DPB, and change the association between DPB slot indices and video pictu…
191 * One or more images that will contain the reference pictures associated with the DPB.
202 …cture needs to be specified (as the picture is expected to be used as a reference picture later on…
212reference, it can manually copy the decoded picture stored in the DPB image to the otherwise unuse…
219 If the video session allows, reference pictures can be specified in the `pReferenceSlots` array to …
221 …ified in the element's `pPictureResource` member, to the list of active reference pictures to use …
223 …ideo picture resource used as a reference picture in a video decode operation, beforehand, in the …
[all …]
DVK_AMD_shader_early_and_late_fragment_tests.adoc71 In order to allow for stencil reference writes with this new execution mode, similar stencil refere…
88 … built in-decorated value written by the shader is equal to the stencil reference value set for th…
96 …ted value written by the shader is greater than or equal to the stencil reference value set for th…
104 …orated value written by the shader is less than or equal to the stencil reference value set for t…
112 … built in-decorated value written by the shader is equal to the stencil reference value set for th…
120 …ted value written by the shader is greater than or equal to the stencil reference value set for th…
128 …orated value written by the shader is less than or equal to the stencil reference value set for th…
183 …If a stencil reference value is written via `SV_StencilRef`, one of `stencil_ref_unchanged_front`,…
188 …written to `SV_StencilRef` will be greater than or equal to the stencil reference value set by the…
190 …ef written to `SV_StencilRef` will be less than or equal to the stencil reference value set by the…
[all …]
DVK_KHR_video_decode_h264.adoc25 …* APIs allowing to specify H.264 reference picture information specific to the active reference pi…
182 Picture information specific to H.264 for the active reference pictures and the optional reconstruc…
193 `pStdReferenceInfo` points to the codec-specific reference picture parameters defined in the `vulka…
195 Specific flags within the codec-specific reference picture parameters are used to determined whethe…
202 | 1 | 1 | both fields (for active reference pictures only)
205reference pictures provided in `VkVideoDecodeInfo::pReferenceSlots` and is needed to allow the app…
355 === Record H.264 decode operation (without reconstructed picture setup or reference pictures)
392 // parse and populate reconstructed reference picture info from slice header data
420 === Record H.264 decode operation with reference picture list
427 // populate reference picture info for each active reference picture
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dscid.adoc12 reference safety critical change justifications intended to give the reader
16 The SCID tags reference the Change Justification Table in the Introduction.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DREADME.adoc22 BUILD.adoc Documents how to build the specifications and reference pages
36 scripts/ Helper scripts used in specification, header, and reference page generation
57 specification and reference page documents are generated from descriptions
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_gentype.hpp44 typedef TYPE<VALTYPE> & reference; typedef
/hardware/interfaces/automotive/vehicle/aidl/
DREADME.md4 This directory stores the AIDL VHAL interface and reference implementation.
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/
DREADME.md3 WARNING: This is not a reference VHAL implementation and does not contain

12345678910