Home
last modified time | relevance | path

Searched refs:bytespp (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.c863 raw_line_size = rect_w * decoder->bytespp; in rfb_decoder_raw_encoding()
873 start_x) * decoder->bytespp); in rfb_decoder_raw_encoding()
901 copyrect_width = rect_w * decoder->bytespp; in rfb_decoder_copyrect_encoding()
905 src_x) * decoder->bytespp; in rfb_decoder_copyrect_encoding()
908 start_x) * decoder->bytespp; in rfb_decoder_copyrect_encoding()
931 i) * decoder->rect_width)) * decoder->bytespp); in rfb_decoder_fill_rectangle()
945 if (!rfb_decoder_read (decoder, 4 + decoder->bytespp)) in rfb_decoder_rre_encoding()
958 if (!rfb_decoder_read (decoder, decoder->bytespp + 8)) in rfb_decoder_rre_encoding()
962 x = RFB_GET_UINT16 (decoder->data + decoder->bytespp); in rfb_decoder_rre_encoding()
963 y = RFB_GET_UINT16 (decoder->data + decoder->bytespp + 2); in rfb_decoder_rre_encoding()
[all …]
Drfbdecoder.h94 guint bytespp; member
Dgstrfbsrc.c453 decoder->bytespp = decoder->bpp / 8; in gst_rfb_src_negotiate()
454 decoder->line_size = decoder->rect_width * decoder->bytespp; in gst_rfb_src_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/fbdev/
Dgstfbdevsink.c238 fbdevsink->bytespp = in gst_fbdevsink_setcaps()
249 fbdevsink->linelen = fbdevsink->width * fbdevsink->bytespp; in gst_fbdevsink_setcaps()
280 + fbdevsink->cx * fbdevsink->bytespp, in gst_fbdevsink_show_frame()
281 map.data + i * fbdevsink->width * fbdevsink->bytespp, in gst_fbdevsink_show_frame()
Dgstfbdevsink.h59 int cx, cy, linelen, lines, bytespp; member
/third_party/weston/tests/
Dsurface-screenshot-test.c149 const size_t bytespp = 4; /* PIXMAN_a8b8g8r8 */ in trigger_binding() local
168 sz = width * bytespp * height; in trigger_binding()
/third_party/weston/libweston/
Dpixman-renderer.c822 const size_t bytespp = 4; /* PIXMAN_a8b8g8r8 */ in pixman_renderer_surface_copy_content() local
830 target, width * bytespp); in pixman_renderer_surface_copy_content()
Dcompositor.c4446 const size_t bytespp = 4; /* PIXMAN_a8b8g8r8 */ in weston_surface_copy_content() local
4462 if (width * bytespp * height > size) in weston_surface_copy_content()
/third_party/weston/ivi-shell/
Divi-layout.c1717 const size_t bytespp = 4; /* PIXMAN_a8b8g8r8 */ in ivi_layout_surface_get_size() local
1733 *stride = w * bytespp; in ivi_layout_surface_get_size()
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c2767 const size_t bytespp = 4; /* PIXMAN_a8b8g8r8 */ in gl_renderer_surface_copy_content() local
2845 glPixelStorei(GL_PACK_ALIGNMENT, bytespp); in gl_renderer_surface_copy_content()
/third_party/gstreamer/gstplugins_bad/
DChangeLog77297 linelen = 1280, lines = 240, bytespp = 4, fps_n = 30, fps_d = 1}
77306 Fix this by changing the fbdevsink->bytespp calculation using