Home
last modified time | relevance | path

Searched refs:pixel_layout (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfjpeg2000.c177 if (r->pixel_layout) { in mxf_jpeg2000_create_caps()
179 guint8 c = r->pixel_layout[2 * i]; in mxf_jpeg2000_create_caps()
295 ret->pixel_layout = g_new0 (guint8, 6); in mxf_jpeg2000_get_descriptor()
296 ret->pixel_layout[0] = 'R'; in mxf_jpeg2000_get_descriptor()
297 ret->pixel_layout[1] = 8; in mxf_jpeg2000_get_descriptor()
298 ret->pixel_layout[2] = 'G'; in mxf_jpeg2000_get_descriptor()
299 ret->pixel_layout[3] = 8; in mxf_jpeg2000_get_descriptor()
300 ret->pixel_layout[4] = 'B'; in mxf_jpeg2000_get_descriptor()
301 ret->pixel_layout[5] = 8; in mxf_jpeg2000_get_descriptor()
304 ret->pixel_layout = g_new0 (guint8, 6); in mxf_jpeg2000_get_descriptor()
[all …]
Dmxfup.c51 guint8 pixel_layout[10]; member
256 if (!d->pixel_layout) { in mxf_up_rgba_create_caps()
265 if (memcmp (d->pixel_layout, &_rgba_mapping_table[i].pixel_layout, in mxf_up_rgba_create_caps()
514 ret->pixel_layout = g_new0 (guint8, ret->n_pixel_layout * 2); in mxf_up_get_rgba_descriptor()
517 memcpy (ret->pixel_layout, _rgba_mapping_table[i].pixel_layout, in mxf_up_get_rgba_descriptor()
Dmxfmetadata.c5722 g_free (self->pixel_layout); in mxf_metadata_rgba_picture_essence_descriptor_finalize()
5723 self->pixel_layout = NULL; in mxf_metadata_rgba_picture_essence_descriptor_finalize()
5786 self->pixel_layout = g_malloc0 (16); in mxf_metadata_rgba_picture_essence_descriptor_handle_tag()
5789 self->pixel_layout[2 * i] = tag_data[2 * i]; in mxf_metadata_rgba_picture_essence_descriptor_handle_tag()
5790 self->pixel_layout[2 * i + 1] = tag_data[2 * i + 1]; in mxf_metadata_rgba_picture_essence_descriptor_handle_tag()
5792 (gchar) self->pixel_layout[2 * i], self->pixel_layout[2 * i + 1]); in mxf_metadata_rgba_picture_essence_descriptor_handle_tag()
5854 memcpy (pl, self->pixel_layout, self->n_pixel_layout * 2); in mxf_metadata_rgba_picture_essence_descriptor_to_structure()
5937 if (self->pixel_layout) in mxf_metadata_rgba_picture_essence_descriptor_write_tags()
5938 memcpy (t->data, self->pixel_layout, self->n_pixel_layout * 2); in mxf_metadata_rgba_picture_essence_descriptor_write_tags()
Dmxfmetadata.h701 guint8 *pixel_layout; member
/third_party/ffmpeg/libavformat/
Dmxf.c171 int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt) in ff_mxf_decode_pixel_layout()
176 if (!memcmp(pixel_layout, ff_mxf_pixel_layouts[x].data, 16)) { in ff_mxf_decode_pixel_layout()
Dmxf.h114 int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt);
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c744 wb[wb_idx].pixel_layout = 0x2; in lima_pack_wb_zsbuf_reg()
747 wb[wb_idx].pixel_layout = 0x0; in lima_pack_wb_zsbuf_reg()
779 wb[wb_idx].pixel_layout = 0x2; in lima_pack_wb_cbuf_reg()
782 wb[wb_idx].pixel_layout = 0x0; in lima_pack_wb_cbuf_reg()
Dlima_gpu.h74 uint32_t pixel_layout; member