Home
last modified time | relevance | path

Searched refs:poc (Results 1 – 21 of 21) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264_multi/
Dh264_dpb.c921 picture->poc = currSlice->framepoc; in fill_frame_num_gap()
991 dec_picture->poc = currSlice->toppoc; in init_picture()
996 dec_picture->poc = currSlice->bottompoc; in init_picture()
1001 dec_picture->poc = currSlice->framepoc; in init_picture()
1083 pic->poc, in dump_pic()
1172 s->top_poc = s->bottom_poc = s->poc = 0; in get_new_pic()
1409 fs->poc = frame->poc;
1437 fs_top->poc = frame->top_poc;
1438 fs_btm->poc = frame->bottom_poc;
1521 fs->poc = fs->frame->poc = fs->frame->frame_poc = imin(
[all …]
Dh264_dpb.h628 int poc; member
777 int poc; member
Dvmh264.c2674 frame->poc, hw->data_flag & ERROR_FLAG, in prepare_display_buf()
2696 __func__, (frame->data_flag & ERROR_FLAG), frame->poc, in prepare_display_buf()
2754 __func__, frame->index, frame->poc, in prepare_display_buf()
2911 if (frame->top_field->poc <= frame->bottom_field->poc) in prepare_display_buf()
3039 pic->poc, in print_pic_info()
3372 __func__, pic->pic_num, pic->poc, pic->frame_poc, in config_decode_buf()
3767 (abs(pic->poc - colocate_pic->top_poc) in config_decode_buf()
3768 < abs(pic->poc - in config_decode_buf()
4013 p_H264_Dpb->mFrameStore[frame_index].poc, in vh264_vf_get()
4090 p_H264_Dpb->mFrameStore[frame_index].poc, in vh264_vf_put()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/mpeg12/
Dvmpeg12.c411 static void dump_cc_ascii(const uint8_t *buf, int poc) in dump_cc_ascii() argument
451 poc, in dump_cc_ascii()
457 poc, in dump_cc_ascii()
462 pr_info("push poc:%d : %c %c %c %c %c %c\n", poc, in dump_cc_ascii()
467 pr_info("push poc:%d : %c %c %c %c %c\n", poc, in dump_cc_ascii()
472 pr_info("push poc:%d : %c %c %c %c\n", poc, in dump_cc_ascii()
476 pr_info("push poc:%d : %c %c %c\n", poc, in dump_cc_ascii()
480 pr_info("push poc:%d : %c %c\n", poc, in dump_cc_ascii()
484 pr_info("push poc:%d : %c\n", poc, szAscii[0]); in dump_cc_ascii()
488 poc, index); in dump_cc_ascii()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
Dmpp_frame_impl.h65 RK_U32 poc; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264/
Dvh264.c319 int poc; member
651 static void dump_cc_ascii(const uint8_t *buf, unsigned int vpts, int poc) in dump_cc_ascii() argument
693 sprintf(pr_buf, "push vpts:0x%x, poc:%d :", vpts, poc); in dump_cc_ascii()
760 int poc) in udr_dump_data() argument
811 dump_cc_ascii(szBuf+7, pts, poc); in udr_dump_data()
1429 node->poc = pic_number; in load_qos_data()
1773 node->poc, in search_qos_node()
1795 uint32_t poc; in qos_do_work() local
1799 poc = READ_VREG(AV_SCRATCH_M); in qos_do_work()
1804 load_qos_data(poc, bOffset); in qos_do_work()
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_frame.h332 void mpp_frame_set_poc(MppFrame frame, unsigned int poc);
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_frame.h331 void mpp_frame_set_poc(MppFrame frame, RK_U32 poc);
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_frame.h331 void mpp_frame_set_poc(MppFrame frame, RK_U32 poc);
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_frame.h332 void mpp_frame_set_poc(MppFrame frame, RK_U32 poc);
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/
Daml_hevc_parser.h195 int poc[32]; member
Dvdec_mjpeg_if.c47 int32_t poc; member
Dvdec_mpeg12_if.c47 int32_t poc; member
Dvdec_mpeg4_if.c47 int32_t poc; member
Dvdec_hevc_if.c48 int32_t poc; member
Dvdec_vp9_if.c59 int32_t poc; member
Dvdec_h264_if.c71 int32_t poc; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/utils/
Damstream.h904 int wakeup_userdata_poll(struct userdata_poc_info_t poc,
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/amports/
Damstream.c1356 static void set_userdata_poc(struct userdata_poc_info_t poc) in set_userdata_poc() argument
1358 userdata_poc_info[userdata_poc_wi] = poc; in set_userdata_poc()
1407 int wakeup_userdata_poll(struct userdata_poc_info_t poc, in wakeup_userdata_poll() argument
1418 set_userdata_poc(poc); in wakeup_userdata_poll()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Davs2_global.h1175 int32_t poc; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h265/
Dvh265.c11909 int poc = INVALID_POC; in vh265_init() local
11916 if (poc == INVALID_POC || (pic->POC < poc)) { in vh265_init()
11918 poc = pic->POC; in vh265_init()