Searched refs:width_stride (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 57 int width_stride; member 256 …printf("input image %dx%d stride %dx%d format=%d\n", img->width, img->height, img->width_stride, i… in inference_model() 273 …ddr((void*)img->virt_addr, img->width, img->height, img->format, img->width_stride, img->height_st… in inference_model() 317 void mpp_decoder_frame_callback(void* userdata, int width_stride, int height_stride, int width, int… in mpp_decoder_frame_callback() argument 339 enc_params.hor_stride = width_stride; in mpp_decoder_frame_callback() 356 img.width_stride = width_stride; in mpp_decoder_frame_callback() 375 origin = wrapbuffer_fd(fd, width, height, RK_FORMAT_YCbCr_420_SP, width_stride, height_stride); in mpp_decoder_frame_callback() 376 …src = wrapbuffer_fd(mpp_frame_fd, width, height, RK_FORMAT_YCbCr_420_SP, width_stride, height_stri… in mpp_decoder_frame_callback() 388 …draw_rectangle_yuv420sp((unsigned char*)mpp_frame_addr, width_stride, height_stride, x1, y1, x2-x1… in mpp_decoder_frame_callback()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_decoder.h | 14 typedef void (*MppDecoderFrameCallback)(void* userdata, int width_stride, int height_stride, int wi…
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 1261 **A3.2.3**:该报错为明显的参数报错,“err ws” 即虚宽(width stride)参数异常,其后“[]”内的参数分别为 [x_offeset, width, width_stride…
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 2481 uint32_t width_stride; 2489 | width_stride | Describes the horizontal stride of the image buffer to be imported, in pixels. |
|
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 2502 | width_stride | 描述待导入图像缓冲区的水平方向步幅,以像素为单位。 |
|
| H A D | Rockchip_FAQ_RGA_EN.md | 1253 …er error. The parameters in the following "[]" are [X_offeset, width, width_stride] respectively.H…
|