Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 112) sorted by relevance

12345

/rockchip-linux_mpp/osal/inc/
H A Dmpp_mem.h14 #define mpp_malloc_with_caller(type, count, caller) \ argument
17 #define mpp_malloc(type, count) \ argument
20 #define mpp_malloc_size(type, size) \ argument
23 #define mpp_calloc(type, count) \ argument
26 #define mpp_calloc_size(type, size) \ argument
29 #define mpp_realloc(ptr, type, count) \ argument
32 #define mpp_realloc_size(ptr, type, size) \ argument
H A Dmpp_list.h91 #define list_entry(ptr, type, member) \ argument
94 #define list_first_entry(ptr, type, member) \ argument
97 #define list_last_entry(ptr, type, member) \ argument
100 #define list_first_entry_or_null(ptr, type, member) ({ \ argument
106 #define list_next_entry(pos, type, member) \ argument
109 #define list_prev_entry(pos, type, member) \ argument
112 #define list_for_each_entry(pos, head, type, member) \ argument
117 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
123 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
128 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_helper.h65 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) \ argument
87 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) \ argument
100 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) argument
104 #define VAL_ENTRY_TBL(prefix, ftype, type, name, flag, ...) \ argument
107 #define VAL_HOOK_IDX(prefix, ftype, type, name, flag, ...) \ argument
111 #define ENTRY_QUERY(prefix, ftype, type, name, flag, ...) \ argument
116 #define HOOK_QUERY(prefix, ftype, type, name, flag, ...) \ argument
125 #define ENTRY_TO_FUNC(prefix, ftype, type, name, flag, ...) \ argument
152 #define STRUCT_TO_FUNC(prefix, ftype, type, name, flag, ...) \ argument
181 #define ENTRY_TO_FUNC(prefix, ftype, type, name, flag, ...) \ argument
[all …]
H A Dkmpp_obj_func.h47 #define ENTRY_DECLARE(prefix, ftype, type, name, flag, ...) \ argument
52 #define STRCT_DECLARE(prefix, ftype, type, name, flag, ...) \ argument
57 #define ALIAS_DECLARE(prefix, ftype, type, name, flag, ...) argument
/rockchip-linux_mpp/utils/
H A Dcamera_source.c47 enum v4l2_buf_type type; member
118 enum v4l2_buf_type type; in camera_source_init() local
330 enum v4l2_buf_type type; in camera_source_deinit() local
368 enum v4l2_buf_type type; in camera_source_get_frame() local
401 enum v4l2_buf_type type; in camera_source_put_frame() local
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c46 MppCodingType type; member
120 static RcImplApi *_rc_api_get(MppRcApiSrv *srv, MppCodingType type, const char *name) in _rc_api_get()
198 RcImplApi *rc_api_get(MppCodingType type, const char *name) in rc_api_get()
229 RK_S32 max_count, MppCodingType type) in rc_api_get_by_type()
285 MppCodingType type; in rc_brief_get_by_type() local
/rockchip-linux_mpp/inc/
H A Dmpp_sys_cfg_st.h16 MppCodingType type; member
27 MppCodingType type; member
38 MppCodingType type; member
48 MppCodingType type; member
H A Dmpp_buffer.h175 MppBufferType type; member
282 #define mpp_buffer_group_get_internal(group, type, ...) \ argument
285 #define mpp_buffer_group_get_external(group, type, ...) \ argument
/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.c27 MppCtxType type; member
36 MPP_RET hal_info_init(HalInfo *ctx, MppCtxType type, MppCodingType coding) in hal_info_init()
66 MPP_RET hal_info_set(HalInfo ctx, RK_U32 type, RK_U32 flag, RK_U64 data) in hal_info_set()
178 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val) in hal_info_to_string()
/rockchip-linux_mpp/mpp/
H A Dmpi.c23 MppCtxType type; member
269 static MPP_RET mpi_poll(MppCtx ctx, MppPortType type, MppPollType timeout) in mpi_poll()
297 static MPP_RET mpi_dequeue(MppCtx ctx, MppPortType type, MppTask *task) in mpi_dequeue()
321 static MPP_RET mpi_enqueue(MppCtx ctx, MppPortType type, MppTask task) in mpi_enqueue()
446 MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding) in mpp_init()
495 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding) in mpp_check_support_format()
H A Dmpp.c150 MPP_RET mpp_ctx_init(Mpp *mpp, MppCtxType type, MppCodingType coding) in mpp_ctx_init()
1023 MPP_RET mpp_poll(Mpp *mpp, MppPortType type, MppPollType timeout) in mpp_poll()
1055 MPP_RET mpp_dequeue(Mpp *mpp, MppPortType type, MppTask *task) in mpp_dequeue()
1093 MPP_RET mpp_enqueue(Mpp *mpp, MppPortType type, MppTask task) in mpp_enqueue()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg.c39 const char *strof_cfg_type(CfgType type) in strof_cfg_type()
57 static void show_cfg_info_err(MppCfgInfo *node, CfgType type, const char *func, const char *name) in show_cfg_info_err()
78 #define MPP_CFG_ACCESS(type, base_type) \ argument
124 MPP_RET check_cfg_info(MppCfgInfo *node, const char *name, CfgType type, in check_cfg_info()
H A Dmpp_cfg_io.c68 MppCfgType type; member
103 MppCfgStrFmt type; member
108 static const char *strof_type(MppCfgType type) in strof_type()
207 rk_s32 mpp_cfg_get_object(MppCfgObj *obj, const char *name, MppCfgType type, MppCfgVal *val) in mpp_cfg_get_object()
483 rk_s32 mpp_cfg_find(MppCfgObj *obj, MppCfgObj root, char *name, rk_s32 type) in mpp_cfg_find()
1162 static rk_s32 parse_number(MppCfgStrBuf *str, MppCfgType *type, MppCfgVal *val) in parse_number()
1232 static rk_s32 parse_log_string(MppCfgStrBuf *str, char **name, rk_s32 *len, rk_u32 type) in parse_log_string()
1434 MppCfgType type; in parse_log_value() local
2033 MppCfgType type; in parse_json_value() local
2235 static rk_s32 parse_toml_string(MppCfgStrBuf *str, char **name, rk_s32 *len, rk_u32 type) in parse_toml_string()
[all …]
H A Dmpp_meta.c74 static inline RK_U64 META_KEY_TO_U64(RK_U32 key, RK_U32 type) in META_KEY_TO_U64()
79 #define EXPAND_AS_TRIE(key, type) \ argument
86 #define EXPAND_AS_LOG(key, type) \ argument
180 #define get_index_of_key_f(key, type) get_index_of_key(key, type, __FUNCTION__); argument
H A Dmpp_buf_slot.c1056 MPP_RET mpp_buf_slot_set_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_set_flag()
1075 MPP_RET mpp_buf_slot_clr_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_clr_flag()
1104 MPP_RET mpp_buf_slot_enqueue(MppBufSlots slots, RK_S32 index, SlotQueueType type) in mpp_buf_slot_enqueue()
1129 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type) in mpp_buf_slot_dequeue()
1164 MPP_RET mpp_buf_slot_set_prop(MppBufSlots slots, RK_S32 index, SlotPropType type, void *val) in mpp_buf_slot_set_prop()
1265 MPP_RET mpp_buf_slot_get_prop(MppBufSlots slots, RK_S32 index, SlotPropType type, void *val) in mpp_buf_slot_get_prop()
1376 RK_U32 mpp_slots_is_empty(MppBufSlots slots, SlotQueueType type) in mpp_slots_is_empty()
1424 MPP_RET mpp_slots_set_prop(MppBufSlots slots, SlotsPropType type, void *val) in mpp_slots_set_prop()
1505 MPP_RET mpp_slots_get_prop(MppBufSlots slots, SlotsPropType type, void *val) in mpp_slots_get_prop()
H A Dmpp_buffer_impl.c806 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()
938 MppBufferGroupImpl *mpp_buffer_get_misc_group(MppBufferMode mode, MppBufferType type) in mpp_buffer_get_misc_group()
1107 MppBufferMode mode, MppBufferType type, in service_get_group()
1248 MppBufferType type = group->type; in destroy_group() local
/rockchip-linux_mpp/test/
H A Dmpp_parse_cfg.c27 int type; member
167 int type; in parse_options() local
219 int type = lookup_opt_type(line); in mpp_parse_config() local
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sei.c52 RK_S32 type = H264_SEI_RECOVERY_POINT; in h264e_sei_recovery_point_to_packet() local
102 MPP_RET h264e_sei_to_packet(MppPacket packet, RK_S32 *len, RK_S32 type, in h264e_sei_to_packet()
/rockchip-linux_mpp/osal/driver/
H A Dmpp_device.c20 MppClientType type; member
28 MPP_RET mpp_dev_init(MppDev *ctx, MppClientType type) in mpp_dev_init()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c79 static MPP_RET init(Kmpp *ctx, MppCtxType type, MppCodingType coding) in init()
447 static MPP_RET poll(Kmpp *ctx, MppPortType type, MppPollType timeout) in poll()
459 static MPP_RET dequeue(Kmpp *ctx, MppPortType type, MppTask *task) in dequeue()
471 static MPP_RET enqueue(Kmpp *ctx, MppPortType type, MppTask task) in enqueue()
/rockchip-linux_mpp/osal/
H A Dosal_2str.c8 const char *strof_client_type(MppClientType type) in strof_client_type()
H A Dmpp_allocator.c37 MppBufferType type; member
125 MppBufferType type, MppAllocFlagType flags) in mpp_allocator_get()
/rockchip-linux_mpp/mpp/common/
H A Dh264e_syntax.h35 #define SYN_TYPE_FLAG(type) (1 << (type)) argument
38 H264eSyntaxType type; member
/rockchip-linux_mpp/mpp/hal/inc/
H A Dmpp_hal.h40 MppCtxType type; member
57 MppCtxType type; member
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_sys_cfg_st_test.c16 MppCodingType type = MPP_VIDEO_CodingHEVC; in main() local

12345