Searched refs:h265 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h265.c | 111 return cedrus_buf->codec.h265.mv_col_buf_dma + in cedrus_h265_frame_info_mv_col_buf_addr() 112 field * cedrus_buf->codec.h265.mv_col_buf_size / 2; in cedrus_h265_frame_info_mv_col_buf_addr() 277 scaling = run->h265.scaling_matrix; in cedrus_h265_write_scaling_list() 340 slice_params = run->h265.slice_params; in cedrus_h265_is_low_delay() 341 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay() 342 dpb = run->h265.decode_params->dpb; in cedrus_h265_is_low_delay() 370 pps = run->h265.pps; in cedrus_h265_write_tiles() 371 slice_params = run->h265.slice_params; in cedrus_h265_write_tiles() 372 entry_points = run->h265.entry_points; in cedrus_h265_write_tiles() 373 entry_points_buf = ctx->codec.h265.entry_points_buf; in cedrus_h265_write_tiles() [all …]
|
H A D | cedrus_dec.c | 68 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run() 70 run.h265.pps = cedrus_find_control_data(ctx, in cedrus_device_run() 72 run.h265.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run() 74 run.h265.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run() 76 run.h265.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run() 78 run.h265.entry_points = cedrus_find_control_data(ctx, in cedrus_device_run() 80 run.h265.entry_points_count = cedrus_get_num_of_controls(ctx, in cedrus_device_run()
|
H A D | cedrus.h | 91 struct cedrus_h265_run h265; member 111 } h265; member 146 } h265; member
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateless.c | 430 struct v4l2_ctrl_hevc_sps *h265; in mtk_vdec_s_ctrl() local 457 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl() 459 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl() 461 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl() 462 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl() 464 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl() 465 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23034 + argp = argparse.ArgumentParser(description="FFmpeg h265 conformance tester") 23039 + argp.add_argument("--test_root", default="/opt/conform/h265.2016", help="Root dir for test")
|