Searched refs:mfx_rotation (Results 1 – 4 of 4) sorted by relevance
600 guint * mfx_mirror, guint * mfx_rotation) in gst_msdk_get_mfx_video_orientation_from_video_direction() argument603 *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()
136 guint * mfx_mirror, guint * mfx_rotation);
134 mfxExtVPPRotation mfx_rotation; member
1059 mfxExtVPPRotation *mfx_rotation = &thiz->mfx_rotation; in ensure_filters() local1060 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()