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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc.h 31 #define MIX_VIDEOFORMATENC_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), MIX_TYPE_VIDEOFORMATENC, MixVideoFormatEncClass))
33 #define MIX_VIDEOFORMATENC_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MIX_TYPE_VIDEOFORMATENC, MixVideoFormatEncClass))
36 typedef struct _MixVideoFormatEncClass MixVideoFormatEncClass;
100 * MixVideoFormatEncClass:
mixvideoformatenc.c 78 static void mix_videoformatenc_class_init(MixVideoFormatEncClass * klass) {
427 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
443 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
459 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
468 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
477 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
486 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
496 MixVideoFormatEncClass *klass = MIX_VIDEOFORMATENC_GET_CLASS(mix);
mixvideoformatenc_mpeg4.h 73 MixVideoFormatEncClass parent_class;
mixvideoformatenc_preview.h 72 MixVideoFormatEncClass parent_class;
mixvideoformatenc_h264.h 72 MixVideoFormatEncClass parent_class;
mixvideoformatenc_mpeg4.c 29 static MixVideoFormatEncClass *parent_class = NULL;
65 MixVideoFormatEncClass *video_formatenc_class =
    [all...]
mixvideoformatenc_preview.c 29 static MixVideoFormatEncClass *parent_class = NULL;
65 MixVideoFormatEncClass *video_formatenc_class =
    [all...]
mixvideoformatenc_h264.c 29 static MixVideoFormatEncClass *parent_class = NULL;
65 MixVideoFormatEncClass *video_formatenc_class =
    [all...]

Completed in 92 milliseconds