Home
last modified time | relevance | path

Searched refs:MppBufferType (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_buffer.h124 } MppBufferType; typedef
175 MppBufferType type;
283 … mpp_buffer_group_get(group, (MppBufferType)(type), MPP_BUFFER_INTERNAL, MODULE_TAG, __FUNCTION__)
286 … mpp_buffer_group_get(group, (MppBufferType)(type), MPP_BUFFER_EXTERNAL, MODULE_TAG, __FUNCTION__)
332 MPP_RET mpp_buffer_group_get(MppBufferGroup *group, MppBufferType type, MppBufferMode mode,
339 MppBufferType mpp_buffer_group_type(MppBufferGroup group);
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h82 MppBufferType type;
122 MppBufferType type;
208 …ferGroupImpl **group, const char *tag, const char *caller, MppBufferMode mode, MppBufferType type);
215 MppBufferGroupImpl *mpp_buffer_get_misc_group(MppBufferMode mode, MppBufferType type);
/rockchip-linux_mpp/osal/
H A Dmpp_allocator.c37 MppBufferType type;
125 MppBufferType type, MppAllocFlagType flags) in mpp_allocator_get()
127 MppBufferType buffer_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in mpp_allocator_get()
H A Dmpp_runtime.c186 rk_u32 mpp_rt_allcator_is_valid(MppBufferType type) in mpp_rt_allcator_is_valid()
188 MppBufferType buffer_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in mpp_rt_allcator_is_valid()
H A Dmpp_allocator_api.h14 MppBufferType type;
/rockchip-linux_mpp/osal/inc/
H A Dmpp_runtime.h19 rk_u32 mpp_rt_allcator_is_valid(MppBufferType type);
H A Dmpp_allocator.h39 MppBufferType type, MppAllocFlagType flag);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c122 MppBufferMode mode, MppBufferType type,
806 MppBufferMode mode, MppBufferType type) in mpp_buffer_group_init()
907 static rk_u32 type_to_flag(MppBufferType type) in type_to_flag()
923 static rk_u32 service_get_misc(MppBufferService *srv, MppBufferMode mode, MppBufferType type) in service_get_misc()
927 type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in service_get_misc()
938 MppBufferGroupImpl *mpp_buffer_get_misc_group(MppBufferMode mode, MppBufferType type) in mpp_buffer_get_misc_group()
942 MppBufferType buf_type; in mpp_buffer_get_misc_group()
946 buf_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in mpp_buffer_get_misc_group()
1107 MppBufferMode mode, MppBufferType type, in service_get_group()
1110 MppBufferType buffer_type = (MppBufferType)(type & MPP_BUFFER_TYPE_MASK); in service_get_group()
[all …]
H A Dmpp_buffer.c349 MPP_RET mpp_buffer_group_get(MppBufferGroup *group, MppBufferType type, MppBufferMode mode, in mpp_buffer_group_get()
426 MppBufferType mpp_buffer_group_type(MppBufferGroup group) in mpp_buffer_group_type()