summaryrefslogtreecommitdiff
path: root/tvp/OmxUtil.h (plain)
blob: 846c9aadfc31a881bcbcb8818c9e6311f1e9f1f7
1/*
2 * AMLOGIC IOCTL WRAPPER
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the BSD Licence, GNU General Public License
6 * as published by the Free Software Foundation; either version 2 of the
7 * License, or (at your option) any later version
8 */
9
10int openamvideo();
11void closeamvideo();
12int setomxdisplaymode();
13int setomxpts(int time_video);
14void set_omx_pts(char* data, int* handle);
15
16
17
18