Home
last modified time | relevance | path

Searched refs:n_pixel_layout (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfup.c50 guint32 n_pixel_layout; member
262 if (d->n_pixel_layout != _rgba_mapping_table[i].n_pixel_layout) in mxf_up_rgba_create_caps()
266 _rgba_mapping_table[i].n_pixel_layout * 2) == 0) { in mxf_up_rgba_create_caps()
269 bpp = _rgba_mapping_table[i].n_pixel_layout; in mxf_up_rgba_create_caps()
513 ret->n_pixel_layout = _rgba_mapping_table[i].n_pixel_layout; in mxf_up_get_rgba_descriptor()
514 ret->pixel_layout = g_new0 (guint8, ret->n_pixel_layout * 2); in mxf_up_get_rgba_descriptor()
516 md->bpp = _rgba_mapping_table[i].n_pixel_layout; in mxf_up_get_rgba_descriptor()
518 ret->n_pixel_layout * 2); in mxf_up_get_rgba_descriptor()
Dmxfjpeg2000.c178 for (i = 0; i < r->n_pixel_layout; i++) { in mxf_jpeg2000_create_caps()
294 ret->n_pixel_layout = 3; in mxf_jpeg2000_get_descriptor()
303 ret->n_pixel_layout = 3; in mxf_jpeg2000_get_descriptor()
Dmxfmetadata.h700 guint32 n_pixel_layout; member
Dmxfmetadata.c5781 self->n_pixel_layout = len; in mxf_metadata_rgba_picture_essence_descriptor_handle_tag()
5851 if (self->n_pixel_layout != 0) { in mxf_metadata_rgba_picture_essence_descriptor_to_structure()
5852 gchar *pl = g_new0 (gchar, self->n_pixel_layout * 2 + 1); in mxf_metadata_rgba_picture_essence_descriptor_to_structure()
5854 memcpy (pl, self->pixel_layout, self->n_pixel_layout * 2); in mxf_metadata_rgba_picture_essence_descriptor_to_structure()
5938 memcpy (t->data, self->pixel_layout, self->n_pixel_layout * 2); in mxf_metadata_rgba_picture_essence_descriptor_write_tags()