/third_party/ffmpeg/libavcodec/ |
D | vp9_metadata_bsf.c | 31 int color_space; member 51 if (ctx->color_space >= 0) { in vp9_metadata_update_fragment() 52 if (!(profile & 1) && ctx->color_space == VP9_CS_RGB) { in vp9_metadata_update_fragment() 59 header->color_space = ctx->color_space; in vp9_metadata_update_fragment() 64 if (header->color_space == VP9_CS_RGB) { in vp9_metadata_update_fragment() 73 ctx->color_space >= 0 && ctx->color_space != VP9_CS_BT_601) { in vp9_metadata_update_fragment() 99 OFFSET(color_space), AV_OPT_TYPE_INT,
|
D | codec_par.c | 44 par->color_space = AVCOL_SPC_UNSPECIFIED; in codec_parameters_reset() 114 par->color_space = codec->colorspace; in avcodec_parameters_from_context() 169 codec->colorspace = par->color_space; in avcodec_parameters_to_context()
|
D | vp9_raw_reorder_bsf.c | 144 unsigned int color_space; in vp9_raw_reorder_frame_parse() local 149 color_space = get_bits(&bc, 3); in vp9_raw_reorder_frame_parse() 150 if (color_space != 7 /* CS_RGB */) { in vp9_raw_reorder_frame_parse()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | mov-zombie | 3 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 6 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 9 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 12 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 15 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 18 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 21 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 24 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 27 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… 30 …er=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=tv|color_space=smpte170m|color… [all …]
|
D | h264-dts_5frames | 26 color_space=unknown 56 color_space=unknown 86 color_space=unknown 116 color_space=unknown 146 color_space=unknown
|
D | ffprobe_ini | 73 color_space=unknown 116 color_space=unknown 191 color_space=unknown 234 color_space=unknown 341 color_space=unknown 384 color_space=unknown 491 color_space=unknown 534 color_space=unknown 602 color_space=unknown 660 color_space=unknown
|
D | ffprobe_default | 71 color_space=unknown 114 color_space=unknown 189 color_space=unknown 232 color_space=unknown 339 color_space=unknown 382 color_space=unknown 489 color_space=unknown 532 color_space=unknown 596 color_space=unknown 650 color_space=unknown
|
D | ffprobe_compact | 4 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 6 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 10 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 12 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 18 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 20 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 26 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 28 …interlaced_frame=0|top_field_first=0|repeat_pict=0|color_range=unknown|color_space=unknown|color_p… 30 …1|display_aspect_ratio=4:3|pix_fmt=rgb24|level=-99|color_range=unknown|color_space=unknown|color_t… 31 …1|display_aspect_ratio=1:1|pix_fmt=rgb24|level=-99|color_range=unknown|color_space=unknown|color_t…
|
D | matroska-spherical-mono-remux | 21 color_space=unknown 45 color_space=bt2020c
|
D | ffprobe_flat | 64 packets_and_frames.frame.1.color_space="unknown" 103 packets_and_frames.frame.2.color_space="unknown" 170 packets_and_frames.frame.4.color_space="unknown" 209 packets_and_frames.frame.5.color_space="unknown" 304 packets_and_frames.frame.8.color_space="unknown" 343 packets_and_frames.frame.9.color_space="unknown" 438 packets_and_frames.frame.12.color_space="unknown" 477 packets_and_frames.frame.13.color_space="unknown" 537 streams.stream.1.color_space="unknown" 589 streams.stream.2.color_space="unknown"
|
D | dpx-probe | 4 color_space=gbr
|
/third_party/cups-filters/filter/ |
D | rastertopdf.cpp | 291 color_space(CUPS_CSPACE_K), in pdf_info() 315 cups_cspace_t color_space; member 524 QPDFObjectHandle getCalibrationArray(const char * color_space, double wp[], in getCalibrationArray() argument 528 if ((!strcmp("/CalGray", color_space) && matrix != NULL) || in getCalibrationArray() 533 std::string csString = color_space; in getCalibrationArray() 551 if (!strcmp("/CalGray", color_space) && gamma != NULL) in getCalibrationArray() 554 else if (!strcmp("/CalRGB", color_space) && gamma != NULL) in getCalibrationArray() 570 if (!strcmp("/CalRGB", color_space) && matrix != NULL) { in getCalibrationArray() 632 J_COLOR_SPACE color_space; in makePclmStrips() local 639 color_space = JCS_GRAYSCALE; in makePclmStrips() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videoprocessor.cpp | 275 D3D11_VIDEO_PROCESSOR_COLOR_SPACE color_space; in gst_d3d11_video_processor_set_input_color_space() local 280 video_processor_color_space_from_gst (processor, color, &color_space); in gst_d3d11_video_processor_set_input_color_space() 283 (processor->processor, 0, &color_space); in gst_d3d11_video_processor_set_input_color_space() 292 D3D11_VIDEO_PROCESSOR_COLOR_SPACE color_space; in gst_d3d11_video_processor_set_output_color_space() local 297 video_processor_color_space_from_gst (processor, color, &color_space); in gst_d3d11_video_processor_set_output_color_space() 300 (processor->processor, &color_space); in gst_d3d11_video_processor_set_output_color_space() 335 processor, DXGI_COLOR_SPACE_TYPE color_space) in gst_d3d11_video_processor_set_input_dxgi_color_space() argument 342 (processor->processor, 0, color_space); in gst_d3d11_video_processor_set_input_dxgi_color_space() 352 processor, DXGI_COLOR_SPACE_TYPE color_space) in gst_d3d11_video_processor_set_output_dxgi_color_space() argument 359 (processor->processor, color_space); in gst_d3d11_video_processor_set_output_dxgi_color_space()
|
D | gstd3d11videoprocessor.h | 62 DXGI_COLOR_SPACE_TYPE color_space); 65 DXGI_COLOR_SPACE_TYPE color_space);
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
D | bitmap_wrapper.h | 42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace); 47 unsigned srcStride, color_space srcColorSpace); 50 color_space get_bitmap_color_space(const Bitmap* bitmap);
|
D | bitmap_wrapper.cpp | 44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() 66 color_space 89 unsigned srcStride, color_space srcColorSpace) in import_bitmap_bits()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvp9parse.c | 50 GstVp9ColorSpace color_space; member 133 self->color_space = GST_VP9_CS_UNKNOWN; in gst_vp9_parse_reset() 383 if (parser->color_space != GST_VP9_CS_UNKNOWN && in gst_vp9_parse_process_frame() 384 parser->color_space != GST_VP9_CS_RESERVED_2 && in gst_vp9_parse_process_frame() 385 parser->color_space != self->color_space) { in gst_vp9_parse_process_frame() 387 self->color_space, parser->color_space); in gst_vp9_parse_process_frame() 388 self->color_space = parser->color_space; in gst_vp9_parse_process_frame() 587 if (self->color_space != GST_VP9_CS_UNKNOWN && in gst_vp9_parse_update_src_caps() 588 self->color_space != GST_VP9_CS_RESERVED_2) { in gst_vp9_parse_update_src_caps() 594 switch (self->parser->color_space) { in gst_vp9_parse_update_src_caps() [all …]
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_swapchain.h | 98 sk_sp<SkColorSpace> color_space); 104 sk_sp<SkColorSpace> color_space) const; 127 sk_sp<SkColorSpace> color_space); 133 sk_sp<SkColorSpace> color_space) const;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 948 uint32_t color_space; in gst_egl_image_from_dmabuf_direct_target() local 951 color_space = EGL_ITU_REC601_EXT; in gst_egl_image_from_dmabuf_direct_target() 954 color_space = EGL_ITU_REC709_EXT; in gst_egl_image_from_dmabuf_direct_target() 957 color_space = EGL_ITU_REC2020_EXT; in gst_egl_image_from_dmabuf_direct_target() 960 color_space = 0; in gst_egl_image_from_dmabuf_direct_target() 963 if (color_space != 0) { in gst_egl_image_from_dmabuf_direct_target() 965 attribs[atti++] = color_space; in gst_egl_image_from_dmabuf_direct_target()
|
/third_party/skia/third_party/externals/piex/src/ |
D | tiff_parser.cc | 167 std::uint32_t color_space; in FillPreviewImageData() local 168 if (tiff_directory.Get(kExifTagColorSpace, &color_space)) { in FillPreviewImageData() 169 if (color_space == 1) { in FillPreviewImageData() 170 preview_image_data->color_space = PreviewImageData::kSrgb; in FillPreviewImageData() 171 } else if (color_space == 65535 || color_space == 2) { in FillPreviewImageData() 172 preview_image_data->color_space = PreviewImageData::kAdobeRgb; in FillPreviewImageData()
|
/third_party/flutter/skia/third_party/externals/piex/src/ |
D | tiff_parser.cc | 167 std::uint32_t color_space; in FillPreviewImageData() local 168 if (tiff_directory.Get(kExifTagColorSpace, &color_space)) { in FillPreviewImageData() 169 if (color_space == 1) { in FillPreviewImageData() 170 preview_image_data->color_space = PreviewImageData::kSrgb; in FillPreviewImageData() 171 } else if (color_space == 65535 || color_space == 2) { in FillPreviewImageData() 172 preview_image_data->color_space = PreviewImageData::kAdobeRgb; in FillPreviewImageData()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp9dec.c | 89 guint color_space; member 607 if (frame_hdr->color_space != GST_VP9_CS_UNKNOWN && in gst_v4l2_codec_vp9_dec_new_sequence() 608 frame_hdr->color_space != GST_VP9_CS_RESERVED_2 && in gst_v4l2_codec_vp9_dec_new_sequence() 609 frame_hdr->color_space != self->color_space) { in gst_v4l2_codec_vp9_dec_new_sequence() 611 self->color_space, frame_hdr->color_space); in gst_v4l2_codec_vp9_dec_new_sequence() 612 self->color_space = frame_hdr->color_space; in gst_v4l2_codec_vp9_dec_new_sequence()
|
/third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
D | hgl_sw_winsys.cpp | 58 color_space colorSpace; 94 static color_space
|
/third_party/flutter/engine/flutter/flow/layers/ |
D | layer_tree.cc | 30 SkColorSpace* color_space = in Preroll() local 40 color_space, in Preroll()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp9statefulparser.h | 578 guint8 color_space; member 635 guint8 color_space; member
|