Home
last modified time | relevance | path

Searched refs:h_stride (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp78 RK_U32 h_stride = 0; in dump_frame_to_file() local
95 h_stride = pstFrame->stVFrame.u32VirWidth; in dump_frame_to_file()
99 base_c = base + h_stride * v_stride; in dump_frame_to_file()
101 for (i = 0; i < height; i++, base_y += h_stride) { in dump_frame_to_file()
104 for (i = 0; i < height / 2; i++, base_c += h_stride) { in dump_frame_to_file()
110 h_stride = pstFrame->stVFrame.u32VirWidth * 10 / 8; in dump_frame_to_file()
114 base_c = base + h_stride * v_stride; in dump_frame_to_file()
116 for (i = 0; i < height; i++, base_y += h_stride) { in dump_frame_to_file()
119 for (i = 0; i < height / 2; i++, base_c += h_stride) { in dump_frame_to_file()
126 h_stride = pstFrame->stVFrame.u32VirWidth * 2; in dump_frame_to_file()
[all …]
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c50 RK_U32 h_stride = 0; in dump_mpp_frame_to_file() local
61 h_stride = mpp_frame_get_hor_stride(frame); in dump_mpp_frame_to_file()
79 RK_U8 *base_c = base + h_stride * v_stride; in dump_mpp_frame_to_file()
80 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height * 2); in dump_mpp_frame_to_file()
84 for (i = 0; i < height; i++, base_y += h_stride) in dump_mpp_frame_to_file()
87 for (i = 0; i < height; i++, base_c += h_stride) { in dump_mpp_frame_to_file()
103 RK_U8 *base_c = base + h_stride * v_stride; in dump_mpp_frame_to_file()
105 for (i = 0; i < height; i++, base_y += h_stride) { in dump_mpp_frame_to_file()
108 for (i = 0; i < height / 2; i++, base_c += h_stride) { in dump_mpp_frame_to_file()
115 RK_U8 *base_c = base + h_stride * v_stride; in dump_mpp_frame_to_file()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c98 config->h_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_in_image_format()
129 config->h_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h89 int32_t h_stride; member
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt42 1. 新功能: 多batch的NHWC格式输入时,在H维度,有效元素个数与实际内存中的元素个数不一致时,支持H方向实际元素个数按照h_stride设置.
/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt42 1. 新功能: 多batch的NHWC格式输入时,在H维度,有效元素个数与实际内存中的元素个数不一致时,支持H方向实际元素个数按照h_stride设置.
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/
H A Drknn_api.h256 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Android/librknn_api/include/
H A Drknn_api.h263 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Linux/librknn_api/include/
H A Drknn_api.h263 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Linux/librknn_api/include/
H A Drknn_api.h263 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Android/librknn_api/include/
H A Drknn_api.h263 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/runtime/RV1106/Linux/librknn_api/include/
H A Drknn_api.h263 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Drknn_api.h263 …uint32_t h_stride; /* the stride along the height dimention of in… member
/OK3568_Linux_fs/external/rknpu2/
H A DREADME.md54 - rknn_tensor_attr support w_stride(rename from stride) and h_stride
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A Dchangelog-1.5.0.txt370 1. 新功能: 多batch的NHWC格式输入时,在H维度,有效元素个数与实际内存中的元素个数不一致时,支持H方向实际元素个数按照h_stride设置.