Home
last modified time | relevance | path

Searched refs:mfx_rotation (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk.c600 guint * mfx_mirror, guint * mfx_rotation) in gst_msdk_get_mfx_video_orientation_from_video_direction() argument
603 *mfx_rotation = MFX_ANGLE_0; in gst_msdk_get_mfx_video_orientation_from_video_direction()
608 *mfx_rotation = MFX_ANGLE_0; in gst_msdk_get_mfx_video_orientation_from_video_direction()
612 *mfx_rotation = MFX_ANGLE_0; in gst_msdk_get_mfx_video_orientation_from_video_direction()
616 *mfx_rotation = MFX_ANGLE_0; in gst_msdk_get_mfx_video_orientation_from_video_direction()
620 *mfx_rotation = MFX_ANGLE_90; in gst_msdk_get_mfx_video_orientation_from_video_direction()
624 *mfx_rotation = MFX_ANGLE_180; in gst_msdk_get_mfx_video_orientation_from_video_direction()
628 *mfx_rotation = MFX_ANGLE_270; in gst_msdk_get_mfx_video_orientation_from_video_direction()
632 *mfx_rotation = MFX_ANGLE_90; in gst_msdk_get_mfx_video_orientation_from_video_direction()
636 *mfx_rotation = MFX_ANGLE_90; in gst_msdk_get_mfx_video_orientation_from_video_direction()
Dmsdk.h136 guint * mfx_mirror, guint * mfx_rotation);
Dgstmsdkvpp.h134 mfxExtVPPRotation mfx_rotation; member
Dgstmsdkvpp.c1059 mfxExtVPPRotation *mfx_rotation = &thiz->mfx_rotation; in ensure_filters() local
1060 mfx_rotation->Header.BufferId = MFX_EXTBUFF_VPP_ROTATION; in ensure_filters()
1061 mfx_rotation->Header.BufferSz = sizeof (mfxExtVPPRotation); in ensure_filters()
1062 mfx_rotation->Angle = thiz->rotation; in ensure_filters()
1063 gst_msdkvpp_add_extra_param (thiz, (mfxExtBuffer *) mfx_rotation); in ensure_filters()