Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Daom.c196 v->b_color_range_full = img->range == AOM_CR_FULL_RANGE; in OutputFrame()
333 dec->fmt_out.video.b_color_range_full = dec->fmt_in.video.b_color_range_full; in OpenDecoder()
H A Ddav1d.c144 v->b_color_range_full = img->seq_hdr->color_range; in NewPicture()
349 dec->fmt_out.video.b_color_range_full = dec->fmt_in.video.b_color_range_full; in OpenDecoder()
H A Dpng.c130 p_dec->fmt_out.video.b_color_range_full = true; in set_category()
H A Dvpx.c230 v->b_color_range_full = img->range == VPX_CR_FULL_RANGE; in Decode()
H A Djpeg.c184 p_dec->fmt_out.video.b_color_range_full = true; in OpenDecoder()
H A Dx264.c821 fullrange |= p_enc->fmt_in.video.b_color_range_full; in Open()
H A Dvideotoolbox.m510 p_dec->fmt_out.video.b_color_range_full = full_range;
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Davcommon.h135 if( p_fmt->b_color_range_full ) in set_video_color_settings()
H A Dvideo.c213 fmt->b_color_range_full = true; in lavc_GetVideoFormat()
216 fmt->b_color_range_full = !vlc_fourcc_IsYUV( fmt->i_chroma ); in lavc_GetVideoFormat()
220 fmt->b_color_range_full = false; in lavc_GetVideoFormat()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Ddemux.c440 es_fmt.video.b_color_range_full = true; in InitVideo()
533 es_fmt.video.b_color_range_full = true; in InitVideo()
536 es_fmt.video.b_color_range_full = false; in InitVideo()
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/
H A Dlogo.c393 fmt.b_color_range_full = p_pic->format.b_color_range_full; in FilterSub()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es.h353 bool b_color_range_full; /**< 0-255 instead of 16-235 */ member
/dports/multimedia/vlc/vlc-3.0.16/modules/access/screen/
H A Dwin32.c137 p_sys->fmt.video.b_color_range_full = true; in screen_InitCapture()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpeg4video.c477 p_dec->fmt_out.video.b_color_range_full = full_range; in ParseVO()
H A Dav1.c150 p_dec->fmt_out.video.b_color_range_full = full; in UpdateDecoderFormat()
H A Dhevc.c573 &p_dec->fmt_out.video.b_color_range_full); in ActivateSets()
H A Dh264.c236 &p_dec->fmt_out.video.b_color_range_full ); in ActivateSets()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/transcode/
H A Dvideo.c371 … id->p_encoder->fmt_in.video.b_color_range_full = id->p_decoder->fmt_out.video.b_color_range_full; in transcode_video_filter_init()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c440 …p_track->fmt.video.b_color_range_full = BOXDATA(p_colr)->i_type == VLC_FOURCC( 'n', 'c', 'l', 'x' … in SetupVideoES()
653 p_track->fmt.video.b_color_range_full = p_data->i_fullrange; in SetupVideoES()
/dports/multimedia/vlc/vlc-3.0.16/modules/hw/d3d9/
H A Ddxva2_deinterlace.c90 …out->NominalRange = p_fmt->b_color_range_full ? DXVA2_NominalRange_0_255 : DXVA2_NominalRange_16_2… in FillExtendedFormat()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Ddirect3d9.c801 colorspace.RGB_Range = fmt->b_color_range_full ? 0 : 1; in SetupProcessorInput()
802 colorspace.YCbCr_xvYCC = fmt->b_color_range_full ? 1 : 0; in SetupProcessorInput()
996 else if (!vd->source.b_color_range_full && d3dbuffer->rmask && !d3dfmt->rmask) in Direct3D9Open()
H A Ddirect3d11.c1131 bool src_full_range = vd->source.b_color_range_full || in D3D11SetColorSpace()
1563 fmt->b_color_range_full, in Direct3D11CreateFormatResources()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp671 vars.tk->fmt.video.b_color_range_full = 0; in ParseTrackEntry()
674 vars.tk->fmt.video.b_color_range_full = 1; in ParseTrackEntry()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Des_out.c3255 _(fmt->video.b_color_range_full ? "Full" : "Limited") ); in EsOutUpdateInfo()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201626978 es_out: adapt info to new b_color_range_full