Searched refs:encoder_call (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/video/zoran/ |
D | zoran_device.h | 92 #define encoder_call(zr, o, f, args...) \ macro
|
D | zoran_device.c | 996 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1044 encoder_call(zr, video, s_routing, 1, 0, 0); in zr36057_enable_jpg() 1089 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1581 encoder_call(zr, core, init, 0); in zoran_init_hardware() 1582 encoder_call(zr, video, s_std_output, zr->norm); in zoran_init_hardware() 1583 encoder_call(zr, video, s_routing, 0, 0, 0); in zoran_init_hardware()
|
D | zoran_card.c | 1074 encoder_call(zr, video, s_routing, 2, 0, 0); in zr36057_init()
|
D | zoran_driver.c | 1022 encoder_call(zr, video, s_routing, 2, 0, 0); in zoran_close() 1483 encoder_call(zr, video, s_std_output, norm); in zoran_set_norm()
|