Home
last modified time | relevance | path

Searched refs:MixVideoFormatEnc_MPEG4 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_mpeg4.h24 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMATENC_MPEG4, MixVideoFormatEnc_MPEG4))
30 typedef struct _MixVideoFormatEnc_MPEG4 MixVideoFormatEnc_MPEG4; typedef
94 MixVideoFormatEnc_MPEG4 *mix_videoformatenc_mpeg4_new(void);
103 MixVideoFormatEnc_MPEG4 *mix_videoformatenc_mpeg4_ref(MixVideoFormatEnc_MPEG4 * mix);
133 MIX_RESULT mix_videofmtenc_mpeg4_process_encode (MixVideoFormatEnc_MPEG4 *mix, MixBuffer * bufin,
Dmixvideoformatenc_mpeg4.c36 G_DEFINE_TYPE (MixVideoFormatEnc_MPEG4, mix_videoformatenc_mpeg4, MIX_TYPE_VIDEOFORMATENC);
38 static void mix_videoformatenc_mpeg4_init(MixVideoFormatEnc_MPEG4 * self) { in mix_videoformatenc_mpeg4_init()
85 MixVideoFormatEnc_MPEG4 *
87 MixVideoFormatEnc_MPEG4 *ret = in mix_videoformatenc_mpeg4_new()
107 MixVideoFormatEnc_MPEG4 *
108 mix_videoformatenc_mpeg4_ref(MixVideoFormatEnc_MPEG4 * mix) { in mix_videoformatenc_mpeg4_ref()
109 return (MixVideoFormatEnc_MPEG4 *) g_object_ref(G_OBJECT(mix)); in mix_videoformatenc_mpeg4_ref()
189 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4(mix); in mix_videofmtenc_mpeg4_initialize()
718 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4 (mix); in mix_videofmtenc_mpeg4_encode()
774 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4(mix); in mix_videofmtenc_mpeg4_flush()
[all …]
Dmixvideo.c856 MixVideoFormatEnc_MPEG4 *video_format_enc = mix_videoformatenc_mpeg4_new(); in mix_video_configure_encode()