HomeSort by relevance Sort by last modified time
    Searched refs:metaDataSize (Results 1 - 7 of 7) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
impeg4file.cpp 115 metaDataSize : as input. It is the available data size
122 int32 &metaDataSize,
130 if (metaDataSize <= DEFAULT_ATOM_SIZE)
137 int32 fileSize = metaDataSize;
225 metaDataSize = 0;
260 metaDataSize = fpos + atomSize;
304 int32 &metaDataSize,
311 if (metaDataSize <= DEFAULT_ATOM_SIZE)
318 int32 fileSize = metaDataSize;
401 metaDataSize = 0
    [all...]
  /external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h 71 * @param uint32& metaDataSize - If the clip is progressive
73 * needs to wait for the file to grow past the metaDataSize before
87 uint32& metaDataSize) = 0;
  /external/opencore/fileformats/mp4/parser/include/
impeg4file.h 260 int32 &metaDataSize,
268 int32 &metaDataSize,
296 * @param uint32& metaDataSize - If the clip is progressive
298 * needs to wait for the file to grow past the metaDataSize before
311 uint32& metaDataSize);
320 * @param uint32& metaDataSize - If the clip is progressive
322 * needs to wait for the file to grow past the metaDataSize before
334 uint32& metaDataSize);
  /external/opencore/fileformats/mp4/composer/include/
a_impeg4file.h 334 virtual bool getTargetFileSize(uint32 &metaDataSize, uint32 &mediaDataSize) = 0;
mpeg4file.h 229 bool getTargetFileSize(uint32 &metaDataSize, uint32 &mediaDataSize);
  /external/opencore/fileformats/mp4/composer/src/
mpeg4file.cpp     [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp     [all...]

Completed in 52 milliseconds