Home
last modified time | relevance | path

Searched refs:color_space (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dimage.c45 image->color_space = clrspc; in opj_image_create()
188 p_image_dest->color_space = p_image_src->color_space; in opj_copy_image_header()
216 image->color_space = clrspc; in opj_image_tile_create()
Djp2.c1499 p_image->color_space = OPJ_CLRSPC_SRGB; in opj_jp2_decode()
1501 p_image->color_space = OPJ_CLRSPC_GRAY; in opj_jp2_decode()
1503 p_image->color_space = OPJ_CLRSPC_SYCC; in opj_jp2_decode()
1505 p_image->color_space = OPJ_CLRSPC_EYCC; in opj_jp2_decode()
1507 p_image->color_space = OPJ_CLRSPC_CMYK; in opj_jp2_decode()
1509 p_image->color_space = OPJ_CLRSPC_UNKNOWN; in opj_jp2_decode()
1852 if (image->color_space == 1) in opj_jp2_setup_encoder()
1854 else if (image->color_space == 2) in opj_jp2_setup_encoder()
1856 else if (image->color_space == 3) in opj_jp2_setup_encoder()
2875 p_image->color_space = OPJ_CLRSPC_SRGB; in opj_jp2_get_tile()
[all …]
Dopenjpeg.h673 OPJ_COLOR_SPACE color_space; member
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp412 img->color_space = OPJ_CLRSPC_GRAY; in color_sycc_to_rgb()
430 img->color_space = OPJ_CLRSPC_SRGB; in color_sycc_to_rgb()
450 OPJ_COLOR_SPACE oldspace = image->color_space; in color_apply_icc_profile()
460 image->color_space = OPJ_CLRSPC_SRGB; in color_apply_icc_profile()
470 image->color_space = OPJ_CLRSPC_SRGB; in color_apply_icc_profile()
475 image->color_space = OPJ_CLRSPC_SRGB; in color_apply_icc_profile()
484 image->color_space = oldspace; in color_apply_icc_profile()
655 image->color_space = OPJ_CLRSPC_SRGB; in color_apply_conversion()
759 if (image->color_space != OPJ_CLRSPC_SYCC && image->numcomps == 3 && in Init()
761 image->color_space = OPJ_CLRSPC_SYCC; in Init()
[all …]
Dfx_codec_jpx_unittest.cpp494 img.color_space = OPJ_CLRSPC_SYCC; in TEST()
/external/piex/src/
Dtiff_parser.cc167 std::uint32_t color_space; in FillPreviewImageData() local
168 success &= 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()
Dpiex_types.h88 ColorSpace color_space = kSrgb; member
Dpiex.cc321 std::uint32_t color_space; in PefGetColorSpace() local
322 if (!makernote_ifd.Get(kPentaxTagColorSpace, &color_space)) { in PefGetColorSpace()
325 preview_image_data->color_space = color_space == 0 in PefGetColorSpace()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h39 img->cs = yv12->color_space; in yuvconfig2image()
103 yv12->color_space = img->cs; in image2yuvconfig()
Dvp9_cx_iface.c47 vpx_color_space_t color_space; member
329 RANGE_CHECK(extra_cfg, color_space, VPX_CS_UNKNOWN, VPX_CS_SRGB); in validate_config()
475 oxcf->color_space = extra_cfg->color_space; in set_encoder_config()
1440 extra_cfg.color_space = CAST(VP9E_SET_COLOR_SPACE, args); in ctrl_set_color_space()
Dvp9_dx_iface.c102 vpx_color_space_t color_space; in parse_bitdepth_colorspace_sampling() local
105 color_space = (vpx_color_space_t)vpx_rb_read_literal(rb, 3); in parse_bitdepth_colorspace_sampling()
106 if (color_space != VPX_CS_SRGB) { in parse_bitdepth_colorspace_sampling()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h58 vpx_color_space_t color_space; member
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc121 EXPECT_EQ(encode_parms.cs, common->color_space); in HandleDecodeResult()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1262 pool->frame_bufs[cm->new_fb_idx].buf.color_space = cm->color_space; in setup_frame_size()
1346 pool->frame_bufs[cm->new_fb_idx].buf.color_space = cm->color_space; in setup_frame_size_with_refs()
1797 cm->color_space = vpx_rb_read_literal(rb, 3); in read_bitdepth_colorspace_sampling()
1798 if (cm->color_space != VPX_CS_SRGB) { in read_bitdepth_colorspace_sampling()
1918 cm->color_space = VPX_CS_BT_601; in read_uncompressed_header()
1969 get_frame_new_buffer(cm)->color_space = cm->color_space; in read_uncompressed_header()
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl7 // File : glm/gtx/color_space.inl
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h114 vpx_color_space_t color_space; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h240 vpx_color_space_t color_space; member
Dvp9_encoder.c777 cm->color_space = oxcf->color_space; in init_config()
1465 cm->color_space = oxcf->color_space; in vp9_change_config()
3860 cm->frame_to_show->color_space = cm->color_space;
Dvp9_bitstream.c1059 vpx_wb_write_literal(wb, cm->color_space, 3); in write_bitdepth_colorspace_sampling()
1060 if (cm->color_space != VPX_CS_SRGB) { in write_bitdepth_colorspace_sampling()
/external/vulkan-validation-layers/demos/
Dtri.c188 VkColorSpaceKHR color_space; member
635 .imageColorSpace = demo->color_space, in demo_prepare_buffers()
2225 demo->color_space = surfFormats[0].colorSpace; in demo_init_vk_swapchain()
Dcube.c358 VkColorSpaceKHR color_space; member
842 .imageColorSpace = demo->color_space, in demo_prepare_buffers()
2634 demo->color_space = surfFormats[0].colorSpace; in demo_init_vk_swapchain()