Top | ![]() |
![]() |
![]() |
![]() |
typedef | GstVaapiID |
#define | GST_VAAPI_ID_FORMAT |
struct | GstVaapiPoint |
struct | GstVaapiRectangle |
#define GST_VAAPI_ID_ARGS(id) GSIZE_TO_POINTER(id)
Can be used together with GST_VAAPI_ID_FORMAT to properly output
an integer value in a printf()
-style text message.
typedef gsize GstVaapiID;
An integer large enough to hold a generic VA id or a pointer wherever necessary.
#define GST_VAAPI_ID_FORMAT "p"
Can be used together with GST_VAAPI_ID_ARGS to properly output an
integer value in a printf()
-style text message.
printf("id: %" GST_VAAPI_ID_FORMAT "\n", GST_VAAPI_ID_ARGS(id));