Searched refs:pic_order_cnt_type (Results 1 – 14 of 14) sorted by relevance
254 unsigned int pic_order_cnt_type; in coda_h264_sps_fixup() local295 ret = rbsp_read_uev(&sps, &pic_order_cnt_type); in coda_h264_sps_fixup()299 if (pic_order_cnt_type == 0) { in coda_h264_sps_fixup()304 } else if (pic_order_cnt_type == 1) { in coda_h264_sps_fixup()
29 unsigned int pic_order_cnt_type; member367 value |= ctx->pic_order_cnt_type << 5; in tegra_vde_setup_hw_context()424 ctx->pic_order_cnt_type == 0); in tegra_vde_setup_hw_context()499 if (ctx->pic_order_cnt_type > 2) { in tegra_vde_validate_h264_ctx()501 ctx->pic_order_cnt_type); in tegra_vde_validate_h264_ctx()898 h264->pic_order_cnt_type = h->sps->pic_order_cnt_type; in tegra_vde_h264_setup_context()
28 u16 pic_order_cnt_type: 2; member120 hw_ps->sps.pic_order_cnt_type = sps->pic_order_cnt_type; in assemble_hw_pps()
29 u16 pic_order_cnt_type: 2; member226 hw_ps->sps.pic_order_cnt_type = sps->pic_order_cnt_type; in assemble_hw_pps()
143 WRITE_PPS(sps->pic_order_cnt_type, PIC_ORDER_CNT_TYPE); in assemble_hw_pps()
53 unsigned char pic_order_cnt_type; member
101 GET_MTK_VDEC_PARAM(pic_order_cnt_type); in mtk_vdec_h264_copy_sps_params()
119 unsigned int pic_order_cnt_type; member
240 rbsp_uev(rbsp, &sps->pic_order_cnt_type); in nal_h264_rbsp_sps()241 switch (sps->pic_order_cnt_type) { in nal_h264_rbsp_sps()
1652 sps->pic_order_cnt_type = 0; in allegro_h264_write_sps()
286 u16 pic_order_cnt_type; member640 td->pic_order_cnt_type = 2; in hva_h264_prepare_task()
48 __entry->s.pic_order_cnt_type,
1043 if (p_h264_sps->pic_order_cnt_type != 0) { in std_validate_compound()1045 } else if (p_h264_sps->pic_order_cnt_type != 1) { in std_validate_compound()1093 if (p_h264_sps->pic_order_cnt_type > 2) in std_validate_compound()
1413 * @pic_order_cnt_type: see H264 specification.1433 __u8 pic_order_cnt_type;1431 __u8 pic_order_cnt_type; global() member