Home
last modified time | relevance | path

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

/rockchip-linux_mpp/
H A DCHANGELOG.md88 - [h265d]: Fix yuv400 decode error
104 - [h265d_vdpu384a]: Fix CABAC error detection issue.
123 - [h265d_vdpu383]: Fix CABAC error detection issue.
125 - [h264_vdpu384a]: Fix error proc issue
226 - [kmpp_obj]: Fix rockit compile error
241 - [mpp_meta]: Fix compile error
258 - [vproc]: Fix error info missed problem
337 - [h2645d_sei]: fix read byte overflow error
338 - [m2vd]: Fix refer frame error on beginning
340 - [test]: Fix AQ table error
[all …]
/rockchip-linux_mpp/debian/
H A Dchangelog28 * [test]: Fix rc2 test rc_mode error
35 * [h264e_rkv]: Fix error qp prev update
51 * [vp8d]: fix the vdpu2 decoding error
60 * [h264e]: Fix QP stuck error
129 * [avsd]: add dpb error marking
156 * [vp9d]: fix error: opening device should close, when deinit
198 * [mpp_buf_slot]: return an error code when stride is invalid
199 * [jpegd]: stop the future work when the parser is error
212 * [mpi]: decode_put_packet() would return the internal error
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_api.c277 RK_U32 error = 0; in avs2d_callback() local
293 error = 1; in avs2d_callback()
321 error |= mpp_frame_get_errinfo(ref_frm); in avs2d_callback()
325 mpp_frame_set_errinfo(mframe, error); in avs2d_callback()
330 ctx->hard_err, error, discard); in avs2d_callback()
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_func.h9 #error "KMPP_OBJ_NAME must be defined on using kmpp_obj_func.h"
13 #error "KMPP_OBJ_INTF_TYPE must be defined on using kmpp_obj_func.h"
H A Dkmpp_obj_helper.h9 #error “MUST NOT include obj_helper.h within obj_helper.h“
37 #error "KMPP_OBJ_NAME not defined"
40 #error "KMPP_OBJ_INTF_TYPE not defined"
/rockchip-linux_mpp/build/android/aarch64/fix/
H A Dreadme.txt1 NOTE: Google original ndk libc.so is lack of some symbol and it will cause error
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md15 …tructions of the encoder input image.<br/>2、Correct the encoder flowchart error | Herman Chen<br>V…
217 …rinfo | RK_U32 | Represents the image error flag, whether there is decoding error
225 …nformation structure. The decoded information (including pixel data, pts, error information and ot…
260 …tstream <br>frame :output image return value :0 is normal and non-zero is error code. …
261 …mal, indicating that the stream has been processed by MPP; non-zero is an error, and the stream ha…
262 …mal, we need to determine whether there is a value of the frame pointer; non-zero is error code. |
263 …ge <br>packet :output bitstream <br>return value:0 is normal, non-zero is error code. …
264 …ext. <br>frame :input image <br>return value :0 is normal and non-zero is error code. …
265 …tance context. <br>packet :output bitstream <br>return value :0 is normal, non-zero is error code.|
266 …seconds of timeout. <br>return value :0 is normal, data can be retrieved, non-zero is error code. |
[all …]
H A DRockchip_Developer_Guide_MPP_CN.md1126 vpu_service_ioctl:1844: error: unknow vpu service ioctl cmd 40086c01
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c715 RK_U32 error = 0; in h264d_callback() local
726 error = tmp->errinfo; in h264d_callback()
729 mpp_frame_get_poc(frame), output, i, refer[i], tmp->poc, error); in h264d_callback()
731 if (error) { in h264d_callback()
733 mpp_frame_get_poc(frame), i, refer[i], tmp->poc, error); in h264d_callback()
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c75 RK_U32 error; member
406 RK_U32 error = mpp_frame_get_errinfo(frame); in mpp_ops_dec_get_frm() local
411 info_change, error, discard, mpp_frame_get_pts(frame)); in mpp_ops_dec_get_frm()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c606 RK_U32 error = 0; in slot_ops_with_log() local
646 error = 1; in slot_ops_with_log()
679 error = 1; in slot_ops_with_log()
703 error = 1; in slot_ops_with_log()
711 if (error) in slot_ops_with_log()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_hash.h27 #error __SIZEOF_POINTER__ not 4 or 8
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec.c201 RK_U32 error = flags.parse_err || flags.ref_err; in mpp_dec_put_frame() local
308 if (error) { in mpp_dec_put_frame()
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile689 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
730 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
732 # error (stderr).
/rockchip-linux_mpp/build/android/
H A Dandroid.toolchain.cmake1380 … GCC 4.6 toolchain can fail with 'unresolvable R_ARM_THM_CALL relocation' error message. See https…