Searched refs:type_ (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxer.hpp | 346 void set_type(uint64 type) { type_ = type; } in set_type() 347 uint64 type() const { return type_; } in type() 370 uint64 type_; member in mkvmuxer::Track
|
D | mkvmuxer.cpp | 522 type_(0), in Track() 586 size += EbmlElementSize(kMkvTrackType, type_); in PayloadSize() 638 size += EbmlElementSize(kMkvTrackType, type_); in Write() 665 if (!WriteEbmlElement(writer, kMkvTrackType, type_)) in Write()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 178 const TestPartResult::Type type_; member in testing::internal::SingleFailureChecker 2137 type_(type), in SingleFailureChecker() 2145 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 17107 : type_(a_type), 17115 Type type() const { return type_; } 17134 bool passed() const { return type_ == kSuccess; } 17137 bool failed() const { return type_ != kSuccess; } 17140 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } 17143 bool fatally_failed() const { return type_ == kFatalFailure; } 17146 Type type_;
|