Searched refs:bgf2 (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTimeCode.h61 // bgf2 boolean
92 // 23 bgf0 bgf0 bgf2
96 // 31 bgf2 bgf2 field/phase flag
147 bool bgf2 = false,
197 bool bgf2 () const;
H A DImfTimeCode.cpp65 bool bgf2,
84 setBgf2 (bgf2);
304 TimeCode::bgf2 () const function in class:Imf::TimeCode
353 t |= ((unsigned int) bgf2() << 23);
55 TimeCode(int hours, int minutes, int seconds, int frame, bool dropFrame, bool colorFrame, bool fieldPhase, bool bgf0, bool bgf1, bool bgf2, int binaryGroup1, int binaryGroup2, int binaryGroup3, int binaryGroup4, int binaryGroup5, int binaryGroup6, int binaryGroup7, int binaryGroup8) argument
/haiku-fatelf/src/add-ons/translators/exr/openexr/
H A Dexrheader.cpp230 "bgf2 " << tc.bgf2() << "\n"

Completed in 102 milliseconds