Searched refs:buf_alloc_width (Results 1 – 4 of 4) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/ |
| D | vavs2.c | 1311 static u32 buf_alloc_width = 4096; variable 1316 static u32 buf_alloc_width; variable 3871 && (buf_alloc_width > 1920 && buf_alloc_height > 1088)) { 3872 buf_alloc_width = 1920; 3875 buf_alloc_width = 8192; 3878 dec->init_pic_w = buf_alloc_width ? buf_alloc_width : 7566 MC_PU32("buf_alloc_width", &buf_alloc_width), 7714 module_param(buf_alloc_width, uint, 0664); 7715 MODULE_PARM_DESC(buf_alloc_width, "\n buf_alloc_width\n");
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vav1/ |
| D | vav1.c | 1425 static u32 buf_alloc_width = 4096; variable 1432 static u32 buf_alloc_width; variable 4973 && (buf_alloc_width > 1920 && buf_alloc_height > 1088)) { in av1_local_init() 4974 buf_alloc_width = 1920; in av1_local_init() 4981 buf_alloc_width = 8192; in av1_local_init() 4986 (buf_alloc_width ? buf_alloc_width : in av1_local_init() 4998 (buf_alloc_width ? buf_alloc_width : hw->work_space_buf->max_width)); in av1_local_init() 9708 MC_PU32("buf_alloc_width", &buf_alloc_width), 9872 module_param(buf_alloc_width, uint, 0664); 9873 MODULE_PARM_DESC(buf_alloc_width, "\n buf_alloc_width\n");
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/ |
| D | vvp9.c | 2926 static u32 buf_alloc_width = 4096; variable 2933 static u32 buf_alloc_width; variable 6581 && (buf_alloc_width > 1920 && buf_alloc_height > 1088)) { in vp9_local_init() 6582 buf_alloc_width = 1920; in vp9_local_init() 6589 buf_alloc_width = 8192; in vp9_local_init() 6593 (buf_alloc_width ? buf_alloc_width : in vp9_local_init() 10870 MC_PU32("buf_alloc_width", &buf_alloc_width), 11037 module_param(buf_alloc_width, uint, 0664); 11038 MODULE_PARM_DESC(buf_alloc_width, "\n buf_alloc_width\n");
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h265/ |
| D | vh265.c | 363 static u32 buf_alloc_width; variable 518 #define get_buf_alloc_width(hevc) buf_alloc_width 13589 MC_PU32("buf_alloc_width", &buf_alloc_width), 13795 module_param(buf_alloc_width, uint, 0664); 13796 MODULE_PARM_DESC(buf_alloc_width, "\n buf_alloc_width\n");
|