/frameworks/base/graphics/java/android/graphics/ |
Movie.java | 61 Movie moov = null; local 63 moov = decodeStream(is); 68 If the exception happened on open, moov will be null. 69 If it happened on close, moov is still valid. 72 return moov;
|
/frameworks/base/core/jni/android/graphics/ |
Movie.cpp | 22 jobject create_jmovie(JNIEnv* env, SkMovie* moov) { 23 if (NULL == moov) { 28 env->CallVoidMethod(obj, gMovie_constructorMethodID, (jint)moov); 96 SkMovie* moov = SkMovie::DecodeStream(strm); local 98 return create_jmovie(env, moov); 114 SkMovie* moov = SkMovie::DecodeMemory(ar.ptr() + offset, length); local 115 return create_jmovie(env, moov);
|
/external/opencore/fileformats/mp4/composer/src/ |
mpeg4file.cpp | 318 // Create the moov atom 504 // Create default audio track and add it to moov atom 557 // Create default video track and add it to moov atom 592 // Create default video track and add it to moov atom 832 // Add to moov atom (in turn adds to tracks) 866 // Add to moov atom (in turn adds to tracks) [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
impeg4file.cpp | 112 1: moov atom is in front of the mdat atom 113 0: there is mdat atom in front of moov atom 116 as output. It is the offset of the file where the full "moov" atom is available.
|
mpeg4file.cpp | 119 //top level moov, mdat, udat 335 //"moov" 391 //we are done parsing the moov atom [all...] |
movieatom.cpp | 77 //top level below the "moov" => mvhd trak iods udta [all...] |
/external/opencore/fileformats/mp4/composer/include/ |
mpeg4file.h | 356 uint32 _movieFragmentDuration; // always in milliseconds : decides total sample length in MOOF and MOOV
|
a_impeg4file.h | 103 * that file is interleaved, meta data is after the media data in moov
|
/frameworks/base/media/libstagefright/ |
MPEG4Writer.cpp | 159 beginBox("moov"); 195 endBox(); // moov
|
/external/opencore/nodes/pvmp4ffcomposernode/include/ |
pvmp4ffcn_clipconfig.h | 94 * Meta Data is towards the end of the clip in MOOV and MOOF.
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_data_stream_interface.h | 516 * Used in progressive playback, mainly for moov atom storage
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
pvmf_mp4ffparser_node.cpp | [all...] |
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | [all...] |
/external/opencore/nodes/pvdownloadmanagernode/src/ |
pvmf_memorybufferdatastream_factory.cpp | 916 // last byte in perm cache is one byte beyond moov atom [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | [all...] |