Home
last modified time | relevance | path

Searched refs:hevc (Results 1 – 25 of 28) 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 -vsync drop -i $(TARGET_SAMPLES)/hevc-c…
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 …(FATE_CBS_HEVC_SAMPLES),$(eval $(call FATE_CBS_TEST,hevc,$(basename $(N)),hevc-conformance/$(N),he…
100 fate-cbs-hevc: $(FATE_CBS_HEVC-yes)
/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/ffmpeg/libavcodec/
Dnvenc.c1066 NV_ENC_CONFIG_HEVC *hevc = &cc->encodeCodecConfig.hevcConfig; in nvenc_setup_hevc_config() local
1067 NV_ENC_CONFIG_HEVC_VUI_PARAMETERS *vui = &hevc->hevcVUIParameters; in nvenc_setup_hevc_config()
1083 hevc->sliceMode = 3; in nvenc_setup_hevc_config()
1084 hevc->sliceModeData = 1; in nvenc_setup_hevc_config()
1086 hevc->disableSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 1 : 0; in nvenc_setup_hevc_config()
1087 hevc->repeatSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 0 : 1; in nvenc_setup_hevc_config()
1088 hevc->outputAUD = ctx->aud; in nvenc_setup_hevc_config()
1092 hevc->maxNumRefFramesInDPB = ctx->dpb_size; in nvenc_setup_hevc_config()
1095 hevc->idrPeriod = cc->gopLength; in nvenc_setup_hevc_config()
1099 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.c263 M2MDEC(hevc, "HEVC", AV_CODEC_ID_HEVC, "hevc_mp4toannexb");
Dv4l2_m2m_enc.c426 M2MENC(hevc, "HEVC", options, AV_CODEC_ID_HEVC);
Dmediacodecdec.c543 DECLARE_MEDIACODEC_VDEC(hevc, "H.265", AV_CODEC_ID_HEVC, "hevc_mp4toannexb")
Dvdpau_hevc.c40 VdpPictureInfoHEVC *info = &pic_ctx->info.hevc; in vdpau_hevc_start_frame()
Drkmppdec.c584 RKMPP_DEC(hevc, AV_CODEC_ID_HEVC, "hevc_mp4toannexb")
Dhevcdec.c3577 HWACCEL_DXVA2(hevc),
3580 HWACCEL_D3D11VA(hevc),
3583 HWACCEL_D3D11VA2(hevc),
3586 HWACCEL_NVDEC(hevc),
3589 HWACCEL_VAAPI(hevc),
3592 HWACCEL_VDPAU(hevc),
3595 HWACCEL_VIDEOTOOLBOX(hevc),
Dmfenc.c1198 MF_ENCODER(VIDEO, hevc, HEVC, venc_opts, VFMTS);
Dcuviddec.c1138 DEFINE_CUVID_CODEC(hevc, HEVC, "hevc_mp4toannexb")
/third_party/ffmpeg/libavformat/
Dhevcdec.c64 FF_DEF_RAWVIDEO_DEMUXER(hevc, "raw HEVC video", hevc_probe, "hevc,h265,265", AV_CODEC_ID_HEVC)
DMakefile303 av1.o avc.o hevc.o \
320 OBJS-$(CONFIG_MOV_MUXER) += movenc.o av1.o avc.o hevc.o vpcc.o \
465 avc.o hevc.o
554 av1.o avc.o hevc.o \
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265pay.c1113 gboolean hevc; in gst_rtp_h265_pay_handle_buffer() local
1123 hevc = (rtph265pay->stream_format == GST_H265_STREAM_FORMAT_HEV1) in gst_rtp_h265_pay_handle_buffer()
1126 if (hevc) { in gst_rtp_h265_pay_handle_buffer()
1162 if (hevc) { in gst_rtp_h265_pay_handle_buffer()
1324 if (hevc) { in gst_rtp_h265_pay_handle_buffer()
/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
Dbitstream_filters.texi399 @code{hevc}) output formats.
Dmuxers.texi2080 ffmpeg -i in.mkv -codec hevc -flags +cgop -g 60 -map 0 -f segment -segment_list out.list out%03d.nut
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h723 CUVIDHEVCPICPARAMS hevc; member
/third_party/ffmpeg/tests/
DMakefile151 include $(SRC_PATH)/tests/fate/hevc.mak
/third_party/ffmpeg/
DChangelog797 - VAAPI hevc hwaccel
798 - VDPAU hevc hwaccel
DBUILD.gn1104 "//third_party/ffmpeg/libavformat/hevc.c",

12