/external/chromium_org/third_party/icu/source/i18n/unicode/ |
utmscale.h | 436 * @param timeScale The time scale 444 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status); 452 * @param timeScale The time scale to convert from 460 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status); 468 * @param timeScale The time scale to convert to 476 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
utmscale.c | 22 /* Constants generated by ICU4J com.ibm.icu.dev.tool.timescale.GenerateCTimeScaleData. */ 38 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) 44 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale 51 return timeScaleTable[timeScale][value]; 55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) 63 if (timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { 68 data = (const int64_t *)(&timeScaleTable[timeScale]); 79 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status [all...] |
/external/icu4c/i18n/unicode/ |
utmscale.h | 436 * @param timeScale The time scale 444 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status); 452 * @param timeScale The time scale to convert from 460 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status); 468 * @param timeScale The time scale to convert to 476 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
|
/external/icu4c/i18n/ |
utmscale.c | 22 /* Constants generated by ICU4J com.ibm.icu.dev.tool.timescale.GenerateCTimeScaleData. */ 38 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) 44 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale 51 return timeScaleTable[timeScale][value]; 55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) 63 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { 68 data = (const int64_t *)(&timeScaleTable[timeScale]); 79 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
SegmentIndexBox.java | 17 * unsigned int(32) timescale; 47 long timeScale; 75 IsoTypeWriter.writeUInt32(byteBuffer, timeScale); 102 timeScale = IsoTypeReader.readUInt32(content); 144 return timeScale; 147 public void setTimeScale(long timeScale) { 148 this.timeScale = timeScale;
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_FileCommon.h | 75 M4OSA_UInt32 timeScale;
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 495 status_t StagefrightRecorder::setParamMovieTimeScale(int32_t timeScale) { 496 ALOGV("setParamMovieTimeScale: %d", timeScale); 500 if (timeScale < 600 || timeScale > 96000) { 501 ALOGE("Time scale (%d) for movie is out of range [600, 96000]", timeScale); 504 mMovieTimeScale = timeScale; 508 status_t StagefrightRecorder::setParamVideoTimeScale(int32_t timeScale) { 509 ALOGV("setParamVideoTimeScale: %d", timeScale); 513 if (timeScale < 600 || timeScale > 60000) [all...] |
StagefrightRecorder.h | 164 status_t setParamAudioTimeScale(int32_t timeScale); 172 status_t setParamVideoTimeScale(int32_t timeScale); 179 status_t setParamMovieTimeScale(int32_t timeScale);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
SyncSampleIntersectFinderImpl.java | 176 public long[] getCommonIndices(long[] syncSamples, long[] syncSampleTimes, long timeScale, long[]... otherTracksTimes) { 237 if (lastSyncSampleTime == -1 || (curSyncSampleTime - lastSyncSampleTime) / timeScale >= minFragmentDurationSeconds) { 294 long timeScale = 1; 298 timeScale = lcm(timeScale, track1.getTrackMetaData().getTimescale()); 302 return timeScale;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_vui.h | 104 u32 timeScale;
|
h264bsd_vui.c | 237 pVuiParameters->timeScale = tmp;
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4SYS_Stream.h | 155 M4OSA_UInt32 timeScale; /**< The time scale of the stream. It means that all timing 156 duration of this stream are computed in this timescale 157 (ie timeScale = 8000, means there are 8000 ticks in
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
ChangeTimeScaleTrack.java | 31 * Changes the timescale of a track by wrapping the track. 39 long timeScale; 51 this.timeScale = targetTimeScale; 105 trackMetaData.setTimescale(timeScale);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatPackageWriterImpl.java | 38 long timeScale = 10000000; 182 * Returns a new <code>Movie</code> in that all tracks have the timescale 10000000. CTS & DTS are modified 191 nuMovie.addTrack(new ChangeTimeScaleTrack(track, timeScale, ismvBuilder.getFragmentIntersectionFinder().sampleNumbers(track, movie)));
|
/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/libvideoeditor/vss/src/ |
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*/;
|
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 !!!*/
|
M4PTO3GPP_API.c | [all...] |
M4PCMR_CoreReader.c | 227 pStreamDesc->timeScale = 1000; 229 / (M4OSA_Double)(c->m_decoderConfig.AvgBytesPerSec))*pStreamDesc->timeScale);
|
M4READER_Pcm.c | 383 M4OSA_TIME_TO_MS( fDuration, streamDesc.duration, streamDesc.timeScale); 389 (void*)streamDesc.timeScale; /*trick to change*/
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorMp3Reader.cpp | 489 meta->findInt32(kKeySampleRate, (int32_t*)&streamDesc.timeScale); 491 streamDesc.averageBitrate,streamDesc.timeScale,Duration/1000); 523 pAudioStreamHandler->m_samplingFrequency = streamDesc.timeScale;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 547 int32_t timeScale; 548 sp<MetaData> format = mHandler->getTrackFormat(i, &timeScale); 565 info.mTimeScale = timeScale;
|
/frameworks/av/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Interface.c | 240 pStreamDescription->timeScale = 1000; /**< and timeScale */ [all...] |
/frameworks/av/media/libstagefright/mp4/ |
FragmentedMP4Parser.cpp | [all...] |
/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...] |