Go to the documentation of this file.
30 #ifndef __ZORAN_DEVICE_H__
31 #define __ZORAN_DEVICE_H__
90 #define decoder_call(zr, o, f, args...) \
91 v4l2_subdev_call(zr->decoder, o, f, ##args)
92 #define encoder_call(zr, o, f, args...) \
93 v4l2_subdev_call(zr->encoder, o, f, ##args)