Searched refs:h265 (Results 1 – 11 of 11) sorted by relevance
37 context->desc.h265.pps->sps->chroma_format_idc = hevc->pic_fields.bits.chroma_format_idc; in vlVaHandlePictureParameterBufferHEVC()38 context->desc.h265.pps->sps->separate_colour_plane_flag = in vlVaHandlePictureParameterBufferHEVC()40 context->desc.h265.pps->sps->pic_width_in_luma_samples = hevc->pic_width_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC()41 context->desc.h265.pps->sps->pic_height_in_luma_samples = hevc->pic_height_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC()42 context->desc.h265.pps->sps->bit_depth_luma_minus8 = hevc->bit_depth_luma_minus8; in vlVaHandlePictureParameterBufferHEVC()43 context->desc.h265.pps->sps->bit_depth_chroma_minus8 = hevc->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferHEVC()44 context->desc.h265.pps->sps->log2_max_pic_order_cnt_lsb_minus4 = in vlVaHandlePictureParameterBufferHEVC()46 context->desc.h265.pps->sps->sps_max_dec_pic_buffering_minus1 = in vlVaHandlePictureParameterBufferHEVC()48 context->desc.h265.pps->sps->log2_min_luma_coding_block_size_minus3 = in vlVaHandlePictureParameterBufferHEVC()50 context->desc.h265.pps->sps->log2_diff_max_min_luma_coding_block_size = in vlVaHandlePictureParameterBufferHEVC()[all …]
44 VAEncPictureParameterBufferHEVC *h265; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() local48 h265 = buf->data; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()49 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()52 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()54 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()55 coded_buf = handle_table_get(drv->htab, h265->coded_buf); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()62 …context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus… in vlVaHandleVAEncPictureParameterBufferTypeHEVC()63 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()64 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()66 switch(h265->pic_fields.bits.coding_type) { in vlVaHandleVAEncPictureParameterBufferTypeHEVC()[all …]
275 context->desc.h265.pps = CALLOC_STRUCT(pipe_h265_pps); in vlVaCreateContext()276 if (!context->desc.h265.pps) { in vlVaCreateContext()280 context->desc.h265.pps->sps = CALLOC_STRUCT(pipe_h265_sps); in vlVaCreateContext()281 if (!context->desc.h265.pps->sps) { in vlVaCreateContext()282 FREE(context->desc.h265.pps); in vlVaCreateContext()358 FREE(context->desc.h265.pps->sps); in vlVaDestroyContext()359 FREE(context->desc.h265.pps); in vlVaDestroyContext()
286 struct pipe_h265_picture_desc h265; member
128 priv->picture.h265.CurrPicOrderCntVal = i; in set_poc()130 if (priv->codec_data.h265.temporal_id == 0 && in set_poc()135 priv->codec_data.h265.slice_prev_poc = i; in set_poc()140 return priv->picture.h265.CurrPicOrderCntVal; in get_poc()313 priv->codec_data.h265.ref_pic_set_list + idx - (delta_idx_minus1 + 1); in st_ref_pic_set()400 if (id >= ARRAY_SIZE(priv->codec_data.h265.sps)) in seq_parameter_set_id()403 return &priv->codec_data.h265.sps[id]; in seq_parameter_set_id()423 priv->codec_data.h265.level_idc = in seq_parameter_set()437 priv->codec_data.h265.pic_width_in_luma_samples = in seq_parameter_set()440 priv->codec_data.h265.pic_height_in_luma_samples = in seq_parameter_set()[all …]
88 } h265; \94 struct pipe_h265_picture_desc h265; \
584 struct pipe_h265_picture_desc h265; in vlVdpDecoderRender() member668 desc.h265.pps = &pps_h265; in vlVdpDecoderRender()669 ret = vlVdpDecoderRenderH265(&desc.h265, (VdpPictureInfoHEVC *)picture_info); in vlVdpDecoderRender()
413 struct ruvd_h265 h265; member
1136 dec->msg->body.decode.codec.h265 = in ruvd_end_frame()
3168 - frontends/omx/h265: Check the pps set before the scaling data