Home
last modified time | relevance | path

Searched refs:pic_width (Results 1 – 9 of 9) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_sink/encoder/jpeg/
Djpegenc.c1625 s32 pic_width, pic_height; in prepare_jpeg_header() local
1663 pic_width = wq->cmd.encoder_width; in prepare_jpeg_header()
1822 &header_bytes, (2 << 24) | (pic_width << 0)); in prepare_jpeg_header()
1932 s32 pic_width, pic_height; in init_jpeg_encoder() local
1967 pic_width = wq->cmd.encoder_width; in init_jpeg_encoder()
2010 WRITE_HREG(HCODEC_VLC_PIC_SIZE, pic_width | (pic_height << 16)); in init_jpeg_encoder()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Dvavs2.c952 int pic_width, in avs2_alloc_mmu() argument
981 dec, pic_width, pic_height, in avs2_alloc_mmu()
990 cur_mmu_4k_number, pic_width, pic_height); in avs2_alloc_mmu()
1055 int pic_width = dec->init_pic_w;
1058 int pic_width_64 = (pic_width + 63) & (~0x3f);
1938 int pic_width = dec->init_pic_w; in init_buf_list() local
1943 (dec, pic_width, pic_height); in init_buf_list()
1945 (dec, pic_width, pic_height, buf_alloc_depth == 10); in init_buf_list()
1953 int pic_width_dw = pic_width / in init_buf_list()
1981 dec->used_buf_num, pic_width, pic_height); in init_buf_list()
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c582 u32 pic_width; member
1148 static int dw_hdmi_qp_set_link_cfg(struct rockchip_hdmi *hdmi, u16 pic_width, u16 pic_height, u16 s… in dw_hdmi_qp_set_link_cfg() argument
1154 if (pic_width == pps_datas[i].pic_width && pic_height == pps_datas[i].pic_height && in dw_hdmi_qp_set_link_cfg()
1172 …hdmi->link_cfg.hcactive = DIV_ROUND_UP(slice_width * (bits_per_pixel / 0x10), 0x8) * (pic_width / … in dw_hdmi_qp_set_link_cfg()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vav1/
Dvav1.c324 int pic_width,
1037 int pic_width, in av1_alloc_mmu() argument
1057 picture_size = compute_losless_comp_body_size(pic_width, pic_height, in av1_alloc_mmu()
1068 cur_mmu_4k_number, pic_width, pic_height); in av1_alloc_mmu()
1086 int pic_width, in av1_alloc_mmu_dw() argument
1106 picture_size = compute_losless_comp_body_size_dw(pic_width, pic_height, in av1_alloc_mmu_dw()
1117 cur_mmu_4k_number, pic_width, pic_height); in av1_alloc_mmu_dw()
1182 int pic_width = hw->init_pic_w; in init_mv_buf_list() local
1185 int extended_pic_width = (pic_width + lcu_size -1) in init_mv_buf_list()
2347 int pic_width = hw->init_pic_w; in config_pic() local
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/
Dvvp9.c220 int pic_width,
1724 int pic_width, in vp9_alloc_mmu() argument
1743 picture_size = compute_losless_comp_body_size(pic_width, pic_height, in vp9_alloc_mmu()
1754 cur_mmu_4k_number, pic_width, pic_height); in vp9_alloc_mmu()
1825 int pic_width = pbi->init_pic_w; in init_mv_buf_list() local
1828 int pic_width_64 = (pic_width + 63) & (~0x3f); in init_mv_buf_list()
4912 int pic_width = pbi->init_pic_w; in config_pic() local
4915 int pic_width_64 = (pic_width + 63) & (~0x3f); in config_pic()
4932 compute_losless_comp_header_size(pic_width, in config_pic()
4934 int losless_comp_body_size = compute_losless_comp_body_size(pic_width, in config_pic()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_sink/encoder/h264/
Dencoder.c1557 u32 pic_width, pic_height; in avc_prot_init() local
1565 pic_width = wq->pic.encoder_width; in avc_prot_init()
1573 pic_width_in_mb = (pic_width + 15) / 16; in avc_prot_init()
1735 pic_width | (pic_height << 16)); in avc_prot_init()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h265/
Dvh265.c3030 int pic_width = hevc->pic_w; in cal_current_buf_size() local
3033 int pic_width_lcu = (pic_width % lcu_size) ? pic_width / lcu_size + in cal_current_buf_size()
3034 1 : pic_width / lcu_size; in cal_current_buf_size()
3039 (pic_width, pic_height); in cal_current_buf_size()
3042 (hevc, pic_width, pic_height, 0); in cal_current_buf_size()
3062 int pic_width_dw = pic_width / in cal_current_buf_size()
3099 pic_width, pic_height, losless_comp_header_size, in cal_current_buf_size()
7806 int pic_width = hevc->pic_w; in init_buf_spec() local
7813 "%s2 %d %d\n", __func__, pic_width, pic_height); in init_buf_spec()
7818 hevc->frame_width = pic_width; in init_buf_spec()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264_multi/
Dvmh264.c971 int pic_width, int pic_height, u16 bit_depth, in hevc_alloc_mmu() argument
980 picture_size = compute_losless_comp_body_size(pic_width, in hevc_alloc_mmu()
1061 int pic_width, pic_height; in get_dw_size() local
1068 pic_width = hw->frame_width; in get_dw_size()
1072 int pic_width_dw = pic_width / in get_dw_size()
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch17155 + u32 pic_width;
17723 + u16 pic_width, u16 pic_height,
17730 + if (pic_width == pps_datas[i].pic_width &&
17746 + (pic_width / slice_width);