OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoms
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/external/bluetooth/glib/docs/reference/glib/tmpl/
memory_chunks.sgml
10
pieces of memory, called
atoms
. However, due to the administrative
22
#G_ALLOC_ONLY chunks only allow allocation of
atoms
. The
atoms
can never
26
#G_ALLOC_AND_FREE chunks do allow
atoms
to be freed individually.
28
atoms
have been freed. This results in more memory being used and a slight
44
g_chunk_free(). (
Atoms
can only be freed if the memory chunk is created
52
To reset the memory chunk, freeing all of the
atoms
, use g_mem_chunk_reset().
68
/* Create a GMemChunk with
atoms
50 bytes long, and memory blocks holding
69
100 bytes. Note that this means that only 2
atoms
fit into each memory
73
/* Now allocate 10000
atoms
. *
[
all
...]
/external/opencore/fileformats/mp4/composer/src/
movieextendsatom.cpp
42
// Delete trex
atoms
119
// Recomputes the size of the current atom by checking all contained
atoms
128
// add size of Trex
atoms
166
// render track extend
atoms
atom.cpp
19
This PVA_FF_Atom Class is the base class for all other
Atoms
in the MPEG-4 File
mediainformationheaderatom.cpp
20
atoms
VideoMediaHeaderAton, AudioMediaHeaderAtom, PVA_FF_HintMediaHeaderAtom,
fullatom.cpp
19
This PVA_FF_FullAtom Class fp the base class for some
Atoms
in the MPEG-4 File
moviefragmentrandomaccessatom.cpp
108
// update moof offset of current moof atom by the given offset for all TFRA
atoms
163
// render track fragment random access
atoms
trackfragmentatom.cpp
171
// add size of Track run
atoms
245
// render track extend
atoms
userdataatom.cpp
41
// Delete all USER data
Atoms
136
// Render all the user data
atoms
in sequence to the file
/external/opencore/fileformats/mp4/parser/src/
fullatom.cpp
24
This FullAtom Class is the base class for some
Atoms
in the MPEG-4 File
62
// Version 1
atoms
supported
95
// Version 1
atoms
supported
mediainformationheaderatom.cpp
25
atoms
VideoMediaHeaderAton, AudioMediaHeaderAtom, HintMediaHeaderAtom,
mediaatom.cpp
53
// Still need to be able to read in these
atoms
in ANY ORDER!!!
62
// Can read in mdhd, hdlr, minf
atoms
in ANY order
/external/opencore/fileformats/mp4/composer/include/
movieextendsatom.h
56
// child
atoms
60
// functions needed by composer to update and write
atoms
into file
sampletableatom.h
94
// Called to update the member
atoms
if they depend on the actual
109
// Gets for optional member
atoms
118
// Creation methods for optional member
atoms
185
// Optional member
atoms
mediainformationheaderatom.h
20
atoms
VideoMediaHeaderAton, AudioMediaHeaderAtom, PVA_FF_HintMediaHeaderAtom,
movieextendsheaderatom.h
49
// functions needed by composer to update and write
atoms
into file
atom.h
19
This PVA_FF_Atom Class is the base class for all other
Atoms
in the MPEG-4 File
datareferenceatom.h
43
// Adding
atoms
to and getting the vector of DataEntryAtoms
fullatom.h
19
This PVA_FF_FullAtom Class is the base class for some
Atoms
in the MPEG-4 File
parentable.h
20
both
Atoms
and Descriptors. This allows the maintenance of the tree structure
renderable.h
20
file format - including
Atoms
, Descriptors, and Commands. This class provides
textsampleentry.h
35
//it handles and stores the configuraion information in the related
atoms
.
trackatom.h
139
// Create methods for the optional member
atoms
143
// Called to update the member
atoms
if they depend on the actual
/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
renderable.h
25
file format - including
Atoms
, Descriptors, and Commands. This class provides
/external/bluetooth/glib/tests/
memchunks.c
91
gulong allocated; /* the number of
atoms
allocated from this area */
93
gchar mem[MEM_AREA_SIZE]; /* the mem array from which
atoms
get allocated
113
GFreeAtom *free_atoms; /* the free
atoms
list */
297
/* Update the number of allocated
atoms
count.
Completed in 261 milliseconds
1
2
3
4