Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc652 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 …]
Dmkvmuxer.h440 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_;
Dmkvmuxer.cc35 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/
Dscoped-enums-debug-info.cpp16 enum struct Colour { grey }; enum
18 void h(Colour);
20 h(Colour::grey); in i()
Dscoped-enums.cpp12 enum struct Colour { grey }; enum
14 void h(Colour);
16 h(Colour::grey); in i()
/external/libvpx/libvpx/third_party/libwebm/common/
Dhdr_util.h18 struct Colour;
62 bool CopyColour(const mkvparser::Colour& parser_colour,
63 mkvmuxer::Colour* muxer_colour);
Dhdr_util.cc70 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/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp493 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 …]
DPVRTPrint3D.h178 …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/clang/test/CodeGen/
D2003-06-22-UnionCrash.c5 float Colour[5]; member
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h431 struct Colour { struct
436 Colour() in Colour() argument
451 ~Colour() { in ~Colour() argument
457 long long element_size, Colour** colour);
526 Colour* GetColour() const;
540 Colour* m_colour;
Dmkvparser.cc27 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/
Dmkvparser.h431 struct Colour { struct
436 Colour() in Colour() argument
451 ~Colour() { in ~Colour() argument
457 long long element_size, Colour** colour);
498 Colour* GetColour() const;
510 Colour* m_colour;
Dmkvparser.cc27 const long long Colour::kValueNotPresent = LLONG_MAX;
5098 bool Colour::Parse(IMkvReader* reader, long long colour_start, in Parse()
5099 long long colour_size, Colour** colour) { in Parse()
5103 std::auto_ptr<Colour> colour_ptr(new Colour()); in Parse()
5231 Colour* colour = NULL; in Parse()
5280 if (!Colour::Parse(pReader, pos, size, &colour)) in Parse()
5411 Colour* VideoTrack::GetColour() const { return m_colour; } in GetColour()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/
DColourGrading.txt8 Colour grading is the act of enhancing the colour of a scene. This example demonstrates colour grad…
/external/libexif/po/
Den_CA.po408 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 …]
Den_GB.po409 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 …]
Den_AU.po409 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/
DOGLES2HelloAPI_OSX.mm573 …glClear is used here with the Colour Buffer to clear the colour. It can also be used to clear the …
/external/skia/third_party/libpng/
Dlibpng-manual.txt1927 space, as recommended in the Charles Poynton's Colour FAQ,
/external/libpng/
Dlibpng-manual.txt1927 space, as recommended in the Charles Poynton's Colour FAQ,