Home
last modified time | relevance | path

Searched refs:MixVideoDecodeParams (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideodecodeparams.h26 …EPARAMS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEODECODEPARAMS, MixVideoDecodeParams))
58 typedef struct _MixVideoDecodeParams MixVideoDecodeParams; typedef
108 MixVideoDecodeParams *mix_videodecodeparams_new(void);
116 MixVideoDecodeParams *mix_videodecodeparams_ref(MixVideoDecodeParams * mix);
129 MIX_RESULT mix_videodecodeparams_set_timestamp(MixVideoDecodeParams * obj,
131 MIX_RESULT mix_videodecodeparams_get_timestamp(MixVideoDecodeParams * obj,
134 MIX_RESULT mix_videodecodeparams_set_discontinuity(MixVideoDecodeParams * obj,
136 MIX_RESULT mix_videodecodeparams_get_discontinuity(MixVideoDecodeParams * obj,
Dmixvideodecodeparams.c28 G_DEFINE_TYPE_WITH_CODE (MixVideoDecodeParams, mix_videodecodeparams,
31 static void mix_videodecodeparams_init(MixVideoDecodeParams * self) { in mix_videodecodeparams_init()
57 MixVideoDecodeParams *
59 MixVideoDecodeParams *ret = in mix_videodecodeparams_new()
60 (MixVideoDecodeParams *) g_type_create_instance( in mix_videodecodeparams_new()
76 MixVideoDecodeParams *
77 mix_videodecodeparams_ref(MixVideoDecodeParams * mix) { in mix_videodecodeparams_ref()
78 return (MixVideoDecodeParams *) mix_params_ref(MIX_PARAMS(mix)); in mix_videodecodeparams_ref()
93 MixVideoDecodeParams *duplicate = mix_videodecodeparams_new(); in mix_videodecodeparams_dup()
112 MixVideoDecodeParams *this_target, *this_src; in mix_videodecodeparams_copy()
[all …]
Dmixvideoformat.h53 MixVideoDecodeParams * decode_params);
152 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideo.h57 gint bufincnt, MixVideoDecodeParams * decode_params);
185 MixVideoDecodeParams * decode_params);
Dmixvideoformat.c28 MixVideoDecodeParams * decode_params);
318 MixVideoDecodeParams * decode_params) { in mix_videofmt_decode_default()
366 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_decode()
Dmixvideoformat_mp42.h101 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideoformat_vc1.h102 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideoformat_h264.h98 gint bufincnt, MixVideoDecodeParams * decode_params);
Dmixvideo.c92 gint bufincnt, MixVideoDecodeParams * decode_params);
989 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_video_decode_default()
1511 MixVideoDecodeParams * decode_params) { in mix_video_decode()
Dmixvideoformat_mp42.c391 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_mp42_decode()
Dmixvideoformat_h264.c566 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_h264_decode()
Dmixvideoformat_vc1.c620 MixVideoDecodeParams * decode_params) { in mix_videofmt_vc1_decode()