Home
last modified time | relevance | path

Searched full:segmentinfo (Results 1 – 25 of 53) sorted by relevance

123

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp158 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 …]
Daacdec_hcr.cpp457 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/
Dwasm2yaml.cpp80 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/
DWasmYAML.h119 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/
Ddraw.h155 SegmentInfo
296 SegmentInfo
377 SegmentInfo
Dfx.h70 PlasmaImage(Image *,const SegmentInfo *,size_t,size_t,ExceptionInfo *),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp62 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/
Dlinking_section.yaml39 SegmentInfo:
58 # CHECK-NEXT: SegmentInfo:
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h798 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/
Dmkvparser.h798 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/
Dmkvparser.h798 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/
Dyaml2wasm.cpp183 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/
Darray-fill.ll22 ; CHECK-NEXT: SegmentInfo:
Dexplicit-sections.ll60 ; CHECK-NEXT: SegmentInfo:
Dbss.ll64 ; CHECK-NEXT: SegmentInfo:
Dunnamed-data.ll73 ; CHECK-NEXT: SegmentInfo:
Dcomdat.ll106 ; CHECK-NEXT: SegmentInfo:
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/wasm/
Dexports.yaml58 SegmentInfo:
Dweak-symbols.yaml73 SegmentInfo:
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1448 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_;
Dmkvmuxer.cc1893 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/
Dmkvmuxer.h1448 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_;
Dmkvmuxer.cc1893 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/
Dwebmenc.cc33 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
/external/libaom/libaom/common/
Dwebmenc.cc49 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()

123