Home
last modified time | relevance | path

Searched defs:box (Results 1 – 12 of 12) sorted by relevance

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/include/
Dmailbox_hal.h34 #define mailbox_hal_write_param0(hal, param0, box) mailbox_ll_write_param0((hal)->hw, param0, box) argument
35 #define mailbox_hal_write_param1(hal, param1, box) mailbox_ll_write_param1((hal)->hw, param1, box) argument
36 #define mailbox_hal_write_param2(hal, param2, box) mailbox_ll_write_param2((hal)->hw, param2, box) argument
37 #define mailbox_hal_write_param3(hal, param3, box) mailbox_ll_write_param3((hal)->hw, param3, box) argument
39 #define mailbox_hal_read_param0(hal, box) mailbox_ll_read_param0((hal)->hw, box) argument
40 #define mailbox_hal_read_param1(hal, box) mailbox_ll_read_param1((hal)->hw, box) argument
41 #define mailbox_hal_read_param2(hal, box) mailbox_ll_read_param2((hal)->hw, box) argument
42 #define mailbox_hal_read_param3(hal, box) mailbox_ll_read_param3((hal)->hw, box) argument
44 #define mailbox_hal_box_trigger(hal, box) mailbox_ll_box_trigger((hal)->hw, box) argument
45 #define mailbox_hal_box_trigger_ready(hal, box) mailbox_ll_box_trigger_ready((hal)->hw, box) argument
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/
Dmailbox_ll.h115 static inline void mailbox_ll_write_param0(s_mailbox_t *hw, uint32_t param0, uint32_t box) in mailbox_ll_write_param0()
122 static inline void mailbox_ll_write_param1(s_mailbox_t *hw, uint32_t param1, uint32_t box) in mailbox_ll_write_param1()
129 static inline void mailbox_ll_write_param2(s_mailbox_t *hw, uint32_t param2, uint32_t box) in mailbox_ll_write_param2()
136 static inline void mailbox_ll_write_param3(s_mailbox_t *hw, uint32_t param3, uint32_t box) in mailbox_ll_write_param3()
144 static inline uint32_t mailbox_ll_read_param0(s_mailbox_t *hw, uint32_t box) in mailbox_ll_read_param0()
151 static inline uint32_t mailbox_ll_read_param1(s_mailbox_t *hw, uint32_t box) in mailbox_ll_read_param1()
158 static inline uint32_t mailbox_ll_read_param2(s_mailbox_t *hw, uint32_t box) in mailbox_ll_read_param2()
166 static inline uint32_t mailbox_ll_read_param3(s_mailbox_t *hw, uint32_t box) in mailbox_ll_read_param3()
175 static inline void mailbox_ll_box_trigger_ready(s_mailbox_t *hw, uint32_t box) in mailbox_ll_box_trigger_ready()
183 static inline void mailbox_ll_box_trigger(s_mailbox_t *hw, uint32_t box) in mailbox_ll_box_trigger()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/utils/
Ddecoder_mmu_box.c59 static int decoder_mmu_box_mgr_add_box(struct decoder_mmu_box *box) in decoder_mmu_box_mgr_add_box()
69 static int decoder_mmu_box_mgr_del_box(struct decoder_mmu_box *box) in decoder_mmu_box_mgr_del_box()
79 bool decoder_mmu_box_valide_check(void *box) in decoder_mmu_box_valide_check()
100 struct decoder_mmu_box *box = handle; in decoder_mmu_try_to_release_box() local
126 struct decoder_mmu_box *box = handle; in decoder_mmu_box_sc_check() local
143 struct decoder_mmu_box *box; in decoder_mmu_box_alloc_box() local
175 struct decoder_mmu_box *box = handle; in decoder_mmu_box_alloc_idx() local
224 struct decoder_mmu_box *box = handle; in decoder_mmu_box_free_idx_tail() local
245 struct decoder_mmu_box *box = handle; in decoder_mmu_box_free_idx() local
272 struct decoder_mmu_box *box = handle; in decoder_mmu_box_free() local
[all …]
Ddecoder_bmmu_box.c70 static int decoder_bmmu_box_mgr_add_box(struct decoder_bmmu_box *box) in decoder_bmmu_box_mgr_add_box()
80 static int decoder_bmmu_box_mgr_del_box(struct decoder_bmmu_box *box) in decoder_bmmu_box_mgr_del_box()
90 bool decoder_bmmu_box_valide_check(void *box) in decoder_bmmu_box_valide_check()
114 struct decoder_bmmu_box *box; in decoder_bmmu_box_alloc_box() local
146 struct decoder_bmmu_box *box = handle; in decoder_bmmu_box_alloc_idx() local
209 struct decoder_bmmu_box *box = handle; in decoder_bmmu_box_free_idx() local
234 struct decoder_bmmu_box *box = handle; in decoder_bmmu_box_free() local
259 struct decoder_bmmu_box *box = handle; in decoder_bmmu_try_to_release_box() local
284 struct decoder_bmmu_box *box = box_handle; in decoder_bmmu_box_get_mem_handle() local
294 struct decoder_bmmu_box *box = box_handle; in decoder_bmmu_box_get_mem_size() local
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/mailbox/
Dmailbox_driver_base.c141 static void mailbox_write_data(mailbox_data_t *data, mailbox_id_t id, mailbox_box_num_t box) in mailbox_write_data()
156 mailbox_box_num_t box; in bk_mailbox_send() local
211 static void mailbox_receive_data(mailbox_id_t id, mailbox_data_t *data, mailbox_box_num_t box) in mailbox_receive_data()
225 mailbox_box_num_t box; in mailbox_receive_isr() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
Dmisc_util.c58 void RectBoxTran(RectBox* box, int srcWidth, int srcHeight, int dstWidth, int dstHeight) in RectBoxTran()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
Dai_infer_process.h65 RectBox box; // The rectangular area of the object (pixels) member
Dai_infer_process.c941 RectBox *box = &resBuf[resId].box; in Yolo2FetchRes() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
Dive_img.c212 RectBox box = *origBox; in ImgYuvCrop() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/
Dhand_classify.c215 RectBox *box = &objs[i].box; in Yolo2HandDetectResnetClassifyCal() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/
Dsmp_resize_crop.c278 RectBox box = *origBox; in ImgYuvCrop() local
679 RectBox box = *origBox; in ImgYuvCropU8c1() local
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcheckchessboard.cpp67 cv::RotatedRect box = cv::minAreaRect(c); in icvGetQuadrangleHypotheses() local