Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_mp42.c76 MixVideoFormatClass *video_format_class = MIX_VIDEOFORMAT_CLASS(klass); in mix_videoformat_mp42_class_init() local
85 video_format_class->getcaps = mix_videofmt_mp42_getcaps; in mix_videoformat_mp42_class_init()
86 video_format_class->initialize = mix_videofmt_mp42_initialize; in mix_videoformat_mp42_class_init()
87 video_format_class->decode = mix_videofmt_mp42_decode; in mix_videoformat_mp42_class_init()
88 video_format_class->flush = mix_videofmt_mp42_flush; in mix_videoformat_mp42_class_init()
89 video_format_class->eos = mix_videofmt_mp42_eos; in mix_videoformat_mp42_class_init()
90 video_format_class->deinitialize = mix_videofmt_mp42_deinitialize; in mix_videoformat_mp42_class_init()
Dmixvideoformat_vc1.c62 MixVideoFormatClass *video_format_class = in mix_videoformat_vc1_class_init() local
73 video_format_class->getcaps = mix_videofmt_vc1_getcaps; in mix_videoformat_vc1_class_init()
74 video_format_class->initialize = mix_videofmt_vc1_initialize; in mix_videoformat_vc1_class_init()
75 video_format_class->decode = mix_videofmt_vc1_decode; in mix_videoformat_vc1_class_init()
76 video_format_class->flush = mix_videofmt_vc1_flush; in mix_videoformat_vc1_class_init()
77 video_format_class->eos = mix_videofmt_vc1_eos; in mix_videoformat_vc1_class_init()
78 video_format_class->deinitialize = mix_videofmt_vc1_deinitialize; in mix_videoformat_vc1_class_init()