HomeSort by: relevance | last modified time | path
    Searched refs:xcb_xv_put_image_request_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
xv.h 797 * @brief xcb_xv_put_image_request_t
799 typedef struct xcb_xv_put_image_request_t { struct
817 } xcb_xv_put_image_request_t; typedef in typeref:struct:xcb_xv_put_image_request_t
2020 xcb_xv_put_image_data (const xcb_xv_put_image_request_t *R);
2023 xcb_xv_put_image_data_length (const xcb_xv_put_image_request_t *R);
2026 xcb_xv_put_image_data_end (const xcb_xv_put_image_request_t *R);
xv.c 2094 xcb_block_len += sizeof(xcb_xv_put_image_request_t);
2142 xcb_xv_put_image_request_t xcb_out;
2201 xcb_xv_put_image_request_t xcb_out;
2233 xcb_xv_put_image_data (const xcb_xv_put_image_request_t *R)
2239 xcb_xv_put_image_data_length (const xcb_xv_put_image_request_t *R)
2241 return (((R->length * 4) - sizeof(xcb_xv_put_image_request_t))/sizeof(uint8_t));
2245 xcb_xv_put_image_data_end (const xcb_xv_put_image_request_t *R)
2248 i.data = ((uint8_t *) (R + 1)) + ((((R->length * 4) - sizeof(xcb_xv_put_image_request_t))/sizeof(uint8_t)));

Completed in 37 milliseconds