IVA/app/external/mpp/osal/mpp_compat_impl.h

27 lines
853 B
C
Raw Normal View History

/*
2023-11-27 14:03:29 +08:00
* Copyright 2021 Rockchip Electronics Co. LTD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
2023-11-27 14:03:29 +08:00
#ifndef __MPP_COMPAT_IMPL_H__
#define __MPP_COMPAT_IMPL_H__
2023-11-27 14:03:29 +08:00
#include "rk_type.h"
2023-11-27 14:03:29 +08:00
extern RK_S32 *compat_ext_fbc_buf_size;
extern RK_S32 *compat_ext_async_input;
extern RK_S32 *compat_ext_fbc_hdr_256_odd;
2023-11-27 14:03:29 +08:00
#endif /*__MPP_COMPAT_IMPL_H__*/