/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs() 159 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodeNonPCWs() 160 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield; in DecodeNonPCWs() 161 pNumWordForBitfield = &(pHcr->segmentInfo.numWordForBitfield); in DecodeNonPCWs() 162 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs() 173 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs() 191 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield; in DecodeNonPCWs() 218 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield; in DecodeNonPCWs() 232 pHcr->segmentInfo.segmentOffset = in DecodeNonPCWs() 266 pHcr->segmentInfo.segmentOffset = segmentOffset; in DecodeNonPCWs() [all …]
|
D | aacdec_hcr.cpp | 457 pHcr->segmentInfo.numSegment, in HcrDecoder() 816 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in HcrPrepareSegmentationGrid() 817 INT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; in HcrPrepareSegmentationGrid() 818 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid() 858 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid() 885 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo() 1021 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in DecodePCWs() 1022 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs() 1296 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in errDetectWithinSegmentationFinal() 1297 UINT numSegment = pHcr->segmentInfo.numSegment; in errDetectWithinSegmentationFinal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 80 WasmYAML::SegmentInfo SegmentInfo; in dumpCustomSection() local 81 SegmentInfo.Name = Segment.Data.Name; in dumpCustomSection() 82 SegmentInfo.Index = SegmentIndex; in dumpCustomSection() 83 SegmentInfo.Alignment = Segment.Data.Alignment; in dumpCustomSection() 84 SegmentInfo.Flags = Segment.Data.Flags; in dumpCustomSection() 85 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 119 struct SegmentInfo { struct 200 std::vector<SegmentInfo> SegmentInfos; 337 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::SegmentInfo) in LLVM_YAML_IS_SEQUENCE_VECTOR() 414 template <> struct MappingTraits<WasmYAML::SegmentInfo> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 415 static void mapping(IO &IO, WasmYAML::SegmentInfo &SegmentInfo); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 155 SegmentInfo 296 SegmentInfo 377 SegmentInfo
|
D | fx.h | 70 PlasmaImage(Image *,const SegmentInfo *,size_t,size_t,ExceptionInfo *),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 62 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping() 271 void MappingTraits<WasmYAML::SegmentInfo>::mapping( in mapping() 272 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping() argument 273 IO.mapRequired("Index", SegmentInfo.Index); in mapping() 274 IO.mapRequired("Name", SegmentInfo.Name); in mapping() 275 IO.mapRequired("Alignment", SegmentInfo.Alignment); in mapping() 276 IO.mapRequired("Flags", SegmentInfo.Flags); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/wasm/ |
D | linking_section.yaml | 39 SegmentInfo: 58 # CHECK-NEXT: SegmentInfo:
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 183 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local 184 writeStringRef(SegmentInfo.Name, SubSection.GetStream()); in writeSectionContent() 185 encodeULEB128(SegmentInfo.Alignment, SubSection.GetStream()); in writeSectionContent() 186 encodeULEB128(SegmentInfo.Flags, SubSection.GetStream()); in writeSectionContent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | array-fill.ll | 22 ; CHECK-NEXT: SegmentInfo:
|
D | explicit-sections.ll | 60 ; CHECK-NEXT: SegmentInfo:
|
D | bss.ll | 64 ; CHECK-NEXT: SegmentInfo:
|
D | unnamed-data.ll | 73 ; CHECK-NEXT: SegmentInfo:
|
D | comdat.ll | 106 ; CHECK-NEXT: SegmentInfo:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/wasm/ |
D | exports.yaml | 58 SegmentInfo:
|
D | weak-symbols.yaml | 73 SegmentInfo:
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1448 class SegmentInfo { 1450 SegmentInfo(); 1451 ~SegmentInfo(); 1490 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(SegmentInfo); 1514 // Initializes |SegmentInfo| and returns result. Always returns false when 1654 const SegmentInfo* GetSegmentInfo() const { return &segment_info_; } in GetSegmentInfo() 1655 SegmentInfo* GetSegmentInfo() { return &segment_info_; } in GetSegmentInfo() 1699 const SegmentInfo* segment_info() const { return &segment_info_; } in segment_info() 1782 SegmentInfo segment_info_;
|
D | mkvmuxer.cc | 1893 const SegmentInfo* const info = segment.GetSegmentInfo(); in set_time() 2892 // SegmentInfo Class 2894 SegmentInfo::SegmentInfo() in SegmentInfo() function in mkvmuxer::SegmentInfo 2902 SegmentInfo::~SegmentInfo() { in ~SegmentInfo() 2907 bool SegmentInfo::Init() { in Init() 2942 bool SegmentInfo::Finalize(IMkvWriter* writer) const { in Finalize() 2968 bool SegmentInfo::Write(IMkvWriter* writer) { in Write() 3018 void SegmentInfo::set_muxing_app(const char* app) { in set_muxing_app() 3036 void SegmentInfo::set_writing_app(const char* app) { in set_writing_app() 3739 // Set the duration > 0.0 so SegmentInfo will write out the duration. When in WriteSegmentHeader() [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1448 class SegmentInfo { 1450 SegmentInfo(); 1451 ~SegmentInfo(); 1490 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(SegmentInfo); 1514 // Initializes |SegmentInfo| and returns result. Always returns false when 1654 const SegmentInfo* GetSegmentInfo() const { return &segment_info_; } in GetSegmentInfo() 1655 SegmentInfo* GetSegmentInfo() { return &segment_info_; } in GetSegmentInfo() 1699 const SegmentInfo* segment_info() const { return &segment_info_; } in segment_info() 1782 SegmentInfo segment_info_;
|
D | mkvmuxer.cc | 1893 const SegmentInfo* const info = segment.GetSegmentInfo(); in set_time() 2892 // SegmentInfo Class 2894 SegmentInfo::SegmentInfo() in SegmentInfo() function in mkvmuxer::SegmentInfo 2902 SegmentInfo::~SegmentInfo() { in ~SegmentInfo() 2907 bool SegmentInfo::Init() { in Init() 2942 bool SegmentInfo::Finalize(IMkvWriter* writer) const { in Finalize() 2968 bool SegmentInfo::Write(IMkvWriter* writer) { in Write() 3018 void SegmentInfo::set_muxing_app(const char* app) { in set_muxing_app() 3036 void SegmentInfo::set_writing_app(const char* app) { in set_writing_app() 3739 // Set the duration > 0.0 so SegmentInfo will write out the duration. When in WriteSegmentHeader() [all …]
|
/external/libvpx/libvpx/ |
D | webmenc.cc | 33 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
|
/external/libaom/libaom/common/ |
D | webmenc.cc | 49 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
|