wfd-demo
Initialize the display with a QNX logo
Syntax:
wfd-demo -d device_id -p port_id -l pipe_id [options]
[-f rgba8888|yvyu|uyvy|yuy2]
[-m mode_no]
[-s0|1|2]
[-i]
[-aalpha_value]
[-b]
[-r]
[-Pport_id]
[-Lpipe_id]
[-Mmode_no]
Runs on:
QNX OS
Graphics options:
- -f rgba8888|yvyu|uyvy|yuy2
- Graphics (splash) rgbx8888 formats.
- -m mode_no
- Set the mode number. If -1, discard modes less than 800 pixels wide or 480 pixels high. Then select the first mode, in enumeration order, that has the preferred flag. If none are flagged, select the first mode.
- -s0|1|2
-
Enable splash animation. Choose from the following options:
- 0 for static QNX logo
- 1 for QNX glow
- 2 for QNX beat (default)
- -i
- Update immediately without waiting for vsync. The default updates at vsync.
- -aalpha_value
- Set the alpha channel value for pixel transparency. Choose from the range of 0 to 255. This option is disabled by default.
- -b
- Set the background color to solid red.
- -r
- Scale the image to full screen if possible.
Writeback options:
If your WFD driver supports writeback, these options set up your display for displaying the writeback content. This is done through QNX WFD extensions that capture the contents of the display into a destination image and then posts this image to another display.
- -Pport_id
- Sets the port id to display writeback content. Default is 0.
- -Lpipe_id
- Sets the pipeline id to display writeback content. Default is 0.
- -Mmode_no
- Sets the mode number for port to display writeback content. Default is 0.
Description:
The wfd-demo displays the QNX logo either as a static or animated image using OpenWF. If writeback is available and the display arguments are specified, it captures the display port and displays it to another pipeline or port as specified by the -P and -L options on the same device.
Page updated: