Searched refs:MixVideoDecodeParams (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideodecodeparams.h | 26 …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,
|
D | mixvideodecodeparams.c | 28 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 …]
|
D | mixvideoformat.h | 53 MixVideoDecodeParams * decode_params); 152 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideo.h | 57 gint bufincnt, MixVideoDecodeParams * decode_params); 185 MixVideoDecodeParams * decode_params);
|
D | mixvideoformat.c | 28 MixVideoDecodeParams * decode_params); 318 MixVideoDecodeParams * decode_params) { in mix_videofmt_decode_default() 366 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_decode()
|
D | mixvideoformat_mp42.h | 101 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideoformat_vc1.h | 102 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideoformat_h264.h | 98 gint bufincnt, MixVideoDecodeParams * decode_params);
|
D | mixvideo.c | 92 gint bufincnt, MixVideoDecodeParams * decode_params); 989 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_video_decode_default() 1511 MixVideoDecodeParams * decode_params) { in mix_video_decode()
|
D | mixvideoformat_mp42.c | 391 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_mp42_decode()
|
D | mixvideoformat_h264.c | 566 gint bufincnt, MixVideoDecodeParams * decode_params) { in mix_videofmt_h264_decode()
|
D | mixvideoformat_vc1.c | 620 MixVideoDecodeParams * decode_params) { in mix_videofmt_vc1_decode()
|