/third_party/ffmpeg/tests/ref/fate/ |
D | mov-zombie | 3 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 6 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 9 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 12 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 15 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 18 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 21 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 24 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 27 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… 30 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=… [all …]
|
D | h264-dts_5frames | 25 color_range=unknown 55 color_range=unknown 85 color_range=unknown 115 color_range=unknown 145 color_range=unknown
|
D | ffprobe_default | 70 color_range=unknown 113 color_range=unknown 188 color_range=unknown 231 color_range=unknown 338 color_range=unknown 381 color_range=unknown 488 color_range=unknown 531 color_range=unknown 595 color_range=unknown 649 color_range=unknown
|
D | ffprobe_ini | 72 color_range=unknown 115 color_range=unknown 190 color_range=unknown 233 color_range=unknown 340 color_range=unknown 383 color_range=unknown 490 color_range=unknown 533 color_range=unknown 601 color_range=unknown 659 color_range=unknown
|
D | ffprobe_compact | 4 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 6 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 10 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 12 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 18 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 20 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 26 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 28 …ay_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_s… 30 …mple_aspect_ratio=1:1|display_aspect_ratio=4:3|pix_fmt=rgb24|level=-99|color_range=unknown|color_s… 31 …mple_aspect_ratio=1:1|display_aspect_ratio=1:1|pix_fmt=rgb24|level=-99|color_range=unknown|color_s…
|
D | matroska-spherical-mono-remux | 20 color_range=unknown 44 color_range=pc
|
D | ffprobe_flat | 63 packets_and_frames.frame.1.color_range="unknown" 102 packets_and_frames.frame.2.color_range="unknown" 169 packets_and_frames.frame.4.color_range="unknown" 208 packets_and_frames.frame.5.color_range="unknown" 303 packets_and_frames.frame.8.color_range="unknown" 342 packets_and_frames.frame.9.color_range="unknown" 437 packets_and_frames.frame.12.color_range="unknown" 476 packets_and_frames.frame.13.color_range="unknown" 536 streams.stream.1.color_range="unknown" 588 streams.stream.2.color_range="unknown"
|
D | dpx-probe | 3 color_range=pc
|
/third_party/ffmpeg/libavcodec/ |
D | vp9_metadata_bsf.c | 32 int color_range; member 62 if (ctx->color_range >= 0) in vp9_metadata_update_fragment() 63 header->color_range = ctx->color_range; in vp9_metadata_update_fragment() 65 if (!(ctx->color_warnings & 1) && !header->color_range) { in vp9_metadata_update_fragment() 70 header->color_range = 1; in vp9_metadata_update_fragment() 117 OFFSET(color_range), AV_OPT_TYPE_INT,
|
D | av1_metadata_bsf.c | 37 int color_range; member 67 if (ctx->color_range >= 0) { in av1_metadata_update_sequence_header() 74 clc->color_range = ctx->color_range; in av1_metadata_update_sequence_header() 180 OFFSET(color_range), AV_OPT_TYPE_INT,
|
D | codec_par.c | 41 par->color_range = AVCOL_RANGE_UNSPECIFIED; in codec_parameters_reset() 111 par->color_range = codec->color_range; in avcodec_parameters_from_context() 166 codec->color_range = par->color_range; in avcodec_parameters_to_context()
|
D | mediacodecdec_common.c | 93 static enum AVColorRange mcdec_get_color_range(int color_range) in mcdec_get_color_range() argument 95 switch (color_range) { in mcdec_get_color_range() 302 frame->color_range = avctx->color_range; in mediacodec_wrap_hw_buffer() 454 int color_range = 0; in mediacodec_dec_parse_format() local 515 AMEDIAFORMAT_GET_INT32(color_range, "color-range", 0); in mediacodec_dec_parse_format() 516 if (color_range) in mediacodec_dec_parse_format() 517 avctx->color_range = mcdec_get_color_range(color_range); in mediacodec_dec_parse_format()
|
D | dirac.c | 108 enum AVColorRange color_range; member 252 dsh->color_range = luma_offset ? AVCOL_RANGE_MPEG in parse_source_parameters() 261 dsh->color_range = pixel_range_presets[idx].color_range; in parse_source_parameters()
|
D | imm5.c | 153 avctx->color_range = codec_avctx->color_range; in imm5_decode_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_setparams.c | 37 int color_range; member 53 …{"range", "select color range", OFFSET(color_range), AV_OPT_TYPE_INT, {.i64=-1},-1, AVCOL_RANGE_NB… 135 if (s->color_range >= 0) in filter_frame() 136 frame->color_range = s->color_range; in filter_frame() 177 …{"range", "select color range", OFFSET(color_range), AV_OPT_TYPE_INT, {.i64=-1},-1, AVCOL_RANGE_NB… 230 s->color_range = -1;/* set range mode to auto */ in init_setfield()
|
D | vaapi_vpp.c | 247 enum AVColorRange color_range; member 372 switch (props->color_range) { in vaapi_vpp_fill_colour_range() 399 av_color_range_name(props->color_range), in vaapi_vpp_fill_colour_properties() 444 .color_range = input_frame->color_range, in vaapi_vpp_colour_properties() 457 .color_range = output_frame->color_range, in vaapi_vpp_colour_properties() 494 .color_range = input_props.va_color_range, in vaapi_vpp_colour_properties() 503 .color_range = output_props.va_color_range, in vaapi_vpp_colour_properties()
|
D | vf_zscale.c | 452 static int convert_range(enum AVColorRange color_range) in convert_range() argument 454 switch (color_range) { in convert_range() 477 …& AV_PIX_FMT_FLAG_RGB) ? ZIMG_RANGE_FULL : range == -1 ? convert_range(frame->color_range) : range; in format_init() 577 || s->in_range != in->color_range in filter_frame() 581 || s->out_range != out->color_range in filter_frame() 621 out->color_range = (int)s->dst_format.pixel_range + 1; in filter_frame() 637 s->in_range = in->color_range; in filter_frame() 641 s->out_range = out->color_range; in filter_frame() 680 out->color_range = (int)s->dst_format.pixel_range; in filter_frame()
|
/third_party/ffmpeg/libavformat/ |
D | yuv4mpegdec.c | 44 enum AVColorRange color_range = AVCOL_RANGE_UNSPECIFIED; in yuv4_read_header() local 229 color_range = AVCOL_RANGE_JPEG; in yuv4_read_header() 231 color_range = AVCOL_RANGE_MPEG; in yuv4_read_header() 275 st->codecpar->color_range = color_range; in yuv4_read_header()
|
D | vpcc.c | 65 static int get_vpx_video_full_range_flag(enum AVColorRange color_range) in get_vpx_video_full_range_flag() argument 67 return color_range == AVCOL_RANGE_JPEG; in get_vpx_video_full_range_flag() 126 get_vpx_video_full_range_flag(par->color_range); in ff_isom_get_vpcc_features()
|
D | oggparsedirac.c | 49 st->codecpar->color_range = dsh->color_range; in dirac_header()
|
D | rtpenc_jpeg.c | 50 (s1->streams[0]->codecpar->color_range == AVCOL_RANGE_JPEG && in ff_rtp_send_jpeg() 54 (s1->streams[0]->codecpar->color_range == AVCOL_RANGE_JPEG && in ff_rtp_send_jpeg()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvp9parse.c | 51 GstVp9ColorRange color_range; member 134 self->color_range = GST_VP9_CR_LIMITED; in gst_vp9_parse_reset() 392 if (parser->color_range != self->color_range) { in gst_vp9_parse_process_frame() 394 self->color_range, parser->color_range); in gst_vp9_parse_process_frame() 395 self->color_range = parser->color_range; in gst_vp9_parse_process_frame() 626 if (self->parser->color_range == GST_VP9_CR_LIMITED) in gst_vp9_parse_update_src_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp9dec.c | 87 guint color_range; member 306 (self->color_range ? V4L2_VP9_FRAME_FLAG_COLOR_RANGE_FULL_SWING : 0), in gst_v4l2_codec_vp9_dec_fill_dec_params() 616 if (frame_hdr->color_range != self->color_range) { in gst_v4l2_codec_vp9_dec_new_sequence() 618 self->color_range, frame_hdr->color_range); in gst_v4l2_codec_vp9_dec_new_sequence() 619 self->color_range = frame_hdr->color_range; in gst_v4l2_codec_vp9_dec_new_sequence()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp9statefulparser.h | 579 guint8 color_range; member 636 guint8 color_range; member
|
D | gstvp9statefulparser.c | 955 VP9_READ_BIT (header->color_range); in parse_color_config() 974 header->color_range = GST_VP9_CR_FULL; in parse_color_config() 990 self->color_range = header->color_range; in parse_color_config() 1561 parser->color_range = header->color_range = GST_VP9_CR_LIMITED; in gst_vp9_stateful_parser_parse_uncompressed_frame_header() 1582 header->color_range = parser->color_range; in gst_vp9_stateful_parser_parse_uncompressed_frame_header()
|