HomeSort by relevance Sort by last modified time
    Searched full:moov (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/graphics/java/android/graphics/
Movie.java 86 Movie moov = null; local
88 moov = decodeStream(is);
93 If the exception happened on open, moov will be null.
94 If it happened on close, moov is still valid.
97 return moov;
  /frameworks/base/core/jni/android/graphics/
Movie.cpp 25 jobject create_jmovie(JNIEnv* env, SkMovie* moov) {
26 if (NULL == moov) {
30 static_cast<jint>(reinterpret_cast<uintptr_t>(moov)));
89 SkMovie* moov = SkMovie::DecodeStream(stream.get()); local
90 return create_jmovie(env, moov);
111 SkMovie* moov = SkMovie::DecodeStream(bufferedStream); local
113 return create_jmovie(env, moov);
129 SkMovie* moov = SkMovie::DecodeMemory(ar.ptr() + offset, length); local
130 return create_jmovie(env, moov);
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalConfig.h 65 * Writer file and moov size estimation */
66 #define M4MCS_MOOV_OVER_FILESIZE_RATIO 1.04 /**< magical moov size is less than 4%
M4MCS_InternalTypes.h 403 M4OSA_UInt32 uiMaxMetadataSize; /**< Limitation on the max acceptable moov
501 metadata ("moov.bin") */
M4MCS_API.h 357 * metadata ("moov.bin").
  /external/chromium_org/media/mp4/
track_run_iterator.h 31 // Create a new TrackRunIterator. A reference to |moov| will be retained for
33 TrackRunIterator(const Movie* moov, const LogCB& log_cb);
track_run_iterator.cc 66 TrackRunIterator::TrackRunIterator(const Movie* moov,
68 : moov_(moov), log_cb_(log_cb), sample_offset_(0) {
69 CHECK(moov);
mp4_stream_parser_unittest.cc 195 // Test that a moov box is not always required after Flush() is called.
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieBox.java 30 public static final String TYPE = "moov";
MovieHeaderBox.java 28 * Container: {@link MovieBox} ('moov')<br>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MacTextEditor.py 14 MovieFileType = FOUR_CHAR_CODE('moov')
103 kTXNMovieFile = FOUR_CHAR_CODE('MooV')
112 kTXNMovieData = FOUR_CHAR_CODE('moov')
QuickTime.py 23 MovieFileType = FOUR_CHAR_CODE('MooV')
24 MovieScrapType = FOUR_CHAR_CODE('moov')
25 MovieResourceType = FOUR_CHAR_CODE('moov')
28 MovieResourceAtomType = FOUR_CHAR_CODE('moov')
44 MovieMediaType = FOUR_CHAR_CODE('moov')
462 kTargetMovie = FOUR_CHAR_CODE('moov')
660 kMovieControlDataMovie = FOUR_CHAR_CODE('moov')
671 kQTGetMIMETypeInfoIsQuickTimeMovieType = FOUR_CHAR_CODE('moov')
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 550 " moov size %lld bytes",
633 * mWriteMoovBoxToMemory is true if the amount of data in moov box is
635 * when the content of moov box is constructed. Note that video/audio
640 * Moov box needs to be constructed.
642 * 1) Right before a moov box is constructed, mWriteMoovBoxToMemory
646 * all the content of the moov box is written immediately to
648 * content of the moov box is written to an in-memory cache,
653 * 2) While the data of the moov box is written to an in-memory
655 * If the data size surpasses the reserved space, subsequent moov
658 * _all_ moov data must be written to the end of the file
    [all...]
MPEG4Extractor.cpp     [all...]
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.cc 40 ".moov",
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 51 List<Box> tkhds = Path.getPaths(this, "/moov[0]/trak/tkhd");
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 144 /**< File descriptor of the temporary file to store metadata ("moov.bin") */
M4VSS3GPP_API.h 403 /**< Temporary file to store metadata ("moov.bin") */
623 ("moov.bin") */
    [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c 586 238; /*initialization with constant part in ftyp+mdat+moov+skip*/
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
mpeg_parser.js 122 moov: {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 457 * Creates a fully populated 'moov' box with all child boxes. Child boxes are:
465 * @return fully populated 'moov'
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 390 <li>For 3GPP and MPEG-4 containers, the <code>moov</code> atom must precede any <code>mdat</code> atoms, but must succeed the
  /external/mp4parser/isoparser/src/main/resources/
isoparser-default.properties 105 moov=com.coremedia.iso.boxes.MovieBox()
  /device/sample/etc/
apns-full-conf.xml     [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]

Completed in 1247 milliseconds

1 2