Searched refs:MppBufferType (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_buffer.h | 124 } 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 D | mpp_buffer_impl.h | 82 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 D | mpp_allocator.c | 37 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 D | mpp_runtime.c | 186 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 D | mpp_allocator_api.h | 14 MppBufferType type;
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_runtime.h | 19 rk_u32 mpp_rt_allcator_is_valid(MppBufferType type);
|
| H A D | mpp_allocator.h | 39 MppBufferType type, MppAllocFlagType flag);
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buffer_impl.c | 122 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 D | mpp_buffer.c | 349 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()
|