HomeSort by relevance Sort by last modified time
    Searched defs:Segment (Results 26 - 50 of 86) sorted by null

12 3 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1132 void Chapter::set_time(const Segment& segment,
1135 const SegmentInfo* const info = segment.GetSegmentInfo();
    [all...]
mkvparser.cpp 687 Segment::Segment(
713 Segment::~Segment()
738 long long Segment::CreateInstance(
741 Segment*& pSegment)
829 if (id == 0x08538067) //Segment ID
840 pSegment = new (std::nothrow) Segment(
867 long long Segment::ParseHeaders()
869 //Outermost (level 0) segment object has been constructed
    [all...]
mkvmuxer.hpp 24 class Segment;
160 // Absolute timecode according to the segment time base.
547 void set_time(const Segment& segment,
713 // position for the cluster within the segment that should be written in
    [all...]
mkvparser.hpp 73 class Segment;
334 Segment*,
347 Segment* const m_pSegment;
413 Segment*,
442 Segment*,
448 Segment*,
475 Segment*,
480 Segment*,
503 Segment* const m_pSegment;
510 Segment*,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 678 Segment::Segment(
703 Segment::~Segment()
727 long long Segment::CreateInstance(
730 Segment*& pSegment)
819 if (id == 0x08538067) //Segment ID
830 pSegment = new (std::nothrow) Segment(
852 return E_FILE_FORMAT_INVALID; //there is no segment
857 long long Segment::ParseHeaders()
    [all...]
mkvparser.hpp 73 class Segment;
297 Segment* const m_pSegment;
356 Segment*,
385 Segment*,
391 Segment*,
418 Segment*,
423 Segment*,
448 Segment* const m_pSegment;
455 Segment*,
490 Segment* const m_pSegment;
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 327 // CMapTable::CMapFormat4::Builder::Segment
328 class Segment : public RefCounted<Segment> {
330 Segment();
331 explicit Segment(Segment* other);
332 Segment(int32_t start_count,
336 ~Segment();
356 std::vector<Ptr<Segment> >*
357 DeepCopy(std::vector<Ptr<Segment> >* original)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 327 // CMapTable::CMapFormat4::Builder::Segment
328 class Segment : public RefCounted<Segment> {
330 Segment();
331 explicit Segment(Segment* other);
332 Segment(int32_t start_count,
336 ~Segment();
356 std::vector<Ptr<Segment> >*
357 DeepCopy(std::vector<Ptr<Segment> >* original)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 593 Segment::Segment(IMkvReader* pReader, long long elem_start,
613 Segment::~Segment() {
635 long long Segment::CreateInstance(IMkvReader* pReader, long long pos,
636 Segment*& pSegment) {
722 if (id == 0x08538067) { // Segment ID
732 pSegment = new (std::nothrow) Segment(pReader, idpos,
755 long long Segment::ParseHeaders() {
756 // Outermost (level 0) segment object has been constructed
    [all...]
mkvparser.hpp 64 class Segment;
302 static long Create(Segment*, const Info&, long long element_start,
307 Segment* const m_pSegment;
370 Track(Segment*, long long element_start, long long element_size);
393 VideoTrack(Segment*, long long element_start, long long element_size);
396 static long Parse(Segment*, const Info&, long long element_start,
416 AudioTrack(Segment*, long long element_start, long long element_size);
419 static long Parse(Segment*, const Info&, long long element_start,
437 Segment* const m_pSegment;
443 Tracks(Segment*, long long start, long long size, long long element_start
    [all...]
mkvmuxer.hpp 24 class Segment;
159 // Absolute timecode according to the segment time base.
543 void set_time(const Segment& segment, uint64 start_time_ns,
706 // position for the cluster within the segment that should be written in
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 687 Segment::Segment(
713 Segment::~Segment()
738 long long Segment::CreateInstance(
741 Segment*& pSegment)
829 if (id == 0x08538067) //Segment ID
840 pSegment = new (std::nothrow) Segment(
867 long long Segment::ParseHeaders()
869 //Outermost (level 0) segment object has been constructed
    [all...]
mkvmuxer.hpp 24 class Segment;
160 // Absolute timecode according to the segment time base.
547 void set_time(const Segment& segment,
713 // position for the cluster within the segment that should be written in
    [all...]
mkvparser.hpp 73 class Segment;
334 Segment*,
347 Segment* const m_pSegment;
413 Segment*,
442 Segment*,
448 Segment*,
475 Segment*,
480 Segment*,
503 Segment* const m_pSegment;
510 Segment*,
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 595 Segment::Segment(IMkvReader* pReader, long long elem_start,
615 Segment::~Segment() {
637 long long Segment::CreateInstance(IMkvReader* pReader, long long pos,
638 Segment*& pSegment) {
724 if (id == 0x08538067) { // Segment ID
734 pSegment = new (std::nothrow) Segment(pReader, idpos,
757 long long Segment::ParseHeaders() {
758 // Outermost (level 0) segment object has been constructed
    [all...]
mkvparser.hpp 64 class Segment;
302 static long Create(Segment*, const Info&, long long element_start,
307 Segment* const m_pSegment;
370 Track(Segment*, long long element_start, long long element_size);
393 VideoTrack(Segment*, long long element_start, long long element_size);
396 static long Parse(Segment*, const Info&, long long element_start,
416 AudioTrack(Segment*, long long element_start, long long element_size);
419 static long Parse(Segment*, const Info&, long long element_start,
437 Segment* const m_pSegment;
443 Tracks(Segment*, long long start, long long size, long long element_start
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 63 SDValue Segment;
74 Segment(), GV(nullptr), CP(nullptr), BlockAddr(nullptr), ES(nullptr),
207 SDValue &Segment);
211 SDValue &Segment);
214 SDValue &Segment);
217 SDValue &Segment);
221 SDValue &Segment,
227 SDValue &Segment);
239 SDValue &Disp, SDValue &Segment) {
267 if (AM.Segment.getNode()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 167 WORD Segment;
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 99 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
104 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
110 * This implementation uses a per-segment queue to record a memento of the additions, removals,
116 * operates per-segment rather than globally for increased implementation simplicity. We expect
136 * Number of cache access operations that can be buffered per segment before the cache's recency
159 * the segment.
164 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
170 final Segment<K, V>[] segments;
289 // Ensure sum of segment max weights = overall max weights
376 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 80 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
85 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
91 * This implementation uses a per-segment queue to record a memento of the additions, removals,
97 * operates per-segment rather than globally for increased implementation simplicity. We expect
117 * Number of cache access operations that can be buffered per segment before the cache's recency
140 * the segment.
145 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
151 final transient Segment<K, V>[] segments;
248 // Ensure sum of segment max sizes = overall max size
299 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 313 * unused "Segment" class that is instantiated in minimal form
409 new ObjectStreamField("segments", Segment[].class),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 22 Keyword argument To_Segment: Segment number into which to add the file(s)
232 'Segment' : 'Segm',
237 Required argument: The index of the file within its segment.
238 Keyword argument Segment: The segment containing the file.
278 """Get Segments: Returns a description of each segment in the project.
726 """Set Segment: Changes the name and attributes of a segment.
727 Required argument: The segment to change
728 Keyword argument to: The new name and attributes for the segment
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 172 WORD Segment;
182 WORD Segment;
188 a64->Segment = a32->Segment;
194 a32->Segment = a64->Segment;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 172 WORD Segment;
182 WORD Segment;
188 a64->Segment = a32->Segment;
194 a32->Segment = a64->Segment;
    [all...]

Completed in 2002 milliseconds

12 3 4