Home
last modified time | relevance | path

Searched refs:video_orientation_t (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es.h165 typedef enum video_orientation_t enum
184 } video_orientation_t; typedef
349 video_orientation_t orientation; /**< picture orientation */
478 VLC_API void video_format_TransformTo(video_format_t *fmt, video_orientation_t dst_orientation);
483 VLC_API video_transform_t video_format_GetTransform(video_orientation_t src, video_orientation_t ds…
H A Dvlc_vout_display.h477 VLC_API void vout_display_SendMouseMovedDisplayCoordinates(vout_display_t *vd, video_orientation_t
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dd3d11_quad.h78 video_orientation_t);
82 const RECT *output, video_orientation_t );
H A Dd3d11_quad.c180 static void orientationVertexOrder(video_orientation_t orientation, int vertex_order[static 4]) in orientationVertexOrder()
236 WORD *triangle_pos, video_orientation_t orientation) in SetupQuadFlat()
527 const RECT *output, video_orientation_t orientation ) in D3D11_UpdateQuadPosition()
824 video_projection_mode_t projection, video_orientation_t orientation) in D3D11_SetupQuad()
H A Ddirect3d9.c1549 static void orientationVertexOrder(video_orientation_t orientation, int vertex_order[static 4]) in orientationVertexOrder()
1607 video_orientation_t orientation) in Direct3D9SetupVertices()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Des_format.c299 video_transform_t video_format_GetTransform( video_orientation_t src, in video_format_GetTransform()
300 video_orientation_t dst ) in video_format_GetTransform()
327 video_orientation_t dst_orient = ORIENT_NORMAL; in video_format_TransformBy()
369 video_orientation_t dst_orientation ) in video_format_TransformTo()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c136 enum video_orientation_t orientation = ORIENT_NORMAL; in matrix_apply_rotation()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Ddisplay.c275 void vout_display_SendMouseMovedDisplayCoordinates(vout_display_t *vd, video_orientation_t orient_d… in vout_display_SendMouseMovedDisplayCoordinates()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dvout_helper.c291 static void getOrientationTransformMatrix(video_orientation_t orientation, in getOrientationTransformMatrix()