|
xine-lib 1.2.12
|
#include <stddef.h>#include <xine/video_out.h>#include <xine/xine_internal.h>#include "xine_hw_frame_plugin.h"Macros | |
| #define | HW_FRAME_PLUGIN(_api) xine_container_of(_api, xine_hw_frame_plugin_t, api) |
Functions | |
| static void | default_hwdec_destroy (xine_hwdec_t **api) |
| xine_hwdec_t * | _x_hwdec_new (xine_t *xine, vo_driver_t *vo_driver, unsigned visual_type, const void *visual, unsigned flags) |
| #define HW_FRAME_PLUGIN | ( | _api | ) | xine_container_of(_api, xine_hw_frame_plugin_t, api) |
| xine_hwdec_t * _x_hwdec_new | ( | xine_t * | xine, |
| vo_driver_t * | vo_driver, | ||
| unsigned | visual_type, | ||
| const void * | visual, | ||
| unsigned | flags | ||
| ) |
|
static |
References _x_free_module(), HW_FRAME_PLUGIN, xine_hw_frame_plugin_s::module, NULL, and xine_hw_frame_plugin_s::xine.
Referenced by _x_hwdec_new().