Searched refs:bit_depth_luma (Results 1 – 7 of 7) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
D | aml_h264_parser.c | 382 sps->bit_depth_luma = get_ue_golomb(gb) + 8; in aml_h264_parser_sps() 384 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in aml_h264_parser_sps() 390 if (sps->bit_depth_luma < 8 || sps->bit_depth_luma > 14 || in aml_h264_parser_sps() 394 sps->bit_depth_luma, sps->bit_depth_chroma); in aml_h264_parser_sps() 406 sps->bit_depth_luma = 8; in aml_h264_parser_sps() 588 sps->bit_depth_luma, in aml_h264_parser_sps()
|
D | aml_h264_parser.h | 153 int bit_depth_luma; ///< bit_depth_luma_minus8 + 8 member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/utils/ |
D | amstream.h | 348 u32 bit_depth_luma; member 767 u32 bit_depth_luma; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h265/ |
D | vh265.c | 182 static u32 bit_depth_luma; variable 1377 u32 bit_depth_luma; member 1652 u32 bit_depth_luma; member 1808 hevc->bit_depth_luma || in check_head_error() 1815 hevc->bit_depth_luma, in check_head_error() 5713 new_pic->bit_depth_luma = in get_new_pic() 5714 hevc->bit_depth_luma; in get_new_pic() 5841 new_pic->bit_depth_luma = in v4l_get_new_pic() 5842 hevc->bit_depth_luma; in v4l_get_new_pic() 6936 hevc->bit_depth_luma > 10) { in hevc_slice_segment_header_process() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/ |
D | vavs2.c | 322 static u32 bit_depth_luma; variable 4617 tmp4x.bit_depth_luma = bit_depth_luma; 7549 MC_PU32("bit_depth_luma", &bit_depth_luma), 7660 module_param(bit_depth_luma, uint, 0664); 7661 MODULE_PARM_DESC(bit_depth_luma, "\n amvdec_avs2 bit_depth_luma\n");
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/ |
D | vvp9.c | 241 static u32 bit_depth_luma; variable 7360 tmp4x.bit_depth_luma = pbi->vp9_param.p.bit_depth; in prepare_display_buf() 7588 bit_depth_luma = pbi->vp9_param.p.bit_depth; in continue_decoding() 10853 MC_PU32("bit_depth_luma", &bit_depth_luma), 10983 module_param(bit_depth_luma, uint, 0664); 10984 MODULE_PARM_DESC(bit_depth_luma, "\n amvdec_vp9 bit_depth_luma\n");
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vav1/ |
D | vav1.c | 352 static u32 bit_depth_luma; variable 6688 bit_depth_luma = av1_param.p.bit_depth; in av1_continue_decoding() 7557 bit_depth_luma = hw->aom_param.p.bit_depth; in vav1_isr_thread_fn() 9691 MC_PU32("bit_depth_luma", &bit_depth_luma), 9815 module_param(bit_depth_luma, uint, 0664); 9816 MODULE_PARM_DESC(bit_depth_luma, "\n amvdec_av1 bit_depth_luma\n");
|