Home | History | Annotate | Download | only in src

Lines Matching refs:MixVideoCaps

26 #define MIX_VIDEOCAPS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOCAPS, MixVideoCaps))
58 typedef struct _MixVideoCaps MixVideoCaps;
62 * MixVideoCaps:
104 * @returns: A newly allocated instance of #MixVideoCaps
106 * Use this method to create new instance of #MixVideoCaps
108 MixVideoCaps *mix_videocaps_new (void);
112 * @returns: the MixVideoCaps instance where reference count has been increased.
116 MixVideoCaps *mix_videocaps_ref (MixVideoCaps * mix);
128 MIX_RESULT mix_videocaps_set_mix_caps (MixVideoCaps * obj, gchar * mix_caps);
129 MIX_RESULT mix_videocaps_get_mix_caps (MixVideoCaps * obj,
132 MIX_RESULT mix_videocaps_set_video_hw_caps (MixVideoCaps * obj,
134 MIX_RESULT mix_videocaps_get_video_hw_caps (MixVideoCaps * obj,