TIOVX User Guide
vx_pyramid.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2012-2016 The Khronos Group Inc.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 
18 
19 #ifndef VX_PYRAMID_H_
20 #define VX_PYRAMID_H_
21 
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
38 typedef struct _vx_pyramid
39 {
42 
44  vx_image img[TIVX_PYRAMID_MAX_LEVEL_OBJECTS];
46 
47 
61  vx_pyramid prmd, vx_uint32 width, vx_uint32 height, vx_df_image format);
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif
struct _vx_image * vx_image
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
Definition: vx_reference.h:63
vx_status ownInitVirtualPyramid(vx_pyramid prmd, vx_uint32 width, vx_uint32 height, vx_df_image format)
function to initialize virtual pyramid's parameters
vx_enum vx_status
uint32_t vx_df_image
Pyramid object internal state.
Definition: vx_pyramid.h:38
struct _vx_pyramid * vx_pyramid
tivx_reference_t base
reference object
Definition: vx_pyramid.h:41
uint32_t vx_uint32