Home
last modified time | relevance | path

Searched refs:field_layout (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/
Dstruct_layout.rs168 let mut field_layout = field_ty.layout(self.ctx)?; in saw_field() localVariable
183 field_layout.size = in saw_field()
185 field_layout.align = MAX_GUARANTEED_ALIGN; in saw_field()
189 self.saw_field_with_layout(field_name, field_layout, field_offset) in saw_field()
195 field_layout: Layout, in saw_field_with_layout()
198 let will_merge_with_bitfield = self.align_to_latest_field(field_layout); in saw_field_with_layout()
207 field_layout.align == 0 || in saw_field_with_layout()
212 self.padding_bytes(field_layout) in saw_field_with_layout()
230 padding_bytes >= field_layout.align || in saw_field_with_layout()
231 field_layout.align > MAX_GUARANTEED_ALIGN; in saw_field_with_layout()
[all …]
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.h127 GstDeinterlaceFieldLayout field_layout; member
Dgstdeinterlace.c705 self->field_layout = DEFAULT_FIELD_LAYOUT; in gst_deinterlace_init()
938 self->field_layout = g_value_get_enum (value); in gst_deinterlace_set_property()
974 g_value_set_enum (value, self->field_layout); in gst_deinterlace_get_property()
1097 GstDeinterlaceFieldLayout field_layout = self->field_layout; in gst_deinterlace_push_history() local
1171 if (field_layout == GST_DEINTERLACE_LAYOUT_AUTO) { in gst_deinterlace_push_history()
1174 field_layout = GST_DEINTERLACE_LAYOUT_TFF; in gst_deinterlace_push_history()
1176 field_layout = GST_DEINTERLACE_LAYOUT_TFF; in gst_deinterlace_push_history()
1178 field_layout = GST_DEINTERLACE_LAYOUT_BFF; in gst_deinterlace_push_history()
1182 if (field_layout == GST_DEINTERLACE_LAYOUT_TFF) { in gst_deinterlace_push_history()