Home
last modified time | relevance | path

Searched defs:next (Results 1 – 17 of 17) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.c105 RK_S32 mpi_enc_opt_i(void *ctx, const char *next) in mpi_enc_opt_i()
127 RK_S32 mpi_enc_opt_o(void *ctx, const char *next) in mpi_enc_opt_o()
146 RK_S32 mpi_enc_opt_w(void *ctx, const char *next) in mpi_enc_opt_w()
159 RK_S32 mpi_enc_opt_h(void *ctx, const char *next) in mpi_enc_opt_h()
172 RK_S32 mpi_enc_opt_hstride(void *ctx, const char *next) in mpi_enc_opt_hstride()
185 RK_S32 mpi_enc_opt_vstride(void *ctx, const char *next) in mpi_enc_opt_vstride()
198 RK_S32 mpi_enc_opt_f(void *ctx, const char *next) in mpi_enc_opt_f()
223 RK_S32 mpi_enc_opt_t(void *ctx, const char *next) in mpi_enc_opt_t()
239 RK_S32 mpi_enc_opt_tsrc(void *ctx, const char *next) in mpi_enc_opt_tsrc()
256 RK_S32 mpi_enc_opt_n(void *ctx, const char *next) in mpi_enc_opt_n()
[all …]
H A Dmpi_dec_utils.c431 RK_S32 mpi_dec_opt_i(void *ctx, const char *next) in mpi_dec_opt_i()
447 RK_S32 mpi_dec_opt_o(void *ctx, const char *next) in mpi_dec_opt_o()
461 RK_S32 mpi_dec_opt_w(void *ctx, const char *next) in mpi_dec_opt_w()
474 RK_S32 mpi_dec_opt_h(void *ctx, const char *next) in mpi_dec_opt_h()
487 RK_S32 mpi_dec_opt_t(void *ctx, const char *next) in mpi_dec_opt_t()
504 RK_S32 mpi_dec_opt_f(void *ctx, const char *next) in mpi_dec_opt_f()
528 RK_S32 mpi_dec_opt_n(void *ctx, const char *next) in mpi_dec_opt_n()
545 RK_S32 mpi_dec_opt_s(void *ctx, const char *next) in mpi_dec_opt_s()
561 RK_S32 mpi_dec_opt_v(void *ctx, const char *next) in mpi_dec_opt_v()
577 RK_S32 mpi_dec_opt_slt(void *ctx, const char *next) in mpi_dec_opt_slt()
[all …]
H A Dmpp_opt.c101 char *next = (opt_next >= argc) ? NULL : argv[opt_next]; in mpp_opt_parse() local
/rockchip-linux_mpp/osal/inc/
H A Dmpp_list.h30 MppListNode *next; member
75 struct list_head *next, *prev; member
136 struct list_head * next) in __list_add()
154 static __inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
H A Dmpp_hash.h31 struct hlist_node *next, **pprev; member
68 struct hlist_node *next = n->next; in __hlist_del() local
101 static inline void hlist_add_before(struct hlist_node *n, struct hlist_node *next) in hlist_add_before()
/rockchip-linux_mpp/osal/
H A Dmpp_list.c47 static inline void _mpp_list_add(MppListNode * _new, MppListNode * prev, MppListNode * next) in _mpp_list_add()
116 static inline void _mpp_list_del(MppListNode *prev, MppListNode *next) in _mpp_list_del()
425 MppListNode *next = node->next; in mpp_list_destroy() local
589 struct list_head *next = pending->prev; in list_sort() local
H A Dmpp_thread.c699 MppSThdStatus next = func ? MPP_STHD_READY : MPP_STHD_UNINITED; in mpp_sthd_grp_setup() local
/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp27 rk_list_node* next; member
57 static inline void _rk_list_add(rk_list_node * _new, rk_list_node * prev, rk_list_node * next) in _rk_list_add()
124 static inline void _rk_list_del(rk_list_node *prev, rk_list_node *next) in _rk_list_del()
/rockchip-linux_mpp/inc/
H A Dmpp_packet.h96 const MppPktSeg *next; member
H A Dmpp_compat.h45 MppCompat * const next; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_task_impl.c202 MppTaskStatusInfo *next = NULL; in _mpp_port_move() local
249 MppTaskStatusInfo *next = NULL; in _mpp_port_dequeue() local
311 MppTaskStatusInfo *next = NULL; in _mpp_port_enqueue() local
H A Dmpp_trie.c47 rk_s16 next[MPP_TRIE_KEY_MAX]; member
170 rk_s32 next = 0; in trie_pave_node() local
367 rk_s32 next = -1; in mpp_trie_walk() local
/rockchip-linux_mpp/mpp/vproc/rga/test/
H A Drga_test.c41 const char *next; in rga_test_parse_options() local
/rockchip-linux_mpp/mpp/vproc/iep2/test/
H A Diep2_test.c207 int prev, curr, next; in iep2_test() local
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c100 static RK_S32 mpp_combine_frame(SplitContext_t *sc, RK_S32 next, const RK_U8 **buf, RK_S32 *buf_siz… in mpp_combine_frame()
227 RK_S32 next, i; in h265d_split_frame() local
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c1810 MppTrieInfo *next = NULL; in kmpp_obj_udump_f() local
/rockchip-linux_mpp/osal/linux/
H A Ddrm.h117 unsigned char next; member