HomeSort by relevance Sort by last modified time
    Searched refs:white_point (Results 1 - 25 of 42) sorted by null

1 2

  /external/ImageMagick/coders/
hdr.c 324 white_point[2];
331 &chromaticity[4],&chromaticity[5],&white_point[0],
332 &white_point[1]);
341 image->chromaticity.white_point.x=white_point[0],
342 image->chromaticity.white_point.y=white_point[1];
742 image->chromaticity.white_point.x,image->chromaticity.white_point.y);
320 white_point[2]; local
cin.c 169 white_point[2],
534 cin.image.white_point[0]=ReadBlobFloat(image);
536 if (IsFloatDefined(cin.image.white_point[0]) != MagickFalse)
537 image->chromaticity.white_point.x=cin.image.white_point[0];
538 cin.image.white_point[1]=ReadBlobFloat(image);
540 if (IsFloatDefined(cin.image.white_point[1]) != MagickFalse)
541 image->chromaticity.white_point.y=cin.image.white_point[1];
167 white_point[2], member in struct:_CINImageInfo
    [all...]
mpc.c 743 image->chromaticity.white_point.x=geometry_info.rho;
744 image->chromaticity.white_point.y=geometry_info.sigma;
746 image->chromaticity.white_point.y=
747 image->chromaticity.white_point.x;
    [all...]
rla.c 122 white_point[24+1];
231 count=ReadBlob(image,24,(unsigned char *) rla_info.white_point);
120 white_point[24+1]; member in struct:_RLAInfo
dpx.c 593 chromaticity_info->white_point.x=0.3127;
594 chromaticity_info->white_point.y=0.3290;
595 chromaticity_info->white_point.z=0.3582;
609 chromaticity_info->white_point.x=0.310;
610 chromaticity_info->white_point.y=0.316;
611 chromaticity_info->white_point.z=0.374;
625 chromaticity_info->white_point.x=0.3127;
626 chromaticity_info->white_point.y=0.3290;
627 chromaticity_info->white_point.z=0.3582;
    [all...]
miff.c     [all...]
png.c     [all...]
json.c     [all...]
pcd.c 839 image->chromaticity.white_point.x=0.3127f;
840 image->chromaticity.white_point.y=0.3290f;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/common/
hdr_util.cc 56 if (parser_mm.white_point) {
57 if (!CopyPrimaryChromaticity(*parser_mm.white_point, &wp_ptr))
  /external/ImageMagick/MagickWand/
operation.c 2101 white_point; local
2596 white_point; local
2634 white_point; local
2667 white_point; local
    [all...]
mogrify.c 1236 white_point; local
1974 white_point; local
2013 white_point; local
2046 white_point; local
    [all...]
magick-image.c     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 409 white_point(NULL),
416 delete white_point;
426 PrimaryChromaticity* white_point; member in struct:mkvparser::MasteringMetadata
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 409 white_point(NULL),
416 delete white_point;
426 PrimaryChromaticity* white_point; member in struct:mkvparser::MasteringMetadata
  /external/ImageMagick/MagickCore/
enhance.c 3631 white_point; local
    [all...]
image.h 131 white_point; member in struct:_ChromaticityInfo
identify.c     [all...]
image.c 193 image->chromaticity.white_point.x=0.3127f;
194 image->chromaticity.white_point.y=0.3290f;
195 image->chromaticity.white_point.z=0.3583f;
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /hardware/qcom/display/msm8909/sdm/include/private/
hw_info_types.h 228 uint32_t white_point[2] = {}; // White point member in struct:sdm::HWColorPrimaries
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
hw_info_types.h 227 uint32_t white_point[2] = {}; // White point member in struct:sdm::HWColorPrimaries
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 221 uint32_t white_point[2] = {}; // White point member in struct:sdm::HWColorPrimaries
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 413 const PrimaryChromaticity* white_point);
417 const PrimaryChromaticity* white_point() const { return white_point_; } function in class:mkvmuxer::MasteringMetadata
    [all...]

Completed in 617 milliseconds

1 2