/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.cc | 652 case mkvmuxer::Colour::kGbr: in IsMatrixCoefficientsValueValid() 653 case mkvmuxer::Colour::kBt709: in IsMatrixCoefficientsValueValid() 654 case mkvmuxer::Colour::kUnspecifiedMc: in IsMatrixCoefficientsValueValid() 655 case mkvmuxer::Colour::kReserved: in IsMatrixCoefficientsValueValid() 656 case mkvmuxer::Colour::kFcc: in IsMatrixCoefficientsValueValid() 657 case mkvmuxer::Colour::kBt470bg: in IsMatrixCoefficientsValueValid() 658 case mkvmuxer::Colour::kSmpte170MMc: in IsMatrixCoefficientsValueValid() 659 case mkvmuxer::Colour::kSmpte240MMc: in IsMatrixCoefficientsValueValid() 660 case mkvmuxer::Colour::kYcocg: in IsMatrixCoefficientsValueValid() 661 case mkvmuxer::Colour::kBt2020NonConstantLuminance: in IsMatrixCoefficientsValueValid() [all …]
|
D | mkvmuxer.h | 440 class Colour { 506 Colour() in Colour() function 521 ~Colour() { delete mastering_metadata_; } in ~Colour() 799 Colour* colour() { return colour_; } in colour() 802 bool SetColour(const Colour& colour); 828 Colour* colour_;
|
D | mkvmuxer.cc | 35 const uint64_t Colour::kValueNotPresent = UINT64_MAX; 1112 uint64_t Colour::ColourSize() const { in ColourSize() 1121 bool Colour::Valid() const { in Valid() 1148 bool Colour::Write(IMkvWriter* writer) const { in Write() 1235 bool Colour::SetMasteringMetadata(const MasteringMetadata& mastering_metadata) { in SetMasteringMetadata() 1254 uint64_t Colour::PayloadSize() const { in PayloadSize() 1543 bool VideoTrack::SetColour(const Colour& colour) { in SetColour() 1544 std::auto_ptr<Colour> colour_ptr(new Colour()); in SetColour()
|
/external/clang/test/CodeGenCXX/ |
D | scoped-enums-debug-info.cpp | 16 enum struct Colour { grey }; enum 18 void h(Colour); 20 h(Colour::grey); in i()
|
D | scoped-enums.cpp | 12 enum struct Colour { grey }; enum 14 void h(Colour); 16 h(Colour::grey); in i()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() argument 524 m_nCachedNumVerts = UpdateLine(0.0f, fPosX, fPosY, fScale, Colour, UTF32, m_pPrint3dVtx); in Print3D() 546 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() argument 571 … != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevScale != fScale || m_uiPrevCol != Colour) in Print3D() 578 m_uiPrevCol = Colour; in Print3D() 599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D() 616 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() argument 633 … != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevScale != fScale || m_uiPrevCol != Colour) in Print3D() 640 m_uiPrevCol = Colour; in Print3D() 650 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D() [all …]
|
D | PVRTPrint3D.h | 178 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const char *… 193 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_… 279 …at fZPos, float XPos, float YPos, const float fScale, const unsigned int Colour, const CPVRTArray<… 363 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTA…
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | hdr_util.h | 18 struct Colour; 62 bool CopyColour(const mkvparser::Colour& parser_colour, 63 mkvmuxer::Colour* muxer_colour);
|
D | hdr_util.cc | 70 return value != mkvparser::Colour::kValueNotPresent; in ColourValuePresent() 73 bool CopyColour(const mkvparser::Colour& parser_colour, in CopyColour() 74 mkvmuxer::Colour* muxer_colour) { in CopyColour()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 431 struct Colour { struct 436 Colour() in Colour() function 451 ~Colour() { in ~Colour() argument 457 long long element_size, Colour** colour); 526 Colour* GetColour() const; 540 Colour* m_colour;
|
D | mkvparser.cc | 27 const long long Colour::kValueNotPresent = LLONG_MAX; 5085 bool Colour::Parse(IMkvReader* reader, long long colour_start, in Parse() 5086 long long colour_size, Colour** colour) { in Parse() 5090 std::auto_ptr<Colour> colour_ptr(new Colour()); in Parse() 5299 Colour* colour = NULL; in Parse() 5349 if (!Colour::Parse(pReader, pos, size, &colour)) in Parse() 5484 Colour* VideoTrack::GetColour() const { return m_colour; } in GetColour()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 431 struct Colour { struct 436 Colour() in Colour() function 451 ~Colour() { in ~Colour() argument 457 long long element_size, Colour** colour); 498 Colour* GetColour() const; 510 Colour* m_colour;
|
D | mkvparser.cc | 27 const long long Colour::kValueNotPresent = LLONG_MAX; 5093 bool Colour::Parse(IMkvReader* reader, long long colour_start, in Parse() 5094 long long colour_size, Colour** colour) { in Parse() 5098 std::auto_ptr<Colour> colour_ptr(new Colour()); in Parse() 5226 Colour* colour = NULL; in Parse() 5275 if (!Colour::Parse(pReader, pos, size, &colour)) in Parse() 5406 Colour* VideoTrack::GetColour() const { return m_colour; } in GetColour()
|
/external/clang/test/CodeGen/ |
D | 2003-06-22-UnionCrash.c | 5 float Colour[5]; member
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/ |
D | ColourGrading.txt | 8 Colour grading is the act of enhancing the colour of a scene. This example demonstrates colour grad…
|
/external/libexif/po/ |
D | en_CA.po | 408 msgstr "Colour accent" 412 msgstr "Colour swap" 1317 msgstr "Colour Information" 1489 msgstr "Colour Tone" 1753 msgstr "Colour sequential area sensor" 1761 msgstr "Colour sequential linear sensor" 3594 msgstr "Colour Space" 4147 msgstr "FinePix Colour" 4276 msgstr "Colour" 4652 msgstr "Colour Mode (?)" [all …]
|
D | en_AU.po | 409 msgstr "Colour accent" 413 msgstr "Colour swap" 1321 msgstr "Colour Information" 1493 msgstr "Colour Tone" 1774 msgstr "Colour sequential area sensor" 1782 msgstr "Colour sequential linear sensor" 3319 "default is given in TIFF; but here the value given in \"Colour Space " 3852 msgstr "Colour Space" 4489 msgstr "FinePix Colour" 4618 msgstr "Colour" [all …]
|
D | en_GB.po | 409 msgstr "Colour accent" 413 msgstr "Colour swap" 1321 msgstr "Colour Information" 1493 msgstr "Colour Tone" 1774 msgstr "Colour sequential area sensor" 1782 msgstr "Colour sequential linear sensor" 3319 "default is given in TIFF; but here the value given in \"Colour Space " 3852 msgstr "Colour Space" 4489 msgstr "FinePix Colour" 4618 msgstr "Colour" [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_OSX.mm | 573 …glClear is used here with the Colour Buffer to clear the colour. It can also be used to clear the …
|
/external/libpng/ |
D | libpng-manual.txt | 1927 space, as recommended in the Charles Poynton's Colour FAQ,
|
/external/skia/third_party/libpng/ |
D | libpng-manual.txt | 1927 space, as recommended in the Charles Poynton's Colour FAQ,
|