Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_api.c278 RK_U32 discard = 0; in avs2d_callback() local
295 discard = 1; in avs2d_callback()
299 discard = 1; in avs2d_callback()
320 discard |= mpp_frame_get_discard(ref_frm); in avs2d_callback()
326 mpp_frame_set_discard(mframe, discard); in avs2d_callback()
330 ctx->hard_err, error, discard); in avs2d_callback()
/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c182 RK_U32 discard = mpp_frame_get_discard(frame); in thread_output() local
197 if (err_info || discard) { in thread_output()
199 " err %x discard %x", err_info, discard); in thread_output()
H A Dmpi_dec_nt_test.c173 RK_U32 discard = mpp_frame_get_discard(frame); in dec_loop() local
191 if (err_info || discard) { in dec_loop()
193 " err %x discard %x", err_info, discard); in dec_loop()
H A Dmpi_dec_test.c178 RK_U32 discard = mpp_frame_get_discard(frame); in dec_simple() local
196 if (err_info || discard) { in dec_simple()
198 " err %x discard %x", err_info, discard); in dec_simple()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_packet_impl.h40 RK_U32 discard : 1; member
H A Dmpp_frame_impl.h110 RK_U32 discard; member
H A Dmpp_buffer_impl.h99 RK_S32 discard; member
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_buffer_impl.h143 rk_u32 discard; member
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c76 RK_U32 discard; member
407 RK_U32 discard = mpp_frame_get_discard(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_buffer_impl.c252 buffer->ref_count, buffer->discard, buffer->caller); in dump_buffer_info()
602 reuse = (!group->is_misc && !buffer->discard); in mpp_buffer_ref_dec()
633 buffer->discard = 1; in mpp_buffer_discard()
850 pos->discard = 1; in mpp_buffer_group_reset()
1308 pos->discard = 1; in service_put_group()
H A Dmpp_frame.c346 MPP_FRAME_ACCESSORS(RK_U32, discard)
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h410 void mpp_frame_set_discard(MppFrame frame, RK_U32 discard);
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md229 | discard | RK_U32 | 表示图像的丢弃标志,如果图像解码时的参考关系不满足要求,则这帧图像会被标记为需要丢弃,不被显示。 …
H A DRockchip_Developer_Guide_MPP_EN.md218 | discard | RK_U32 | Represents the discarding mark of the image. If the reference…
/rockchip-linux_mpp/
H A DCHANGELOG.md75 - [mpp_buffer]: Add mpp_buffer discard function