Searched refs:MixVideoFormat_MP42 (Results 1 – 3 of 3) sorted by relevance
22 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMAT_MP42, MixVideoFormat_MP42))28 typedef struct _MixVideoFormat_MP42 MixVideoFormat_MP42; typedef73 MixVideoFormat_MP42 *mix_videoformat_mp42_new(void);82 MixVideoFormat_MP42 *mix_videoformat_mp42_ref(MixVideoFormat_MP42 * mix);
50 G_DEFINE_TYPE( MixVideoFormat_MP42, mix_videoformat_mp42, MIX_TYPE_VIDEOFORMAT);52 static void mix_videoformat_mp42_init(MixVideoFormat_MP42 * self) { in mix_videoformat_mp42_init()93 MixVideoFormat_MP42 *mix_videoformat_mp42_new(void) { in mix_videoformat_mp42_new()94 MixVideoFormat_MP42 *ret = g_object_new(MIX_TYPE_VIDEOFORMAT_MP42, NULL); in mix_videoformat_mp42_new()106 MixVideoFormat_MP42 *self = NULL; in mix_videoformat_mp42_finalize()167 MixVideoFormat_MP42 *168 mix_videoformat_mp42_ref(MixVideoFormat_MP42 * mix) { in mix_videoformat_mp42_ref()169 return (MixVideoFormat_MP42 *) g_object_ref(G_OBJECT(mix)); in mix_videoformat_mp42_ref()205 MixVideoFormat_MP42 *self = MIX_VIDEOFORMAT_MP42(mix); in mix_videofmt_mp42_initialize()594 MixVideoFormat_MP42 *self = NULL; in mix_videofmt_mp42_process_decode()[all …]
663 MixVideoFormat_MP42 *video_format = mix_videoformat_mp42_new(); in mix_video_configure_decode()