Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 22 of 22) sorted by relevance

/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
Dmpp_packet_impl.h31 RK_U32 eos : 1; member
Dmpp_frame_impl.h77 RK_U32 eos; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/utils/
Dvdec_input.h82 bool eos; member
Dvdec.c792 if (input->have_frame_num || input->eos) in vdec_update_buff_status()
810 if (input && input_stream_based(input) && !input->eos &&
1693 if (!input->eos) in vdec_has_more_input()
1722 void vdec_set_eos(struct vdec_s *vdec, bool eos) in vdec_set_eos() argument
1726 vdec->input.eos = eos; in vdec_set_eos()
1729 vdec->slave->input.eos = eos; in vdec_set_eos()
3001 if (input && !input->eos && input_frame_based(input) in vdec_ready_to_run()
3009 if (input && input_stream_based(input) && !input->eos) { in vdec_ready_to_run()
Dvdec.h400 extern void vdec_set_eos(struct vdec_s *vdec, bool eos);
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/mjpeg/
Dvmjpeg_multi.c211 u8 eos; member
271 if (hw->eos) in vmjpeg_isr()
680 hw->eos, in vmjpeg_dump_state()
1092 hw->eos = 0; in vmjpeg_init()
1148 if (hw->eos) in run_ready()
1301 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
1367 hw->eos = 1; in vmjpeg_work()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/mpeg4/
Dvmpeg4_multi.c249 u32 eos; member
954 hw->eos = 1; in v4l_res_change()
979 if (hw->eos) in vmpeg4_isr_thread_fn()
1380 if (hw->eos) in vmpeg4_isr()
1404 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
1481 hw->eos = 1; in vmpeg4_work()
1759 hw->eos, in vmpeg4_dump_state()
2169 hw->eos = 0; in vmmpeg4_init()
2182 if (hw->eos) in run_ready()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Dvpu_api_legacy.cpp1190 RK_U32 eos = (*(mRKMppApi.HdiMppPacketGetEos))(packet); in encode() local
1222 packet, length, pts, aEncOut->keyFrame, eos); in encode()
1383 RK_U32 eos = (*(mRKMppApi.HdiMppPacketGetEos))(packet); in encoder_getstream() local
1412 packet, length, pts, aEncOut->keyFrame, eos); in encoder_getstream()
1414 mEosSet = eos; in encoder_getstream()
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_frame.h345 void mpp_frame_set_eos(MppFrame frame, unsigned int eos);
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_frame.h344 void mpp_frame_set_eos(MppFrame frame, RK_U32 eos);
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_frame.h344 void mpp_frame_set_eos(MppFrame frame, RK_U32 eos);
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_frame.h345 void mpp_frame_set_eos(MppFrame frame, RK_U32 eos);
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/mpeg12/
Dvmpeg12_multi.c256 u32 eos; member
1793 hw->eos = 1; in v4l_res_change()
2036 if (hw->eos) in vmpeg12_isr()
2108 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
2193 hw->eos = 1; in vmpeg12_work_implement()
2513 hw->eos, in vmpeg2_dump_state()
2856 hw->eos = 0; in vmpeg12_local_init()
2944 if (hw->eos) in run_ready()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/
Dvvp9.c1011 uint8_t eos; member
7392 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
8257 pbi->eos = 1; in v4l_res_change()
8278 if (pbi->eos) in vvp9_isr_thread_fn()
9451 pbi->eos = 0;
9822 pbi->eos = 1;
9899 if (!(pbi->pic_list_init_done && pbi->pic_list_init_done2) || pbi->eos)
10347 pbi->eos = 0;
10384 pbi->eos,
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264_multi/
Dvmh264.c824 u8 eos; member
2976 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
6591 if (hw->eos) in vh264_isr()
6700 hw->eos, in vmh264_dump_state()
7144 hw->eos = 0; in vh264_local_init()
8310 hw->eos = 1; in v4l_res_change()
8576 hw->eos = 1; in vh264_work_implement()
8711 if (hw->eos) in run_ready()
9104 hw->eos = 0; in reset()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Davs2_global.h1244 int32_t eos; member
Dvavs2.c621 uint8_t eos; member
5256 if (dec->eos) {
6545 dec->eos = 0;
6863 dec->eos = 1;
6920 if (dec->eos)
7170 dec->eos,
Davs2_bufmgr.c2169 hd->eos = 0;
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264/
Dvh264.c2681 poc_sel, idr_flag, eos, error; in vh264_isr() local
2722 eos = (status >> 15) & 1; in vh264_isr()
2724 if (eos) in vh264_isr()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vav1/
Dvav1.c608 uint8_t eos; member
5896 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
7320 if (hw->eos) in vav1_isr_thread_fn()
8542 hw->eos = 0;
8905 hw->eos = 1;
8961 if (!hw->pic_list_init_done2 || hw->eos)
9207 hw->eos,
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs_multi/
Davs_multi.c520 u32 eos; member
3137 hw->eos = 1; in vavs_work()
3717 hw->eos, in vmavs_dump_state()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h265/
Dvh265.c1490 unsigned char eos; member
2226 hevc->eos = 0; in hevc_init_stru()
9318 if (hw->is_used_v4l && hw->eos) { in notify_v4l_eos()
9729 hevc->eos = 1; in v4l_res_change()
9752 if (hevc->eos) in vh265_isr_thread_fn()
12373 hevc->eos = 1; in vh265_work_implement()
12522 if (hevc->eos) in run_ready()
13118 hevc->eos,