Searched refs:pixdata_size (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | gdkpixbufoverlay-test.c | 95 gsize gzipped_size, bytes_read, pixdata_size; in create_overlay_pixbuf() local 107 G_CONVERTER_INPUT_AT_END, &bytes_read, &pixdata_size, NULL); in create_overlay_pixbuf() 117 pixdata_size = GST_READ_UINT32_BE (pixdata + 4); in create_overlay_pixbuf() 118 g_assert (pixdata_size > 4 + 4 + 4 + 4 + 4 + 4); in create_overlay_pixbuf() 127 g_assert (pixdata_size == 24 + height * stride); in create_overlay_pixbuf()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-overlay-blending.c | 94 gsize gzipped_size, bytes_read, pixdata_size; in create_overlay_buffer() local 106 G_CONVERTER_INPUT_AT_END, &bytes_read, &pixdata_size, NULL); in create_overlay_buffer() 126 g_assert (pixdata_size - 24 >= h * stride); in create_overlay_buffer()
|
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/ |
D | overlaycomposition.c | 95 gsize gzipped_size, bytes_read, pixdata_size; in create_overlay_buffer() local 107 G_CONVERTER_INPUT_AT_END, &bytes_read, &pixdata_size, NULL); in create_overlay_buffer() 127 g_assert (pixdata_size - 24 >= h * stride); in create_overlay_buffer()
|