Searched refs:errinfo (Results 1 – 12 of 12) sorted by relevance
132 RK_U32 errinfo; member
677 MPP_RET h264d_callback(void *decoder, void *errinfo) in h264d_callback() argument681 DecCbHalDone *ctx = (DecCbHalDone *)errinfo; in h264d_callback()726 error = tmp->errinfo; in h264d_callback()
731 RK_U32 errinfo = 0; in hal_jpegd_rkv_wait() local756 errinfo = 1; in hal_jpegd_rkv_wait()758 param.hard_err = errinfo; in hal_jpegd_rkv_wait()
971 RK_U32 errinfo = 1; in hal_jpegd_vdpu1_wait() local1005 errinfo = 0; in hal_jpegd_vdpu1_wait()1008 param.hard_err = errinfo; in hal_jpegd_vdpu1_wait()
946 RK_U32 errinfo = 1; in hal_jpegd_vdpu2_wait() local973 errinfo = 0; in hal_jpegd_vdpu2_wait()976 param.hard_err = errinfo; in hal_jpegd_vdpu2_wait()
228 | errinfo | RK_U32 | 表示图像的错误标志,是否图像内有解码错误。 …356 图像的错误信息为errinfo,表示图像内容是否有错误,errinfo不为零则表示码流解码时发生了错误,图像内容是有问题的,可以做丢弃处理。430 命令参数为RK_U32\*,用于关闭MPP解码器的错误处理。一旦使能,MPP解码会无视码流的错误情况,输出全部的可解码图像,同时不对输出的MppFrame结构里的errinfo进行标记。命令调用时机…
217 | 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…
420 void mpp_frame_set_errinfo(MppFrame frame, RK_U32 errinfo);
364 MPP_FRAME_ACCESSORS(RK_U32, errinfo)
1570 MPP_RET m2vd_parser_callback(void *ctx, void *errinfo) in m2vd_parser_callback() argument1576 (void)errinfo; in m2vd_parser_callback()
135 impl->errinfo |= err; in dec_vproc_put_frame()
690 - [h264d]: add errinfo for 4:4:4 lossless mode