Searched refs:h265 (Results 1 – 4 of 4) sorted by relevance
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 …]
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()
91 struct cedrus_h265_run h265; member111 } h265; member146 } h265; member
459 struct v4l2_ctrl_hevc_sps *h265; in mtk_vdec_s_ctrl() local486 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl()488 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()490 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()491 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()493 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()494 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()