Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:int32

39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32;
318 int32 stride; /* defines stride in bytes, negative stride is allowed */
328 int32 stride0; /* stride in bytes if YUV format is not planar */
331 int32 stride1; /* stride for UV or VU plane for planar interleaved */
334 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
340 int32 x; /* upper-left x */
341 int32 y; /* upper-left y */
342 int32 width; /* width */
343 int32 height; /* height */
379 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
380 int32 rot_orig_y; /* ...top left point, both are 16.16 fp */
381 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
519 int32 x, int32 y );
534 int32 x, int32 y );
677 C2D_API C2D_STATUS c2dCreateFenceFD( uint32 target_id, c2d_ts_handle timestamp, int32 *fd);