Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c713 if (ctx->pic_code_ext_head.top_field_first) in m2vd_decode_picdisp_ext_header()
792 ctx->pic_code_ext_head.top_field_first = m2vd_read_bits(bx, 1); in m2vd_decode_pic_ext_header()
803 ctx->pic_code_ext_head.top_field_first = 1; in m2vd_decode_pic_ext_header()
805 ctx->pic_code_ext_head.top_field_first = 0; in m2vd_decode_pic_ext_header()
1084 …ead.picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && p->pic_code_ext_head.top_field_first ) || in m2v_update_ref_frame()
1085 …head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && (!p->pic_code_ext_head.top_field_first))) { in m2v_update_ref_frame()
1135 …ext_head->picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && pic_code_ext_head->top_field_first) || in m2vd_alloc_frame()
1136 …ad->picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && (!pic_code_ext_head->top_field_first))) { in m2vd_alloc_frame()
1156 … ctx->ref_frame_cnt, pic_head->picture_coding_type, pic_code_ext_head->top_field_first); in m2vd_alloc_frame()
1276 if (pic_code_ext_head->top_field_first) in m2vd_alloc_frame()
[all …]
H A Dm2vd_parser.h194 RK_S32 top_field_first; member
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Drk3399_vpu_hw_mpeg2_dec.c142 picture->top_field_first) || in rk3399_vpu_mpeg2_dec_set_buffers()
144 !picture->top_field_first)) { in rk3399_vpu_mpeg2_dec_set_buffers()
226 VDPU_REG_TOPFIELDFIRST_E(picture->top_field_first); in rk3399_vpu_mpeg2_dec_run()
H A Dhantro_g1_mpeg2_dec.c140 picture->top_field_first) || in hantro_g1_mpeg2_dec_set_buffers()
142 !picture->top_field_first)) { in hantro_g1_mpeg2_dec_set_buffers()
210 G1_REG_TOPFIELDFIRST_E(picture->top_field_first); in hantro_g1_mpeg2_dec_run()
/OK3568_Linux_fs/kernel/include/media/
H A Dmpeg2-ctrls.h46 __u8 top_field_first; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh263d_syntax.h56 RK_U16 top_field_first : 1; member
H A Dmpg4d_syntax.h93 RK_U16 top_field_first : 1; member
H A Dm2vd_syntax.h96 RK_S32 top_field_first; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c261 READ_ONEBIT(bitctx, &ph->top_field_first); in get_i_picture_header()
313 READ_ONEBIT(bitctx, &ph->top_field_first); in get_pb_picture_header()
473 if (p_dec->ph.top_field_first) { in avsd_set_dpb()
622 pp->topFieldFirst = p_dec->ph.top_field_first; in avsd_fill_parameters()
H A Davsd_parse.h153 RK_U8 top_field_first; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c124 RK_U32 top_field_first; member
902 mp4Hdr->vop.top_field_first = 0; in mpeg4_parse_vop_header()
906 READ_BITS(gb, 1, &(mp4Hdr->vop.top_field_first)); in mpeg4_parse_vop_header()
973 pp->top_field_first = hdr_curr->vop.top_field_first; in mpg4d_fill_picture_parameters()
1441 if (hdr_curr->vop.top_field_first) in mpp_mpg4_parser_setup_hal_output()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Ddvb_filter.h203 int top_field_first; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c668 READ_ONEBIT(bitctx, &ph->top_field_first); in parse_picture_header_intra()
669 AVS2D_PARSE_TRACE("top_field_first %d\n", ph->top_field_first); in parse_picture_header_intra()
773 READ_ONEBIT(bitctx, &ph->top_field_first); in parse_picture_header_inter()
H A Davs2d_global.h257 RK_U8 top_field_first; member
H A Davs2d_dpb.c552 if (ph->top_field_first) { in dpb_alloc_frame()
561 if (ph->top_field_first) { in dpb_alloc_frame()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_mpeg2.c138 reg |= VE_DEC_MPEG_MP12HDR_TOP_FIELD_FIRST(picture->top_field_first); in cedrus_mpeg2_setup()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c201 p_regs->sw04.topfieldfirst_e = dx->pic_code_ext.top_field_first; in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c251 p_regs->sw120.topfieldfirst_e = dx->pic_code_ext.top_field_first; in hal_m2vd_vdpu2_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu1.c215 regs->SwReg04.sw_topfieldfirst_e = pp->top_field_first; in vdpu1_mpg4d_setup_regs_by_syntax()
H A Dhal_m4vd_vdpu2.c213 regs->reg120.sw_topfieldfirst_e = pp->top_field_first; in vdpu2_mpg4d_setup_regs_by_syntax()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst2399 - ``top_field_first``