Searched refs:height_stride (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 58 int height_stride; member 256 …e %dx%d format=%d\n", img->width, img->height, img->width_stride, img->height_stride, img->format); in inference_model() 273 …void*)img->virt_addr, img->width, img->height, img->format, img->width_stride, img->height_stride); 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 340 enc_params.ver_stride = height_stride; in mpp_decoder_frame_callback() 357 img.height_stride = height_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 … = wrapbuffer_fd(mpp_frame_fd, width, height, RK_FORMAT_YCbCr_420_SP, width_stride, height_stride); 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_Developer_Guide_RGA_EN.md | 2482 uint32_t height_stride; 2490 | height_stride | Describes the vertical stride of the image buffer to be imported, in pixels. |
|
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 2503 | height_stride | 描述待导入图像缓冲区的垂直方向步幅,以像素为单位。 |
|