Searched refs:video_hw_caps (Results 1 – 2 of 2) sorted by relevance
38 self->video_hw_caps = NULL; in mix_videocaps_init()76 SAFE_FREE (self->video_hw_caps); in mix_videocaps_finalize()139 SAFE_FREE (this_target->video_hw_caps); in mix_videocaps_copy()143 this_target->video_hw_caps = g_strdup (this_src->video_hw_caps); in mix_videocaps_copy()183 && g_strcmp0 (this_first->video_hw_caps, in mix_videocaps_equal()184 this_second->video_hw_caps) == 0) in mix_videocaps_equal()236 mix_videocaps_set_video_hw_caps (MixVideoCaps * obj, gchar * video_hw_caps) in mix_videocaps_set_video_hw_caps() argument240 SAFE_FREE (obj->video_hw_caps); in mix_videocaps_set_video_hw_caps()241 obj->video_hw_caps = g_strdup (video_hw_caps); in mix_videocaps_set_video_hw_caps()242 if (video_hw_caps != NULL && obj->video_hw_caps == NULL) in mix_videocaps_set_video_hw_caps()[all …]
73 gchar *video_hw_caps; member133 gchar * video_hw_caps);135 gchar ** video_hw_caps);