upipe-nacl/upipe_display.h header reference

Header inclusion  

Members  

Types  

Functions  

Members detail  

struct Context  

This struct is declared in upipe-nacl/upipe_display.h source file, line 83.

FieldDescription
PP_Resource ctx;
struct PP_Size size;
int bound;
int quit;
uint8_t *cell_in;
uint8_t *cell_out;

#define GLES  

This macro is declared in upipe-nacl/upipe_display.h source file, line 62.

#define UPIPE_DISPLAY_SIGNATURE  

This macro is declared in upipe-nacl/upipe_display.h source file, line 61.

#define _UPIPE_MODULES_UPIPE_DISPLAY_H_  

This macro is declared in upipe-nacl/upipe_display.h source file, line 26.

struct upipe * _upipe_display_alloc(struct upipe_mgr *mgr, struct uprobe *uprobe, PP_Resource image, PP_Resource loop)  

This function is declared in upipe-nacl/upipe_display.h source file, line 103.

struct render_thread_data  

This struct is declared in upipe-nacl/upipe_display.h source file, line 98.

FieldDescription
struct upipe *upipe;
struct uqueue *uqueue;

struct thread_data  

This struct is declared in upipe-nacl/upipe_display.h source file, line 92.

FieldDescription
PPB_MessageLoop *message_loop_interface;
PP_Resource loop;
int instance_id;

enum upipe_display_command  

This enum is declared in upipe-nacl/upipe_display.h source file, line 67.

IdentifierValueDescription
UPIPE_DISPLAY_SENTINEL0
UPIPE_DISPLAY_SET_POSITIONH1
UPIPE_DISPLAY_GET_POSITIONH2
UPIPE_DISPLAY_SET_POSITIONV3
UPIPE_DISPLAY_GET_POSITIONV4
UPIPE_DISPLAY_SET_CONTEXT5

struct upipe_mgr * upipe_display_mgr_alloc(void )  

This function is declared in upipe-nacl/upipe_display.h source file, line 65.

enum ubase_err upipe_display_set_context(struct upipe *upipe, struct Context context)  

This function is declared in upipe-nacl/upipe_display.h source file, line 141.

This function sets the context of the pipe.

Parameters list:

  • upipe: description structure of the pipe
  • v: vertical position

The return value is an error code

enum ubase_err upipe_display_set_hposition(struct upipe *upipe, int h)  

This function is declared in upipe-nacl/upipe_display.h source file, line 115.

This function sets the H position of the pipe.

Parameters list:

  • upipe: description structure of the pipe
  • h: horizontal position

The return value is an error code

enum ubase_err upipe_display_set_vposition(struct upipe *upipe, int v)  

This function is declared in upipe-nacl/upipe_display.h source file, line 128.

This function sets the V position of the pipe.

Parameters list:

  • upipe: description structure of the pipe
  • v: vertical position

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Thu Nov 6 12:15:27 2014 using MkDoc