Searched refs:horizontal_size (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_dpb.c | 48 mini_cu_width = (vsh->horizontal_size + mini_size - 1) / mini_size; in dpb_get_size() 505 RK_U32 fbc_hdr_stride = MPP_ALIGN(vsh->horizontal_size, 64); in dpb_alloc_frame() 510 fbc_hdr_stride = MPP_ALIGN(vsh->horizontal_size, 256) | 256; in dpb_alloc_frame() 526 mpp_frame_set_width(mframe, vsh->horizontal_size); in dpb_alloc_frame() 528 … mpp_frame_set_hor_stride(mframe, (MPP_ALIGN(vsh->horizontal_size, ctu_size) * bitdepth + 7) / 8); in dpb_alloc_frame()
|
| H A D | avs2d_ps.c | 305 READ_BITS(bitctx, 14, &vsh->horizontal_size); in avs2d_parse_sequence_header() 307 mpp_err_f("video resolution %dx%d\n", vsh->horizontal_size, vsh->vertical_size); in avs2d_parse_sequence_header() 308 if (vsh->horizontal_size < 16 || vsh->vertical_size < 16) { in avs2d_parse_sequence_header() 311 vsh->horizontal_size, vsh->vertical_size); in avs2d_parse_sequence_header()
|
| H A D | avs2d_global.h | 187 RK_U32 horizontal_size; member
|
| H A D | avs2d_parse.c | 371 pp->pic_width_in_luma_samples = MPP_ALIGN(vsh->horizontal_size, 8); in avs2d_fill_parameters()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | mpeg2-ctrls.h | 28 __u16 horizontal_size; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.c | 48 READ_BITS(bitctx, 14, &vsh->horizontal_size); in get_sequence_header() 456 p_cur->width = p_dec->vsh.horizontal_size; in avsd_set_dpb() 458 p_cur->hor_stride = MPP_ALIGN(p_dec->vsh.horizontal_size, 16); in avsd_set_dpb() 592 pp->horizontalSize = p_dec->vsh.horizontal_size; in avsd_fill_parameters()
|
| H A D | avsd_parse.h | 116 RK_U32 horizontal_size; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | dvb_filter.h | 153 u32 horizontal_size; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_mpeg2.c | 151 reg = VE_DEC_MPEG_PICCODEDSIZE_WIDTH(sequence->horizontal_size); in cedrus_mpeg2_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 2350 - ``horizontal_size``
|