summaryrefslogtreecommitdiff
path: root/tvp/OmxUtil.h (plain)
blob: 1df46a95d028e3447cdf44850e2daecc29eca583
1/*
2 * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
3 *
4 * This source code is subject to the terms and conditions defined in the
5 * file 'LICENSE' which is part of this source code package.
6 *
7 * Description:
8 * AMLOGIC OMX IOCTL WRAPPER
9 */
10
11
12int openamvideo();
13void closeamvideo();
14int setomxdisplaymode();
15int setomxpts(int time_video);
16int setomxpts(uint32_t* omx_info);
17void set_omx_pts(char* data, int* handle);
18
19
20
21