Home
last modified time | relevance | path

Searched full:bindings (Results 1 – 25 of 6143) sorted by relevance

12345678910>>...246

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/controls/
Dcodec.rs6 use crate::bindings;
7 use crate::bindings::v4l2_ctrl_fwht_params;
8 use crate::bindings::v4l2_ctrl_h264_decode_params;
9 use crate::bindings::v4l2_ctrl_h264_pps;
10 use crate::bindings::v4l2_ctrl_h264_pred_weights;
11 use crate::bindings::v4l2_ctrl_h264_scaling_matrix;
12 use crate::bindings::v4l2_ctrl_h264_slice_params;
13 use crate::bindings::v4l2_ctrl_h264_sps;
14 use crate::bindings::v4l2_ctrl_vp8_frame;
21 const INTERLACED = bindings::V4L2_FWHT_FL_IS_INTERLACED as u32;
[all …]
/aosp_15_r20/external/googleapis/
H A Dapi-index-v1.json59 "bindings": [ array
70 "bindings": [ array
81 "bindings": [ array
92 "bindings": [ array
103 "bindings": [ array
114 "bindings": [ array
125 "bindings": [ array
136 "bindings": [ array
147 "bindings": [ array
158 "bindings": [ array
[all …]
/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/
Dav1.rs7 use crate::bindings;
10 pub struct AV1SeqFields(bindings::_VADecPictureParameterBufferAV1__bindgen_ty_1);
34 bindings::_VADecPictureParameterBufferAV1__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
54 Self(bindings::_VADecPictureParameterBufferAV1__bindgen_ty_1 { in new()
55 fields: bindings::_VADecPictureParameterBufferAV1__bindgen_ty_1__bindgen_ty_1 { in new()
64 pub struct AV1SegmentInfoFields(bindings::_VASegmentationStructAV1__bindgen_ty_1);
70 bindings::_VASegmentationStructAV1__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
78 Self(bindings::_VASegmentationStructAV1__bindgen_ty_1 { in new()
79 bits: bindings::_VASegmentationStructAV1__bindgen_ty_1__bindgen_ty_1 { in new()
88 pub struct AV1Segmentation(bindings::VASegmentationStructAV1);
[all …]
Dhevc.rs7 use crate::bindings;
11 pub struct PictureHEVC(bindings::VAPictureHEVC);
15 pub fn new(picture_id: bindings::VASurfaceID, pic_order_cnt: i32, flags: u32) -> Self { in new()
16 Self(bindings::VAPictureHEVC { in new()
41 pub struct HevcPicFields(bindings::_VAPictureParameterBufferHEVC__bindgen_ty_1);
69 bindings::_VAPictureParameterBufferHEVC__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
93 Self(bindings::_VAPictureParameterBufferHEVC__bindgen_ty_1 { in new()
94 bits: bindings::_VAPictureParameterBufferHEVC__bindgen_ty_1__bindgen_ty_1 { in new()
102 pub fn inner(&mut self) -> &bindings::_VAPictureParameterBufferHEVC__bindgen_ty_1 { in inner()
108 pub struct HevcSliceParsingFields(bindings::_VAPictureParameterBufferHEVC__bindgen_ty_2);
[all …]
Denc_misc.rs7 use crate::bindings;
12 hdr: bindings::VAEncMiscParameterBuffer,
17 fn new(type_: bindings::VAEncMiscParameterType::Type, value: T) -> Self { in new()
19 hdr: bindings::_VAEncMiscParameterBuffer { in new()
27 fn new_boxed(type_: bindings::VAEncMiscParameterType::Type, value: T) -> Box<Self> { in new_boxed()
34 Box<MiscEncParamBuffer<bindings::VAEncMiscParameterFrameRate>>,
40 bindings::_VAEncMiscParameterFrameRate__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
46 bindings::VAEncMiscParameterType::VAEncMiscParameterTypeFrameRate, in new()
47 bindings::_VAEncMiscParameterFrameRate { in new()
49 framerate_flags: bindings::_VAEncMiscParameterFrameRate__bindgen_ty_1 { in new()
[all …]
Dh264.rs7 use crate::bindings;
10 pub struct PictureH264(bindings::VAPictureH264);
15 picture_id: bindings::VASurfaceID, in new()
21 Self(bindings::VAPictureH264 { in new()
33 pub struct H264SeqFields(bindings::_VAPictureParameterBufferH264__bindgen_ty_1);
52 bindings::_VAPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
66 Self(bindings::_VAPictureParameterBufferH264__bindgen_ty_1 { in new()
67 bits: bindings::_VAPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1 { in new()
76 pub fn inner(&mut self) -> &bindings::_VAPictureParameterBufferH264__bindgen_ty_1 { in inner()
82 pub struct H264PicFields(bindings::_VAPictureParameterBufferH264__bindgen_ty_2);
[all …]
Dvp8.rs7 use crate::bindings;
10 pub struct VP8PicFields(bindings::_VAPictureParameterBufferVP8__bindgen_ty_1);
31 bindings::_VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
47 Self(bindings::_VAPictureParameterBufferVP8__bindgen_ty_1 { in new()
48 bits: bindings::_VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1 { in new()
57 pub fn inner(&self) -> &bindings::_VAPictureParameterBufferVP8__bindgen_ty_1 { in inner()
63 pub struct BoolCoderContextVPX(bindings::VABoolCoderContextVPX);
68 Self(bindings::VABoolCoderContextVPX { in new()
77 pub struct PictureParameterBufferVP8(Box<bindings::VAPictureParameterBufferVP8>);
85 last_ref_frame: bindings::VASurfaceID, in new()
[all …]
Dvp9.rs7 use crate::bindings;
10 pub struct VP9PicFields(bindings::_VADecPictureParameterBufferVP9__bindgen_ty_1);
40 bindings::_VADecPictureParameterBufferVP9__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new()
65 Self(bindings::_VADecPictureParameterBufferVP9__bindgen_ty_1 { in new()
66 bits: bindings::_VADecPictureParameterBufferVP9__bindgen_ty_1__bindgen_ty_1 { in new()
74 pub fn inner(&mut self) -> &bindings::_VADecPictureParameterBufferVP9__bindgen_ty_1 { in inner()
80 pub struct PictureParameterBufferVP9(Box<bindings::VADecPictureParameterBufferVP9>);
88 reference_frames: [bindings::VASurfaceID; 8], in new()
103 Self(Box::new(bindings::VADecPictureParameterBufferVP9 {
122 pub(crate) fn inner_mut(&mut self) -> &mut bindings::VADecPictureParameterBufferVP9 { in inner_mut()
[all …]
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dbinding_set_unittest.cc10 #include "mojo/public/cpp/bindings/associated_binding_set.h"
11 #include "mojo/public/cpp/bindings/binding_set.h"
12 #include "mojo/public/cpp/bindings/strong_binding_set.h"
13 #include "mojo/public/cpp/bindings/tests/bindings_test_base.h"
14 #include "mojo/public/interfaces/bindings/tests/ping_service.mojom.h"
15 #include "mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom.h"
109 BindingSet<PingService, int> bindings; in TEST_P() local
111 bindings.AddBinding(&impl, MakeRequest(&ping_a), 1); in TEST_P()
112 bindings.AddBinding(&impl, MakeRequest(&ping_b), 2); in TEST_P()
115 impl.set_ping_handler(ExpectContext(&bindings, 1)); in TEST_P()
[all …]
/aosp_15_r20/external/google-fruit/include/fruit/impl/
H A Dcomponent.defn.h50 template <typename... Bindings>
51 inline Component<Params...>::Component(PartialComponent<Bindings...>&& partial_component) noexcept … in Component()
55 using Op = typename fruit::impl::meta::OpForComponent<Bindings...>::template ConvertTo<Comp>; in Component()
84 template <typename... Bindings>
86 …tialComponent<fruit::impl::Bind<AnnotatedI, AnnotatedC>, Bindings...> PartialComponent<Bindings...… in bind()
93 template <typename... Bindings>
95 inline PartialComponent<fruit::impl::RegisterConstructor<AnnotatedSignature>, Bindings...>
96 PartialComponent<Bindings...>::registerConstructor() { in registerConstructor()
103 template <typename... Bindings>
105 inline PartialComponent<fruit::impl::BindInstance<C, C>, Bindings...>
[all …]
/aosp_15_r20/external/crosvm/sandbox/src/
H A Dlib.rs18 #[cfg_attr(windows, path = "../bindings.rs")]
23 pub mod bindings; module
27 pub use bindings::IntegrityLevel;
28 pub use bindings::JobLevel;
29 pub use bindings::MitigationFlags;
30 pub use bindings::ResultCode;
31 pub use bindings::Semantics;
32 pub use bindings::SubSystem;
33 pub use bindings::TokenLevel;
34 use bindings::DWORD;
[all …]
/aosp_15_r20/external/rust/cros-libva/lib/src/
Dsurface.rs11 use crate::bindings;
34 fn add_attrs(&mut self, attrs: &mut Vec<bindings::VASurfaceAttrib>) -> Option<Box<dyn Any>>; in add_attrs()
40 Va = bindings::VA_SURFACE_ATTRIB_MEM_TYPE_VA,
41 V4L2 = bindings::VA_SURFACE_ATTRIB_MEM_TYPE_V4L2,
42 UserPtr = bindings::VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR,
43 DrmPrime2 = bindings::VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2,
49 fn add_attrs(&mut self, _: &mut Vec<bindings::VASurfaceAttrib>) -> Option<Box<dyn Any>> { in add_attrs()
61 impl private::Sealed for bindings::VASurfaceAttribExternalBuffers {}
62 impl SurfaceExternalDescriptor for bindings::VASurfaceAttribExternalBuffers {}
63 impl private::Sealed for bindings::VADRMPRIMESurfaceDescriptor {}
[all …]
/aosp_15_r20/external/sdk-platform-java/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/
H A DPolicy.java27 * A `Policy` is a collection of `bindings`. A `binding` binds one or more
41 * "bindings": [
68 * bindings:
138 * Any operation that affects conditional role bindings must specify version
174 * may specify a `condition` that determines how and when the `bindings` are
175 * applied. Each of the `bindings` must contain at least one principal.
176 * The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250
178 * counts towards these limits. For example, if the `bindings` grant 50
180 * principal, then you can add another 1,450 principals to the `bindings` in
184 * <code>repeated .google.iam.v1.Binding bindings = 4;</code>
[all …]
/aosp_15_r20/external/crosvm/media/libvda/src/
H A Dformat.rs11 use super::bindings;
25 pub fn to_raw_frame_plane(&self) -> bindings::video_frame_plane_t { in to_raw_frame_plane()
26 bindings::video_frame_plane_t { in to_raw_frame_plane()
58 H264ProfileBaseline = bindings::video_codec_profile_H264PROFILE_BASELINE,
59 H264ProfileMain = bindings::video_codec_profile_H264PROFILE_MAIN,
60 H264ProfileExtended = bindings::video_codec_profile_H264PROFILE_EXTENDED,
61 H264ProfileHigh = bindings::video_codec_profile_H264PROFILE_HIGH,
62 H264ProfileHigh10Profile = bindings::video_codec_profile_H264PROFILE_HIGH10PROFILE,
63 H264ProfileHigh422Profile = bindings::video_codec_profile_H264PROFILE_HIGH422PROFILE,
65 bindings::video_codec_profile_H264PROFILE_HIGH444PREDICTIVEPROFILE,
[all …]
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dlib.rs21 pub mod bindings; module
66 VideoCapture = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_CAPTURE,
67 VideoOutput = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_OUTPUT,
68 VideoOverlay = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_OVERLAY,
69 VbiCapture = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VBI_CAPTURE,
70 VbiOutput = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VBI_OUTPUT,
71 SlicedVbiCapture = bindings::v4l2_buf_type_V4L2_BUF_TYPE_SLICED_VBI_CAPTURE,
72 SlicedVbiOutput = bindings::v4l2_buf_type_V4L2_BUF_TYPE_SLICED_VBI_OUTPUT,
73 VideoOutputOverlay = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY,
74 VideoCaptureMplane = bindings::v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
[all …]
Dioctl.rs29 //! pub fn g_fmt<O: TryFrom<bindings::v4l2_format>>(
109 use crate::bindings;
205 pub struct UncheckedV4l2Buffer(pub bindings::v4l2_buffer, pub Option<V4l2BufferPlanes>);
218 bindings::v4l2_buffer { in new_for_querybuf()
222 bindings::VIDEO_MAX_PLANES in new_for_querybuf()
266 impl AsMut<bindings::v4l2_buffer> for UncheckedV4l2Buffer {
267 fn as_mut(&mut self) -> &mut bindings::v4l2_buffer { in as_mut()
281 type V4l2BufferPlanes = [bindings::v4l2_plane; bindings::VIDEO_MAX_PLANES as usize];
287 const MAPPED = bindings::V4L2_BUF_FLAG_MAPPED;
288 const QUEUED = bindings::V4L2_BUF_FLAG_QUEUED;
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs8 use crate::bindings::root as bindings;
31 impl From<bindings::bluetooth_sdp_types> for BtSdpType {
32 fn from(item: bindings::bluetooth_sdp_types) -> Self { in from()
69 impl From<bindings::_bluetooth_sdp_hdr_overlay> for BtSdpHeaderOverlay {
70 fn from(item: bindings::_bluetooth_sdp_hdr_overlay) -> Self { in from()
81 *((&item as *const bindings::_bluetooth_sdp_hdr_overlay) in from() constant
82 as *const bindings::_bluetooth_sdp_hdr) in from() constant
123 impl From<bindings::_bluetooth_sdp_mas_record> for BtSdpMasRecord {
124 fn from(item: bindings::_bluetooth_sdp_mas_record) -> Self { in from()
140 impl From<bindings::_bluetooth_sdp_mns_record> for BtSdpMnsRecord {
[all …]
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Ddecoder_cmd.rs10 use crate::bindings;
11 use crate::bindings::v4l2_decoder_cmd;
19 const MUTE_AUDIO = bindings::V4L2_DEC_CMD_START_MUTE_AUDIO;
24 const TO_BLACK = bindings::V4L2_DEC_CMD_STOP_TO_BLACK;
25 const IMMEDIATELY = bindings::V4L2_DEC_CMD_STOP_IMMEDIATELY;
30 const TO_BLACK = bindings::V4L2_DEC_CMD_PAUSE_TO_BLACK;
38 None = bindings::V4L2_DEC_START_FMT_NONE,
39 Gop = bindings::V4L2_DEC_START_FMT_GOP,
99 cmd: bindings::V4L2_DEC_CMD_START, in from()
101 __bindgen_anon_1: bindings::v4l2_decoder_cmd__bindgen_ty_1 { in from()
[all …]
Dg_audio.rs8 use crate::bindings;
9 use crate::bindings::v4l2_audio;
10 use crate::bindings::v4l2_audioout;
11 use crate::bindings::v4l2_frequency;
12 use crate::bindings::v4l2_frequency_band;
13 use crate::bindings::v4l2_modulator;
14 use crate::bindings::v4l2_tuner;
19 const STEREO = bindings::V4L2_AUDCAP_STEREO;
20 const AVL = bindings::V4L2_AUDCAP_AVL;
27 Avl = bindings::V4L2_AUDMODE_AVL,
[all …]
Dquerycap.rs3 use crate::bindings;
4 use crate::bindings::v4l2_capability;
16 const VIDEO_CAPTURE = bindings::V4L2_CAP_VIDEO_CAPTURE;
17 const VIDEO_OUTPUT = bindings::V4L2_CAP_VIDEO_OUTPUT;
18 const VIDEO_OVERLAY = bindings::V4L2_CAP_VIDEO_OVERLAY;
19 const VBI_CAPTURE = bindings::V4L2_CAP_VBI_CAPTURE;
20 const VBI_OUTPUT = bindings::V4L2_CAP_VBI_OUTPUT;
21 const SLICED_VBI_CAPTURE = bindings::V4L2_CAP_SLICED_VBI_CAPTURE;
22 const SLICED_VBI_OUTPUT = bindings::V4L2_CAP_SLICED_VBI_OUTPUT;
23 const RDS_CAPTURE = bindings::V4L2_CAP_RDS_CAPTURE;
[all …]
/aosp_15_r20/external/webrtc/infra/config/
H A Drealms.cfg9 bindings {
13 bindings {
17 bindings {
21 bindings {
25 bindings {
29 bindings {
33 bindings {
37 bindings {
41 bindings {
45 bindings {
[all …]
/aosp_15_r20/external/clang/test/Index/
H A Dcomment-xml-schema.c3 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
5 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
6 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
7 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
8 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
9 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
10 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
11 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
12 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
13 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
[all …]
/aosp_15_r20/external/python/python-api-core/google/api_core/
Diam.py31 policy.bindings = [
71 Assigning to '{}' is deprecated. Use the `policy.bindings` property to modify bindings instead."""
74 Dict access is not supported on policies with version > 1 or with conditional bindings."""
91 Using conditions in bindings requires the policy's version to be set
97 Use the policy.bindings getter/setter to retrieve and modify the policy's bindings.
121 # Exclude bindings with no members
126 # Exclude bindings with no members
135 # NOTE: This will create bindings with no members
172 def bindings(self): member in Policy
173 """The policy's list of bindings.
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DPolicy.java25bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals …
153bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` …
156 * <code>repeated .google.cloud.compute.v1.Binding bindings = 403251854;</code>
166bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` …
169 * <code>repeated .google.cloud.compute.v1.Binding bindings = 403251854;</code>
180bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` …
183 * <code>repeated .google.cloud.compute.v1.Binding bindings = 403251854;</code>
193bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` …
196 * <code>repeated .google.cloud.compute.v1.Binding bindings = 403251854;</code>
206bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` …
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.hpp158 * amount of bindings points for tested target;
161 * - inspect if bindings were modified;
163 * - execute BindBufferBase for first half of bindings with NULL as <buffers>
164 * to unbind first half of bindings for tested target;
165 * - inspect if bindings were modified;
166 * - execute BindBufferBase for second half of bindings with NULL as <buffers>
167 * to unbind rest of bindings;
168 * - inspect if bindings were modified;
173 * - inspect if all bindings but first were modified;
178 * - inspect if bindings were modified;
[all …]

12345678910>>...246