Searched refs:h265enc (Results 1 – 6 of 6) sorted by relevance
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()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_H2645_ENC_PICTURE_TYPE_IDR; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()71 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_I; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()74 context->desc.h265enc.picture_type = PIPE_H2645_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 …]
323 context->desc.h265enc.rc.rate_ctrl_method = config->rc; in vlVaCreateContext()324 context->desc.h265enc.frame_idx = util_hash_table_create_ptr_keys(); in vlVaCreateContext()364 if (context->desc.h265enc.frame_idx) in vlVaDestroyContext()365 _mesa_hash_table_destroy(context->desc.h265enc.frame_idx, NULL); in vlVaDestroyContext()
295 struct pipe_h265_enc_picture_desc h265enc; member
813 context->desc.h265enc.frame_num++; in vlVaEndPicture()
412 GstMsdkH265Enc *h265enc = GST_MSDKH265ENC (encoder); in gst_msdkh265enc_configure() local428 if (h265enc->profile_name) { in gst_msdkh265enc_configure()431 if (!strcmp (h265enc->profile_name, "main-10")) in gst_msdkh265enc_configure()433 else if (!strcmp (h265enc->profile_name, "main-still-picture")) in gst_msdkh265enc_configure()435 else if (!strcmp (h265enc->profile_name, "main-10-still-picture")) { in gst_msdkh265enc_configure()437 h265enc->ext_param.Header.BufferId = MFX_EXTBUFF_HEVC_PARAM; in gst_msdkh265enc_configure()438 h265enc->ext_param.Header.BufferSz = sizeof (h265enc->ext_param); in gst_msdkh265enc_configure()439 h265enc->ext_param.GeneralConstraintFlags = in gst_msdkh265enc_configure()442 (mfxExtBuffer *) & h265enc->ext_param); in gst_msdkh265enc_configure()443 } else if (!strcmp (h265enc->profile_name, "main-444") || in gst_msdkh265enc_configure()[all …]
328 gst_nv_h265_enc_clear_stream_data (GstNvH265Enc * h265enc) in gst_nv_h265_enc_clear_stream_data() argument332 if (!h265enc->sei_payload) in gst_nv_h265_enc_clear_stream_data()335 for (i = 0; i < h265enc->num_sei_payload; i++) in gst_nv_h265_enc_clear_stream_data()336 g_free (h265enc->sei_payload[i].payload); in gst_nv_h265_enc_clear_stream_data()338 g_free (h265enc->sei_payload); in gst_nv_h265_enc_clear_stream_data()339 h265enc->sei_payload = NULL; in gst_nv_h265_enc_clear_stream_data()340 h265enc->num_sei_payload = 0; in gst_nv_h265_enc_clear_stream_data()346 GstNvH265Enc *h265enc = (GstNvH265Enc *) enc; in gst_nv_h265_enc_stop() local348 gst_nv_h265_enc_clear_stream_data (h265enc); in gst_nv_h265_enc_stop()396 GstNvH265Enc *h265enc = (GstNvH265Enc *) nvenc; in gst_nv_h265_enc_set_src_caps() local[all …]