HomeSort by relevance Sort by last modified time
    Searched defs:Atom (Results 1 - 4 of 4) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
atom.cpp 20 /* MPEG-4 Base Atom Class Implementation */
24 This Atom Class is the base class for all other Atoms in the MPEG-4 File
32 #include "atom.h"
36 Atom::Atom(uint32 type)
42 Atom::Atom(MP4_FF_FILE *fp)
64 Atom::Atom(MP4_FF_FILE *fp, uint32 size, uint32 type)
87 Atom::Atom(uint8 *&buf
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
atom.h 19 This Atom Class is the base class for all other Atoms in the MPEG-4 File
69 //add atom size, so there will be no dead loop when skip sth in atom field
72 class Atom : public Parentable, public Renderable, public ISucceedFail
76 Atom(uint32 type);
77 Atom(MP4_FF_FILE *fp); // file pointer constructor
78 Atom(MP4_FF_FILE *fp, uint32 size, uint32 type); // file pointer constructor
79 Atom(uint8* &buf);
80 virtual ~Atom();
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvproto.h 64 #define Atom CARD32
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom
  /external/v8/src/
jsregexp.cc 137 // Parse-tree is a single atom that is equal to the pattern.
142 RegExpAtom* atom = parse_result.tree->AsAtom(); local
143 Vector<const uc16> atom_pattern = atom->data();
164 case JSRegExp::ATOM:
179 // RegExp Atom implementation: Simple string search using indexOf.
187 JSRegExp::ATOM,
625 text->AddElement(TextElement::Atom(this));
640 TextElement TextElement::Atom(RegExpAtom* atom) {
641 TextElement result = TextElement(ATOM);
5001 RegExpAtom* atom = text.data.u_atom; local
    [all...]

Completed in 109 milliseconds