Home
last modified time | relevance | path

Searched refs:MixVideoConfigParams (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparams.c30 G_DEFINE_TYPE_WITH_CODE (MixVideoConfigParams, mix_videoconfigparams,
33 static void mix_videoconfigparams_init(MixVideoConfigParams * self) { in mix_videoconfigparams_init()
55 MixVideoConfigParams *
57 MixVideoConfigParams *ret = in mix_videoconfigparams_new()
58 (MixVideoConfigParams *) g_type_create_instance( in mix_videoconfigparams_new()
75 MixVideoConfigParams *
76 mix_videoconfigparams_ref(MixVideoConfigParams * mix) { in mix_videoconfigparams_ref()
77 return (MixVideoConfigParams *) mix_params_ref(MIX_PARAMS(mix)); in mix_videoconfigparams_ref()
92 MixVideoConfigParams *duplicate = mix_videoconfigparams_new(); in mix_videoconfigparams_dup()
Dmixvideoconfigparams.h26 …GPARAMS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOCONFIGPARAMS, MixVideoConfigParams))
58 typedef struct _MixVideoConfigParams MixVideoConfigParams; typedef
104 MixVideoConfigParams *mix_videoconfigparams_new(void);
112 MixVideoConfigParams *mix_videoconfigparams_ref(MixVideoConfigParams * mix);
Dmixvideo.h50 MixVideoConfigParams * config_params,
54 MixVideoConfigParams ** config_params);
178 MixVideoConfigParams * config_params,
182 MixVideoConfigParams ** config_params);
Dmixvideo_private.h32 MixVideoConfigParams *config_params;
Dmixvideo.c86 MixVideoConfigParams * config_params, MixDrmParams * drm_config_params);
89 MixVideoConfigParams ** config_params);
483 priv->config_params = (MixVideoConfigParams *) mix_params_dup(MIX_PARAMS( in mix_video_configure_decode()
765 priv->config_params = (MixVideoConfigParams *) mix_params_dup( in mix_video_configure_encode()
926 MixVideoConfigParams * config_params, in mix_video_configure_default()
955 MixVideoConfigParams ** config_params) { in mix_video_get_config_default()
1485 MixVideoConfigParams * config_params, in mix_video_configure()
1498 MixVideoConfigParams ** config_params_dec) { in mix_video_get_config()
Dmixvideoconfigparamsdec.h68 MixVideoConfigParams parent;
Dmixvideoconfigparamsenc.h68 MixVideoConfigParams parent;