Home
last modified time | relevance | path

Searched refs:MIX_IS_VIDEODECODEPARAMS (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideodecodeparams.c92 if (MIX_IS_VIDEODECODEPARAMS(obj)) { in mix_videodecodeparams_dup()
114 if (MIX_IS_VIDEODECODEPARAMS(target) && MIX_IS_VIDEODECODEPARAMS(src)) { in mix_videodecodeparams_copy()
144 if (MIX_IS_VIDEODECODEPARAMS(first) && MIX_IS_VIDEODECODEPARAMS(second)) { in mix_videodecodeparams_equal()
168 if(!MIX_IS_VIDEODECODEPARAMS(obj)) return MIX_RESULT_FAIL; \
172 if(!MIX_IS_VIDEODECODEPARAMS(obj)) return MIX_RESULT_FAIL; \
Dmixvideodecodeparams.h34 #define MIX_IS_VIDEODECODEPARAMS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MIX_TYPE_VIDEODECODEPARAM… macro