Searched refs:mfx_procamp (Results 1 – 2 of 2) sorted by relevance
1078 mfxExtVPPProcAmp *mfx_procamp = &thiz->mfx_procamp; in ensure_filters() local1079 mfx_procamp->Header.BufferId = MFX_EXTBUFF_VPP_PROCAMP; in ensure_filters()1080 mfx_procamp->Header.BufferSz = sizeof (mfxExtVPPProcAmp); in ensure_filters()1081 mfx_procamp->Hue = thiz->hue; in ensure_filters()1082 mfx_procamp->Saturation = thiz->saturation; in ensure_filters()1083 mfx_procamp->Brightness = thiz->brightness; in ensure_filters()1084 mfx_procamp->Contrast = thiz->contrast; in ensure_filters()1085 gst_msdkvpp_add_extra_param (thiz, (mfxExtBuffer *) mfx_procamp); in ensure_filters()
136 mfxExtVPPProcAmp mfx_procamp; member