xine-lib 1.2.13-20230125hg15249
xvmc_vld.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2004 The Unichrome project. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License as published by the Free Software
6 * Foundation; either version 2, or (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTIES OR REPRESENTATIONS; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 * See the GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 */
17
18#ifndef _XVMC_VLD_H
19#define _XVMC_VLD_H
20
21#include "accel_xvmc.h"
22#include "xvmc.h"
23
24extern void mpeg2_xxmc_slice( mpeg2dec_accel_t *accel, picture_t *picture,
25 int code, uint8_t *buffer, uint32_t chunk_size,
26 uint8_t *chunk_buffer);
27extern void mpeg2_xxmc_vld_frame_complete(mpeg2dec_accel_t *accel, picture_t *picture, int code);
28
29
30#endif
Definition libmpeg2_accel.h:32
Definition vdpau_mpeg12.c:113
char code
Definition xmllexer.c:612
void mpeg2_xxmc_vld_frame_complete(mpeg2dec_accel_t *accel, picture_t *picture, int code)
Definition slice_xvmc_vld.c:198
void mpeg2_xxmc_slice(mpeg2dec_accel_t *accel, picture_t *picture, int code, uint8_t *buffer, uint32_t chunk_size, uint8_t *chunk_buffer)
Definition slice_xvmc_vld.c:50