Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c48 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
51 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
53 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
61 …context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus… in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
62 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
63 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
68 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_IDR; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
70 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_I; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
73 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_P; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
82 …context->desc.h265enc.pic.constrained_intra_pred_flag = h265->pic_fields.bits.constrained_intra_pr… in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
[all …]
Dcontext.c339 context->desc.h265enc.rc.rate_ctrl_method = config->rc; in vlVaCreateContext()
340 context->desc.h265enc.frame_idx = util_hash_table_create_ptr_keys(); in vlVaCreateContext()
380 if (context->desc.h265enc.frame_idx) in vlVaDestroyContext()
381 _mesa_hash_table_destroy(context->desc.h265enc.frame_idx, NULL); in vlVaDestroyContext()
Dva_private.h295 struct pipe_h265_enc_picture_desc h265enc; member
Dpicture.c832 context->desc.h265enc.frame_num++; in vlVaEndPicture()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c412 GstMsdkH265Enc *h265enc = GST_MSDKH265ENC (encoder); in gst_msdkh265enc_configure() local
428 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 …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265enc.c328 gst_nv_h265_enc_clear_stream_data (GstNvH265Enc * h265enc) in gst_nv_h265_enc_clear_stream_data() argument
332 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() local
348 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 …]
/third_party/mesa3d/.gitlab-ci/meson/
Dbuild.sh76 -D video-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
/third_party/mesa3d/
Dmeson_options.txt535 'vc1dec', 'h264dec', 'h264enc', 'h265dec', 'h265enc'
Dmeson.build324 foreach c : ['vc1dec', 'h264dec', 'h264enc', 'h265dec', 'h265enc']