Searched refs:BoxType (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/
H A Dgeo_alignedbox.cpp18 template<typename BoxType> void alignedbox(const BoxType& _box)
23 typedef typename BoxType::Index Index;
24 typedef typename BoxType::Scalar Scalar;
26 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType;
36 BoxType b0(dim);
37 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
38 BoxType b2;
51 BoxType *bp0 = new BoxType(di
101 typedef AlignedBox2f BoxType; typedef
128 typedef AlignedBox3i BoxType; typedef
[all...]
/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp15 template<typename BoxType> void alignedbox(const BoxType& _box)
22 typedef typename BoxType::Scalar Scalar;
24 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType;
30 BoxType b0(dim);
31 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
32 BoxType b2;
45 const int Dim = BoxType::AmbientDimAtCompileTime;
/external/eigen/unsupported/test/
H A DBVH.cpp46 typedef AlignedBox<double, Dim> BoxType; typedef in struct:BallPointStuff
52 bool intersectVolume(const BoxType &r) { ++calls; return r.contains(p); }
60 bool intersectVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersection(r2)).isNull(); }
61 bool intersectVolumeObject(const BoxType &r, const BallType &b) { ++calls; return r.squaredExteriorDistance(b.center) < SQR(b.radius); }
62 bool intersectObjectVolume(const BallType &b, const BoxType &r) { ++calls; return r.squaredExteriorDistance(b.center) < SQR(b.radius); }
69 bool intersectVolumeObject(const BoxType &r, const VectorType &v) { ++calls; return r.contains(v); }
77 double minimumOnVolume(const BoxType &r) { ++calls; return r.squaredExteriorDistance(p); }
79 double minimumOnVolumeVolume(const BoxType &r1, const BoxType
99 typedef AlignedBox<double, Dim> BoxType; typedef in struct:TreeTest
[all...]
/external/chromium_org/media/mp4/
H A Dbox_definitions.cc16 FourCC FileType::BoxType() const { return FOURCC_FTYP; } function in class:media::mp4::FileType
26 FourCC ProtectionSystemSpecificHeader::BoxType() const { return FOURCC_PSSH; } function in class:media::mp4::ProtectionSystemSpecificHeader
44 FourCC SampleAuxiliaryInformationOffset::BoxType() const { return FOURCC_SAIO; } function in class:media::mp4::SampleAuxiliaryInformationOffset
70 FourCC SampleAuxiliaryInformationSize::BoxType() const { return FOURCC_SAIZ; } function in class:media::mp4::SampleAuxiliaryInformationSize
86 FourCC OriginalFormat::BoxType() const { return FOURCC_FRMA; } function in class:media::mp4::OriginalFormat
94 FourCC SchemeType::BoxType() const { return FOURCC_SCHM; } function in class:media::mp4::SchemeType
107 FourCC TrackEncryption::BoxType() const { return FOURCC_TENC; } function in class:media::mp4::TrackEncryption
127 FourCC SchemeInfo::BoxType() const { return FOURCC_SCHI; } function in class:media::mp4::SchemeInfo
135 FourCC ProtectionSchemeInfo::BoxType() const { return FOURCC_SINF; } function in class:media::mp4::ProtectionSchemeInfo
159 FourCC MovieHeader::BoxType() cons function in class:media::mp4::MovieHeader
196 FourCC TrackHeader::BoxType() const { return FOURCC_TKHD; } function in class:media::mp4::TrackHeader
229 FourCC SampleDescription::BoxType() const { return FOURCC_STSD; } function in class:media::mp4::SampleDescription
250 FourCC SampleTable::BoxType() const { return FOURCC_STBL; } function in class:media::mp4::SampleTable
259 FourCC EditList::BoxType() const { return FOURCC_ELST; } function in class:media::mp4::EditList
289 FourCC Edit::BoxType() const { return FOURCC_EDTS; } function in class:media::mp4::Edit
297 FourCC HandlerReference::BoxType() const { return FOURCC_HDLR; } function in class:media::mp4::HandlerReference
321 FourCC AVCDecoderConfigurationRecord::BoxType() const { return FOURCC_AVCC; } function in class:media::mp4::AVCDecoderConfigurationRecord
360 FourCC PixelAspectRatioBox::BoxType() const { return FOURCC_PASP; } function in class:media::mp4::PixelAspectRatioBox
375 FourCC VideoSampleEntry::BoxType() const { function in class:media::mp4::VideoSampleEntry
414 FourCC ElementaryStreamDescriptor::BoxType() const { function in class:media::mp4::ElementaryStreamDescriptor
442 FourCC AudioSampleEntry::BoxType() const { function in class:media::mp4::AudioSampleEntry
481 FourCC MediaHeader::BoxType() const { return FOURCC_MDHD; } function in class:media::mp4::MediaHeader
503 FourCC MediaInformation::BoxType() const { return FOURCC_MINF; } function in class:media::mp4::MediaInformation
512 FourCC Media::BoxType() const { return FOURCC_MDIA; } function in class:media::mp4::Media
532 FourCC Track::BoxType() const { return FOURCC_TRAK; } function in class:media::mp4::Track
544 FourCC MovieExtendsHeader::BoxType() const { return FOURCC_MEHD; } function in class:media::mp4::MovieExtendsHeader
563 FourCC TrackExtends::BoxType() const { return FOURCC_TREX; } function in class:media::mp4::TrackExtends
577 FourCC MovieExtends::BoxType() const { return FOURCC_MVEX; } function in class:media::mp4::MovieExtends
588 FourCC Movie::BoxType() const { return FOURCC_MOOV; } function in class:media::mp4::Movie
601 FourCC TrackFragmentDecodeTime::BoxType() const { return FOURCC_TFDT; } function in class:media::mp4::TrackFragmentDecodeTime
613 FourCC MovieFragmentHeader::BoxType() const { return FOURCC_MFHD; } function in class:media::mp4::MovieFragmentHeader
628 FourCC TrackFragmentHeader::BoxType() const { return FOURCC_TFHD; } function in class:media::mp4::TrackFragmentHeader
672 FourCC TrackFragmentRun::BoxType() const { return FOURCC_TRUN; } function in class:media::mp4::TrackFragmentRun
732 FourCC TrackFragment::BoxType() const { return FOURCC_TRAF; } function in class:media::mp4::TrackFragment
746 FourCC MovieFragment::BoxType() const { return FOURCC_MOOF; } function in class:media::mp4::MovieFragment
[all...]
H A Dbox_reader_unittest.cc37 virtual FourCC BoxType() const OVERRIDE { return FOURCC_FREE; }
46 virtual FourCC BoxType() const OVERRIDE { return FOURCC_PSSH; }
69 virtual FourCC BoxType() const OVERRIDE { return FOURCC_SKIP; }
H A Dbox_reader.cc186 FourCC child_type = child->BoxType();
197 if (!children_.count(child->BoxType())) return true;
H A Dbox_reader.h26 virtual FourCC BoxType() const = 0;
109 // will be determined by the BoxType() method of |child|.
176 FourCC child_type = (*children)[0].BoxType();
H A Dbox_definitions.h33 virtual FourCC BoxType() const OVERRIDE; \

Completed in 237 milliseconds