Home
last modified time | relevance | path

Searched refs:pic_order_cnt_type (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-h264.c254 unsigned int pic_order_cnt_type; in coda_h264_sps_fixup() local
295 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()
/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c29 unsigned int pic_order_cnt_type; member
367 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()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu381-h264.c28 u16 pic_order_cnt_type: 2; member
120 hw_ps->sps.pic_order_cnt_type = sps->pic_order_cnt_type; in assemble_hw_pps()
H A Drkvdec-vdpu383-h264.c29 u16 pic_order_cnt_type: 2; member
226 hw_ps->sps.pic_order_cnt_type = sps->pic_order_cnt_type; in assemble_hw_pps()
H A Drkvdec-h264.c143 WRITE_PPS(sps->pic_order_cnt_type, PIC_ORDER_CNT_TYPE); in assemble_hw_pps()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h53 unsigned char pic_order_cnt_type; member
H A Dvdec_h264_req_common.c101 GET_MTK_VDEC_PARAM(pic_order_cnt_type); in mtk_vdec_h264_copy_sps_params()
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h119 unsigned int pic_order_cnt_type; member
H A Dnal-h264.c240 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()
H A Dallegro-core.c1652 sps->pic_order_cnt_type = 0; in allegro_h264_write_sps()
/linux/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c286 u16 pic_order_cnt_type; member
640 td->pic_order_cnt_type = 2; in hva_h264_prepare_task()
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-h264.h48 __entry->s.pic_order_cnt_type,
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1043 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()
/linux/include/uapi/linux/
H A Dv4l2-controls.h1413 * @pic_order_cnt_type: see H264 specification.
1433 __u8 pic_order_cnt_type;
1431 __u8 pic_order_cnt_type; global() member