HomeSort by relevance Sort by last modified time
    Searched refs:MixVideoFormatEnc_MPEG4 (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.h 24 #define MIX_VIDEOFORMATENC_MPEG4(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMATENC_MPEG4, MixVideoFormatEnc_MPEG4))
30 typedef struct _MixVideoFormatEnc_MPEG4 MixVideoFormatEnc_MPEG4;
90 * @returns: A newly allocated instance of #MixVideoFormatEnc_MPEG4
92 * Use this method to create new instance of #MixVideoFormatEnc_MPEG4
94 MixVideoFormatEnc_MPEG4 *mix_videoformatenc_mpeg4_new(void);
99 * @returns: the MixVideoFormatEnc_MPEG4 instance where reference count has been increased.
103 MixVideoFormatEnc_MPEG4 *mix_videoformatenc_mpeg4_ref(MixVideoFormatEnc_MPEG4 * mix);
133 MIX_RESULT mix_videofmtenc_mpeg4_process_encode (MixVideoFormatEnc_MPEG4 *mix, MixBuffer * bufin,
mixvideoformatenc_mpeg4.c 14 #include "mixvideoformatenc_mpeg4.h"
36 G_DEFINE_TYPE (MixVideoFormatEnc_MPEG4, mix_videoformatenc_mpeg4, MIX_TYPE_VIDEOFORMATENC);
38 static void mix_videoformatenc_mpeg4_init(MixVideoFormatEnc_MPEG4 * self) {
85 MixVideoFormatEnc_MPEG4 *
87 MixVideoFormatEnc_MPEG4 *ret =
96 /*MixVideoFormatEnc_MPEG4 *mix = MIX_VIDEOFORMATENC_MPEG4(obj); */
107 MixVideoFormatEnc_MPEG4 *
108 mix_videoformatenc_mpeg4_ref(MixVideoFormatEnc_MPEG4 * mix) {
109 return (MixVideoFormatEnc_MPEG4 *) g_object_ref(G_OBJECT(mix));
189 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4(mix);
    [all...]
mixvideo.c 33 #include "mixvideoformatenc_mpeg4.h"
856 MixVideoFormatEnc_MPEG4 *video_format_enc = mix_videoformatenc_mpeg4_new();
    [all...]

Completed in 129 milliseconds