Home
last modified time | relevance | path

Searched refs:info_change (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_dec_task.h41 RK_U32 info_change : 1; member
102 RK_U32 info_change : 1; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_no_thread.cpp204 task_dec->flags.info_change = 1; in mpp_dec_decode()
219 task->wait.info_change = mpp_buf_slot_is_changed(frame_slots); in mpp_dec_decode()
220 if (task->wait.info_change) { in mpp_dec_decode()
224 task_dec->flags.info_change = 0; in mpp_dec_decode()
337 if (task->wait.info_change) { in mpp_dec_reset_no_thread()
H A Dmpp_dec_normal.cpp223 if (task->wait.info_change) in reset_parser_thread()
550 task_dec->flags.info_change = 1; in try_proc_dec_task()
561 task->wait.info_change = mpp_buf_slot_is_changed(frame_slots); in try_proc_dec_task()
562 if (task->wait.info_change) { in try_proc_dec_task()
566 task_dec->flags.info_change = 0; in try_proc_dec_task()
806 if (task_dec->flags.info_change) { in mpp_dec_hal_thread()
H A Dmpp_dec.cpp207 RK_U32 change = flags.info_change; in mpp_dec_put_frame()
354 vproc_task->flags.info_change = change; in mpp_dec_put_frame()
407 tmp.info_change = 0; in mpp_dec_push_display()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp_impl.cpp91 RK_U32 info_change; member
373 RK_U32 info_change = mpp_frame_get_info_change(frame); in mpp_ops_dec_get_frm() local
379 info_change, error, discard, mpp_frame_get_pts(frame)); in mpp_ops_dec_get_frm()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h131 RK_U32 info_change; member
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h180 RK_U32 info_change : 1; // 0x0020 MPP_DEC_NOTIFY_INFO_CHG_DONE member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_frame.cpp288 MPP_FRAME_ACCESSORS(RK_U32, info_change)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h385 void mpp_frame_set_info_change(MppFrame frame, RK_U32 info_change);
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h384 void mpp_frame_set_info_change(MppFrame frame, RK_U32 info_change);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c860 goto info_change; in gst_mpp_dec_loop()
933 info_change: in gst_mpp_dec_loop()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c76 RK_U32 info_change; member
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp655 RK_U32 change = task_vproc->flags.info_change; in dec_vproc_thread()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c168 RK_U32 info_change; member