Home
last modified time | relevance | path

Searched refs:hevc (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ffmpeg/tests/fate/
Dhevc.mak194 FATE_HEVC += fate-hevc-conformance-$(1)
195 fate-hevc-conformance-$(1): CMD = framecrc -flags unaligned -i $(TARGET_SAMPLES)/hevc-conformance/$…
199 FATE_HEVC += fate-hevc-conformance-$(1)
200 fate-hevc-conformance-$(1): CMD = framecrc -flags unaligned -i $(TARGET_SAMPLES)/hevc-conformance/$…
204 FATE_HEVC += fate-hevc-conformance-$(1)
205 fate-hevc-conformance-$(1): CMD = framecrc -flags unaligned -i $(TARGET_SAMPLES)/hevc-conformance/$…
209 FATE_HEVC += fate-hevc-conformance-$(1)
210 fate-hevc-conformance-$(1): CMD = framecrc -flags unaligned -i $(TARGET_SAMPLES)/hevc-conformance/$…
214 FATE_HEVC_LARGE += fate-hevc-conformance-$(1)
215 fate-hevc-conformance-$(1): CMD = framecrc -flags unaligned -i $(TARGET_SAMPLES)/hevc-conformance/$…
[all …]
Dcbs.mak5 fate-cbs: fate-cbs-av1 fate-cbs-h264 fate-cbs-hevc fate-cbs-mpeg2 fate-cbs-vp9
96 …ATE_CBS_HEVC_SAMPLES),$(eval $(call FATE_CBS_TEST,hevc,$(basename $(N)),hevc,hevc-conformance/$(N)…
100 fate-cbs-hevc: $(FATE_CBS_HEVC-yes)
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c33 VAPictureParameterBufferHEVC *hevc = buf->data; in vlVaHandlePictureParameterBufferHEVC() local
37 context->desc.h265.pps->sps->chroma_format_idc = hevc->pic_fields.bits.chroma_format_idc; in vlVaHandlePictureParameterBufferHEVC()
39 hevc->pic_fields.bits.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()
45 hevc->log2_max_pic_order_cnt_lsb_minus4; in vlVaHandlePictureParameterBufferHEVC()
47 hevc->sps_max_dec_pic_buffering_minus1; in vlVaHandlePictureParameterBufferHEVC()
49 hevc->log2_min_luma_coding_block_size_minus3; in vlVaHandlePictureParameterBufferHEVC()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dmpegts-probe-program3 codec_name=hevc
7 codec_name=hevc
Dmpegts-probe-latm3 codec_name=hevc
10 codec_name=hevc
/third_party/mesa3d/docs/relnotes/
D19.1.4.rst82 - radeon/uvd: fix poc for hevc encode
83 - radeon/vcn: fix poc for hevc encode
84 - radeon/uvd: enable rate control for hevc encoding
85 - radeon/vcn: enable rate control for hevc encoding
D19.0.5.rst34 - SIGSEGV while playing large hevc video in mpv
D20.3.2.rst122 - radeon/vcn: fix hevc 10bit profile error
D19.3.2.rst121 - radeon/vcn2: enable rate control for hevc encoding
/third_party/ffmpeg/libavcodec/
Dnvenc.c1135 NV_ENC_CONFIG_HEVC *hevc = &cc->encodeCodecConfig.hevcConfig; in nvenc_setup_hevc_config() local
1136 NV_ENC_CONFIG_HEVC_VUI_PARAMETERS *vui = &hevc->hevcVUIParameters; in nvenc_setup_hevc_config()
1152 hevc->sliceMode = 3; in nvenc_setup_hevc_config()
1153 hevc->sliceModeData = 1; in nvenc_setup_hevc_config()
1155 hevc->disableSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 1 : 0; in nvenc_setup_hevc_config()
1156 hevc->repeatSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 0 : 1; in nvenc_setup_hevc_config()
1157 hevc->outputAUD = ctx->aud; in nvenc_setup_hevc_config()
1161 hevc->maxNumRefFramesInDPB = ctx->dpb_size; in nvenc_setup_hevc_config()
1164 hevc->idrPeriod = cc->gopLength; in nvenc_setup_hevc_config()
1168 hevc->outputBufferingPeriodSEI = 1; in nvenc_setup_hevc_config()
[all …]
Dvdpau_internal.h52 VdpPictureInfoHEVC hevc; member
Dnvdec_hevc.c79 CUVIDHEVCPICPARAMS *ppc = &pp->CodecSpecific.hevc; in nvdec_hevc_start_frame()
99 .CodecSpecific.hevc = { in nvdec_hevc_start_frame()
Dv4l2_m2m_dec.c256 M2MDEC(hevc, "HEVC", AV_CODEC_ID_HEVC, "hevc_mp4toannexb");
Dv4l2_m2m_enc.c443 M2MENC(hevc, "HEVC", options, AV_CODEC_ID_HEVC);
Dmediacodecdec.c548 DECLARE_MEDIACODEC_VDEC(hevc, "H.265", AV_CODEC_ID_HEVC, "hevc_mp4toannexb")
Drkmppdec.c584 RKMPP_DEC(hevc, AV_CODEC_ID_HEVC, "hevc_mp4toannexb")
Dvdpau_hevc.c42 VdpPictureInfoHEVC *info = &pic_ctx->info.hevc; in vdpau_hevc_start_frame()
Dhevcdec.c3689 HWACCEL_DXVA2(hevc),
3692 HWACCEL_D3D11VA(hevc),
3695 HWACCEL_D3D11VA2(hevc),
3698 HWACCEL_NVDEC(hevc),
3701 HWACCEL_VAAPI(hevc),
3704 HWACCEL_VDPAU(hevc),
3707 HWACCEL_VIDEOTOOLBOX(hevc),
Dqsvdec.c878 DEFINE_QSV_DECODER_WITH_OPTION(hevc, HEVC, "hevc_mp4toannexb", hevc_options)
/third_party/ffmpeg/libavformat/
Dhevcdec.c64 FF_DEF_RAWVIDEO_DEMUXER(hevc, "raw HEVC video", hevc_probe, "hevc,h265,265", AV_CODEC_ID_HEVC)
DMakefile314 av1.o avc.o hevc.o isom_tags.o \
336 OBJS-$(CONFIG_MOV_MUXER) += movenc.o av1.o avc.o hevc.o vpcc.o \
483 avc.o hevc.o
576 av1.o avc.o hevc.o isom_tags.o \
/third_party/ffmpeg/doc/
Dlibav-merge.txt94 - a853388d2 hevc: change the stride of the MC buffer to be in bytes instead of elements
97 - 7993ec19a hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265pay.c1449 gboolean hevc; in gst_rtp_h265_pay_handle_buffer() local
1460 hevc = (rtph265pay->stream_format == GST_H265_STREAM_FORMAT_HEV1) in gst_rtp_h265_pay_handle_buffer()
1463 if (hevc) { in gst_rtp_h265_pay_handle_buffer()
1491 if (hevc) { in gst_rtp_h265_pay_handle_buffer()
1691 if (!hevc) { in gst_rtp_h265_pay_handle_buffer()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h749 CUVIDHEVCPICPARAMS hevc; member
/third_party/ffmpeg/tests/
DMakefile151 include $(SRC_PATH)/tests/fate/hevc.mak

12