Home
last modified time | relevance | path

Searched refs:eoi (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_packet_impl.h45 RK_U32 eoi : 1; member
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c891 RK_U32 eoi = 1; in enc_test_output() local
927 eoi = mpp_packet_is_eoi(packet); in enc_test_output()
931 p->frm_pkt_cnt = (eoi) ? (0) : (p->frm_pkt_cnt + 1); in enc_test_output()
979 p->frm_cnt_out += eoi; in enc_test_output()
999 } while (!eoi); in enc_test_output()
H A Dmpi_enc_test.c797 RK_U32 eoi = 1; in test_mpp_run() local
1053 eoi = mpp_packet_is_eoi(packet); in test_mpp_run()
1057 p->frm_pkt_cnt = (eoi) ? (0) : (p->frm_pkt_cnt + 1); in test_mpp_run()
1104 p->frame_count += eoi; in test_mpp_run()
1111 } while (!eoi); in test_mpp_run()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c69 RK_S32 eoi = 0xffd9; in jpegd_find_eoi() local
77 buf_ptr = memchr(*pbuf_ptr, eoi, strm_len); in jpegd_find_eoi()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_packet.c420 return (p->status.eoi) || (p->flag & MPP_PACKET_FLAG_EOI); in mpp_packet_is_eoi()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c334 impl->status.eoi = 1; in mpp_enc_callback()
355 impl->status.eoi = 0; in mpp_enc_callback()
2626 part_pkt->status.eoi = hal_task->part_last; in try_proc_low_deley_task()
2665 pkt->status.eoi = hal_task->part_last; in try_proc_low_deley_task()
/rockchip-linux_mpp/
H A DCHANGELOG.md131 - [packet]: fix packet partition and eoi logic