/external/opencore/fileformats/mp4/parser/src/ |
D | atom.cpp | 36 Atom::Atom(uint32 type) in Atom() function in Atom 42 Atom::Atom(MP4_FF_FILE *fp) in Atom() function in Atom 64 Atom::Atom(MP4_FF_FILE *fp, uint32 size, uint32 type) in Atom() function in Atom 87 Atom::Atom(uint8 *&buf) in Atom() function in Atom 117 Atom::~Atom() in ~Atom() 127 Atom::getDefaultSize() const in getDefaultSize()
|
D | fullatom.cpp | 37 : Atom(type) in FullAtom() 44 : Atom(fp) in FullAtom() 78 : Atom(fp, size, type) in FullAtom()
|
D | pvuserdataatom.cpp | 38 : Atom(fp, size, type) in PVUserDataAtom() 115 : Atom(PVUSER_DATA_ATOM) in PVUserDataAtom() 133 : Atom(fp, size, type) in PVContentTypeAtom()
|
D | textsamplemodifiers.cpp | 27 TextStyleBox:: TextStyleBox(uint8 *buf) : Atom(buf) in TextStyleBox() 80 TextHighlightBox::TextHighlightBox(uint8 *buf) : Atom(buf) in TextHighlightBox() 109 TextHilightColorBox::TextHilightColorBox(uint8 *buf) : Atom(buf) in TextHilightColorBox() 140 TextKaraokeBox::TextKaraokeBox(uint8 *buf) : Atom(buf) in TextKaraokeBox() 230 TextScrollDelay::TextScrollDelay(uint8 *buf) : Atom(buf) in TextScrollDelay() 249 TextHyperTextBox::TextHyperTextBox(uint8 *buf) : Atom(buf) in TextHyperTextBox() 328 TextBoxBox::TextBoxBox(uint8 *buf) : Atom(buf) in TextBoxBox() 362 BlinkBox::BlinkBox(uint8 *buf) : Atom(buf) in BlinkBox()
|
D | paspatom.cpp | 31 : Atom(fp, size, type) in PASPBox()
|
D | mpeg4sampleentryextensions.cpp | 28 : Atom(fp, size, type) in MPEG4BitRateBox()
|
D | mediadataatom.cpp | 44 : Atom(fp) in MediaDataAtom()
|
/external/opencore/fileformats/mp4/parser/include/ |
D | atom.h | 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();
|
D | textsamplemodifiers.h | 29 class TextStyleBox : public Atom 57 class TextHighlightBox : public Atom 80 class TextHilightColorBox : public Atom 97 class TextKaraokeBox : public Atom 139 class TextScrollDelay : public Atom 155 class TextHyperTextBox : public Atom 202 class TextBoxBox : public Atom 218 class BlinkBox : public Atom
|
D | oma2boxes.h | 87 class MutableDRMInformationBox : public Atom 98 class SchemeInformationBox : public Atom 129 class OriginalFormatbox : public Atom 142 class ProtectionSchemeInformationBox : public Atom
|
D | pvuserdataatom.h | 47 class PVUserDataAtom : public Atom 102 class PVContentTypeAtom : public Atom
|
D | mediadataatom.h | 51 class MediaDataAtom : public Atom
|
D | editatom.h | 40 class EditAtom : public Atom
|
D | paspatom.h | 30 class PASPBox : public Atom
|
D | trackreferencetypeatom.h | 45 class TrackReferenceTypeAtom : public Atom
|
D | datainformationatom.h | 37 class DataInformationAtom : public Atom
|
D | fonttableatom.h | 38 class FontTableAtom : public Atom
|
D | trackreferenceatom.h | 44 class TrackReferenceAtom : public Atom
|
D | mpeg4sampleentryextensions.h | 25 class MPEG4BitRateBox : public Atom
|
D | freespaceatom.h | 40 class FreeSpaceAtom : public Atom
|
/external/dbus/tools/ |
D | dbus-launch-x11.c | 39 static Atom selection_atom; 40 static Atom address_atom; 41 static Atom pid_atom; 294 Atom type; in x11_get_address()
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
D | Xvlib.h | 114 Atom attribute; /* atom that identifies attribute */ 308 Atom /* attribute */, 317 Atom /* attribute */,
|
D | Xvproto.h | 64 #define Atom CARD32 macro 321 Atom attribute B32; 331 Atom attribute B32; 585 Atom attribute B32; 601 #undef Atom
|
/external/webkit/WebCore/platform/gtk/ |
D | PlatformScreenGtk.cpp | 126 Atom xproperty = gdk_x11_get_xatom_by_name_for_display(display, "_NET_WORKAREA"); in screenAvailableRect() 128 Atom retType; in screenAvailableRect()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11sym.h | 29 SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned cha… 49 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return) 75 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return) 105 SDL_X11_SYM(void,XSetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d),(a,b,c,d),) 107 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return)
|