Searched refs:eoi (Results 1 – 7 of 7) sorted by relevance
45 RK_U32 eoi : 1; member
891 RK_U32 eoi = 1; in enc_test_output() local927 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()
797 RK_U32 eoi = 1; in test_mpp_run() local1053 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()
69 RK_S32 eoi = 0xffd9; in jpegd_find_eoi() local77 buf_ptr = memchr(*pbuf_ptr, eoi, strm_len); in jpegd_find_eoi()
420 return (p->status.eoi) || (p->flag & MPP_PACKET_FLAG_EOI); in mpp_packet_is_eoi()
334 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()
131 - [packet]: fix packet partition and eoi logic