Home
last modified time | relevance | path

Searched refs:h265enc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c49 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()
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()
69 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_IDR; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
71 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_I; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
74 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_P; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
83 …context->desc.h265enc.pic.constrained_intra_pred_flag = h265->pic_fields.bits.constrained_intra_pr… in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
[all …]
Dcontext.c306 context->desc.h265enc.rc.rate_ctrl_method = config->rc; in vlVaCreateContext()
307 context->desc.h265enc.frame_idx = util_hash_table_create_ptr_keys(); in vlVaCreateContext()
347 if (context->desc.h265enc.frame_idx) in vlVaDestroyContext()
348 _mesa_hash_table_destroy(context->desc.h265enc.frame_idx, NULL); in vlVaDestroyContext()
Dva_private.h290 struct pipe_h265_enc_picture_desc h265enc; member
Dpicture.c777 context->desc.h265enc.frame_num++; in vlVaEndPicture()