/third_party/ffmpeg/tests/fate/ |
D | hevc.mak | 194 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 …]
|
D | cbs.mak | 5 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/ |
D | picture_hevc.c | 33 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/ |
D | mpegts-probe-program | 3 codec_name=hevc 7 codec_name=hevc
|
D | mpegts-probe-latm | 3 codec_name=hevc 10 codec_name=hevc
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.4.rst | 82 - 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
|
D | 19.0.5.rst | 34 - SIGSEGV while playing large hevc video in mpv
|
D | 20.3.2.rst | 122 - radeon/vcn: fix hevc 10bit profile error
|
D | 19.3.2.rst | 121 - radeon/vcn2: enable rate control for hevc encoding
|
/third_party/ffmpeg/libavcodec/ |
D | nvenc.c | 1135 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 …]
|
D | vdpau_internal.h | 52 VdpPictureInfoHEVC hevc; member
|
D | nvdec_hevc.c | 79 CUVIDHEVCPICPARAMS *ppc = &pp->CodecSpecific.hevc; in nvdec_hevc_start_frame() 99 .CodecSpecific.hevc = { in nvdec_hevc_start_frame()
|
D | v4l2_m2m_dec.c | 256 M2MDEC(hevc, "HEVC", AV_CODEC_ID_HEVC, "hevc_mp4toannexb");
|
D | v4l2_m2m_enc.c | 443 M2MENC(hevc, "HEVC", options, AV_CODEC_ID_HEVC);
|
D | mediacodecdec.c | 548 DECLARE_MEDIACODEC_VDEC(hevc, "H.265", AV_CODEC_ID_HEVC, "hevc_mp4toannexb")
|
D | rkmppdec.c | 584 RKMPP_DEC(hevc, AV_CODEC_ID_HEVC, "hevc_mp4toannexb")
|
D | vdpau_hevc.c | 42 VdpPictureInfoHEVC *info = &pic_ctx->info.hevc; in vdpau_hevc_start_frame()
|
D | hevcdec.c | 3689 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),
|
D | qsvdec.c | 878 DEFINE_QSV_DECODER_WITH_OPTION(hevc, HEVC, "hevc_mp4toannexb", hevc_options)
|
/third_party/ffmpeg/libavformat/ |
D | hevcdec.c | 64 FF_DEF_RAWVIDEO_DEMUXER(hevc, "raw HEVC video", hevc_probe, "hevc,h265,265", AV_CODEC_ID_HEVC)
|
D | Makefile | 314 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/ |
D | libav-merge.txt | 94 - 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/ |
D | gstrtph265pay.c | 1449 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/ |
D | cuviddec.h | 749 CUVIDHEVCPICPARAMS hevc; member
|
/third_party/ffmpeg/tests/ |
D | Makefile | 151 include $(SRC_PATH)/tests/fate/hevc.mak
|