Searched refs:buf_alloc_height (Results 1 – 4 of 4) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/ |
| D | vavs2.c | 1312 static u32 buf_alloc_height = 2304; variable 1317 static u32 buf_alloc_height; variable 3871 && (buf_alloc_width > 1920 && buf_alloc_height > 1088)) { 3873 buf_alloc_height = 1088; 3876 buf_alloc_height = 4608; 3882 dec->init_pic_h = buf_alloc_height ? buf_alloc_height : 7567 MC_PU32("buf_alloc_height", &buf_alloc_height), 7717 module_param(buf_alloc_height, uint, 0664); 7718 MODULE_PARM_DESC(buf_alloc_height, "\n buf_alloc_height\n");
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vav1/ |
| D | vav1.c | 1426 static u32 buf_alloc_height = 2304; variable 1433 static u32 buf_alloc_height; variable 4973 && (buf_alloc_width > 1920 && buf_alloc_height > 1088)) { in av1_local_init() 4975 buf_alloc_height = 1088; in av1_local_init() 4982 buf_alloc_height = 4608; in av1_local_init() 4991 (buf_alloc_height ? buf_alloc_height : in av1_local_init() 5001 (buf_alloc_height ? buf_alloc_height : hw->work_space_buf->max_height)); in av1_local_init() 9709 MC_PU32("buf_alloc_height", &buf_alloc_height), 9875 module_param(buf_alloc_height, uint, 0664); 9876 MODULE_PARM_DESC(buf_alloc_height, "\n buf_alloc_height\n");
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/ |
| D | vvp9.c | 2927 static u32 buf_alloc_height = 2304; variable 2934 static u32 buf_alloc_height; variable 6581 && (buf_alloc_width > 1920 && buf_alloc_height > 1088)) { in vp9_local_init() 6583 buf_alloc_height = 1088; in vp9_local_init() 6590 buf_alloc_height = 4608; in vp9_local_init() 6598 (buf_alloc_height ? buf_alloc_height : in vp9_local_init() 10871 MC_PU32("buf_alloc_height", &buf_alloc_height), 11040 module_param(buf_alloc_height, uint, 0664); 11041 MODULE_PARM_DESC(buf_alloc_height, "\n buf_alloc_height\n");
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h265/ |
| D | vh265.c | 364 static u32 buf_alloc_height; variable 519 #define get_buf_alloc_height(hevc) buf_alloc_height 13590 MC_PU32("buf_alloc_height", &buf_alloc_height), 13798 module_param(buf_alloc_height, uint, 0664); 13799 MODULE_PARM_DESC(buf_alloc_height, "\n buf_alloc_height\n");
|