Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.h24 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMATENC_PREVIEW, MixVideoFormatEnc_Preview))
30 typedef struct _MixVideoFormatEnc_Preview MixVideoFormatEnc_Preview; typedef
93 MixVideoFormatEnc_Preview *mix_videoformatenc_preview_new(void);
102 MixVideoFormatEnc_Preview *mix_videoformatenc_preview_ref(MixVideoFormatEnc_Preview * mix);
130 MIX_RESULT mix_videofmtenc_preview_process_encode (MixVideoFormatEnc_Preview *mix, MixBuffer * bufi…
Dmixvideoformatenc_preview.c36 G_DEFINE_TYPE (MixVideoFormatEnc_Preview, mix_videoformatenc_preview, MIX_TYPE_VIDEOFORMATENC);
38 static void mix_videoformatenc_preview_init(MixVideoFormatEnc_Preview * self) { in mix_videoformatenc_preview_init()
84 MixVideoFormatEnc_Preview *
86 MixVideoFormatEnc_Preview *ret = in mix_videoformatenc_preview_new()
106 MixVideoFormatEnc_Preview *
107 mix_videoformatenc_preview_ref(MixVideoFormatEnc_Preview * mix) { in mix_videoformatenc_preview_ref()
108 return (MixVideoFormatEnc_Preview *) g_object_ref(G_OBJECT(mix)); in mix_videoformatenc_preview_ref()
188 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW(mix); in mix_videofmtenc_preview_initialize()
661 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW (mix); in mix_videofmtenc_preview_encode()
717 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW(mix); in mix_videofmtenc_preview_flush()
[all …]
Dmixvideo.c871 MixVideoFormatEnc_Preview *video_format_enc = mix_videoformatenc_preview_new(); in mix_video_configure_encode()