/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
SLConfigDescriptor.java | 49 * bit(32) timeScale;
|
/frameworks/av/media/libstagefright/include/ |
MPEG4Extractor.h | 70 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
|
FragmentedMP4Parser.h | 120 uint32_t mDuration; // This is the duration in terms of movie timescale! 121 uint64_t mSidxDuration; // usec, from sidx box, which can use a different timescale
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_util.h | 158 // Compare at the coarser timescale (client) 175 // Compare at the coarser timescale (server)
|
/external/chromium_org/media/mp4/ |
box_definitions.h | 104 uint32 timescale; member in struct:media::mp4::MovieHeader 233 uint32 timescale; member in struct:media::mp4::MediaHeader
|
box_definitions.cc | 153 timescale(0), 167 reader->Read4(×cale) && 172 reader->Read4(×cale) && 483 timescale(0), 494 reader->Read4(×cale) && 499 reader->Read4(×cale) &&
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
verilog.php | 16 * - added regular expression to find values for `timescale command 88 '`resetall', '`timescale', '`unconnected_drive', '`undef'
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
AbstractManifestWriter.java | 40 * @return the duration of each fragment in track timescale
|
FlatManifestWriterImpl.java | 112 // silverlight ignores the timescale attr smoothStreamingMedia.addAttribute(new Attribute("TimeScale", Long.toString(movieTimeScale))); 118 videoStreamIndex.setAttribute("TimeScale", Long.toString(videoTimescale)); // silverlight ignores the timescale attr 147 audioStreamIndex.setAttribute("TimeScale", Long.toString(audioTimescale)); // silverlight ignores the timescale attr
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
MultiplyTimeScaleTrack.java | 34 * Changes the timescale of a track by wrapping the track.
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_FileCommon.h | 75 M4OSA_UInt32 timeScale;
|
/prebuilts/devtools/tools/lib/ |
traceview.jar | |
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 278 const char *desc, int32_t *timescale, int32_t *numChannels) { 288 *timescale = x;
|
/frameworks/av/libvideoeditor/vss/src/ |
M4AMRR_CoreReader.c | 347 /* Timescale equals Sampling Frequency: NB-8000 Hz, WB-16000 Hz */ 348 pStreamDesc->timeScale = (pStreamContext->m_streamType == M4SYS_kAMR )?8000:16000; 367 pStreamContext->m_pStreamHandler->timeScale = pStreamDesc->timeScale ; 594 /*Make explicit time cast, but take care that timescale is not used !!!*/ 639 /*Make explicit time cast, but take care that timescale is not used !!!*/
|
M4READER_Amr.c | 306 pStreamHandler->m_pUserData = (void*)streamDesc.timeScale; /*trick to change*/ 667 M4_MediaTime timeScale; 707 timeScale = (M4OSA_Float)(M4OSA_Int32)(pStreamHandler->m_pUserData)/1000; 710 pAccessUnit->m_CTS = (M4_MediaTime)pAu->CTS/*/timeScale*/; 711 pAccessUnit->m_DTS = (M4_MediaTime)pAu->DTS/*/timeScale*/;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 221 // just translate media duration to movie timescale 541 long timescale = movie.getTracks().iterator().next().getTrackMetaData().getTimescale(); local 543 timescale = gcd(track.getTrackMetaData().getTimescale(), timescale); 545 return timescale;
|
/frameworks/av/media/libstagefright/ |
MPEG4Extractor.cpp | 48 int32_t timeScale, 453 ((int64_t)sampleTime * 1000000) / track->timescale); 856 track->timescale = 0; 926 ALOGW("ignoring edit list because timescale is 0"); 1111 uint32_t timescale; local [all...] |
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_FileCommon.c | 548 pAttribute->creationDate.timeScale = 1; 549 pAttribute->lastAccessDate.timeScale = 1; 550 pAttribute->modifiedDate.timeScale = 1;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 547 int32_t timeScale; 548 sp<MetaData> format = mHandler->getTrackFormat(i, &timeScale); 565 info.mTimeScale = timeScale;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
mpeg_parser.js | 79 var timescale = br.readScalar(4, false, atom.end); 81 metadata.duration = duration / timescale;
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4ENCODER_common.h | 76 M4ENCODER_kUSE_TIMESCALE /**< Advanced encoding, use timescale indication rather 313 M4OSA_UInt32 uiTimeScale; /**< Free value for the timescale */
|
/frameworks/av/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Writer.c | 741 mMp4FileDataPtr->audioTrackPtr->CommonData.timescale = 742 streamDescPtr->timeScale; 769 ERR_CHECK(streamDescPtr->timeScale == 8000, M4ERR_PARAMETER); 771 160; /*AMR8+timescale=8000 => sample duration 160 constant*/ 804 ERR_CHECK(streamDescPtr->timeScale == 8000, M4ERR_PARAMETER); 806 160; /*EVRC+timescale=8000 => sample duration 160 constant*/ [all...] |
/external/iproute2/man/man8/ |
tc-tbf.8 | 110 not need to be set, it is only necessary if perfect millisecond timescale shaping is required.
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TimeToSampleBox.java | 40 * deltas gives the length of the media in the track (not mapped to the overall timescale, and not considering
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 298 M4OSA_Int32 iAoffset; /**< [Timescale] Offset between the clip 358 M4OSA_Int32 iAudioFrameCts; /**< [Timescale] CTS of the audio frame 369 /**< [Timescale] Duration of silence frame data compatible with master clip stream type */ 469 M4OSA_Int32 iSilenceFrameDuration; /**< [Timescale] Duration of silence frame [all...] |