Home
last modified time | relevance | path

Searched refs:errinfo (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h132 RK_U32 errinfo; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c677 MPP_RET h264d_callback(void *decoder, void *errinfo) in h264d_callback() argument
681 DecCbHalDone *ctx = (DecCbHalDone *)errinfo; in h264d_callback()
726 error = tmp->errinfo; in h264d_callback()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c731 RK_U32 errinfo = 0; in hal_jpegd_rkv_wait() local
756 errinfo = 1; in hal_jpegd_rkv_wait()
758 param.hard_err = errinfo; in hal_jpegd_rkv_wait()
H A Dhal_jpegd_vdpu1.c971 RK_U32 errinfo = 1; in hal_jpegd_vdpu1_wait() local
1005 errinfo = 0; in hal_jpegd_vdpu1_wait()
1008 param.hard_err = errinfo; in hal_jpegd_vdpu1_wait()
H A Dhal_jpegd_vdpu2.c946 RK_U32 errinfo = 1; in hal_jpegd_vdpu2_wait() local
973 errinfo = 0; in hal_jpegd_vdpu2_wait()
976 param.hard_err = errinfo; in hal_jpegd_vdpu2_wait()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md228 | errinfo | RK_U32 | 表示图像的错误标志,是否图像内有解码错误。 …
356 图像的错误信息为errinfo,表示图像内容是否有错误,errinfo不为零则表示码流解码时发生了错误,图像内容是有问题的,可以做丢弃处理。
430 命令参数为RK_U32\*,用于关闭MPP解码器的错误处理。一旦使能,MPP解码会无视码流的错误情况,输出全部的可解码图像,同时不对输出的MppFrame结构里的errinfo进行标记。命令调用时机…
H A DRockchip_Developer_Guide_MPP_EN.md217 | errinfo | RK_U32 | Represents the image error flag, whether there is decoding er…
337 The error information of the image is errinfo, which indicates whether there is an error in the pro…
409 … flag of the stream, outputs all decodable images, and does not mark any errinfo in the output Mpp…
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h420 void mpp_frame_set_errinfo(MppFrame frame, RK_U32 errinfo);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_frame.c364 MPP_FRAME_ACCESSORS(RK_U32, errinfo)
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1570 MPP_RET m2vd_parser_callback(void *ctx, void *errinfo) in m2vd_parser_callback() argument
1576 (void)errinfo; in m2vd_parser_callback()
/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c135 impl->errinfo |= err; in dec_vproc_put_frame()
/rockchip-linux_mpp/
H A DCHANGELOG.md690 - [h264d]: add errinfo for 4:4:4 lossless mode