Searched defs:timeScale (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_FileCommon.h75 M4OSA_UInt32 timeScale; member in struct:__anon73
/frameworks/av/libvideoeditor/vss/src/
H A DM4READER_Amr.c306 pStreamHandler->m_pUserData = (void*)streamDesc.timeScale; /*trick to change*/
667 M4_MediaTime timeScale; local
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*/;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp419 int32_t timeScale; local
420 sp<MetaData> format = mHandler->getTrackFormat(i, &timeScale);
437 info.mTimeScale = timeScale;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h104 u32 timeScale; member in struct:__anon868
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4SYS_Stream.h155 M4OSA_UInt32 timeScale; /**< The time scale of the stream. It means that all timing member in struct:__anon183
157 (ie timeScale = 8000, means there are 8000 ticks in
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp493 status_t StagefrightRecorder::setParamMovieTimeScale(int32_t timeScale) { argument
494 ALOGV("setParamMovieTimeScale: %d", timeScale);
498 if (timeScale < 600 || timeScale > 96000) {
499 ALOGE("Time scale (%d) for movie is out of range [600, 96000]", timeScale);
502 mMovieTimeScale = timeScale;
506 status_t StagefrightRecorder::setParamVideoTimeScale(int32_t timeScale) { argument
507 ALOGV("setParamVideoTimeScale: %d", timeScale);
511 if (timeScale < 600 || timeScale > 6000
519 setParamAudioTimeScale(int32_t timeScale) argument
596 int32_t timeScale; local
636 int32_t timeScale; local
671 int32_t timeScale; local
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp51 int32_t timeScale,
1903 int32_t timeScale,
1907 mTimescale(timeScale),
1900 MPEG4Source( const sp<MetaData> &format, const sp<DataSource> &dataSource, int32_t timeScale, const sp<SampleTable> &sampleTable) argument
H A DOMXCodec.cpp4310 int32_t timeScale; local
4311 if (inputFormat->findInt32(kKeyTimeScale, &timeScale)) {
4312 mOutputFormat->setInt32(kKeyTimeScale, timeScale);
H A DMPEG4Writer.cpp1345 int32_t timeScale; local
1346 if (mMeta->findInt32(kKeyTimeScale, &timeScale)) {
1347 mTimeScale = timeScale;
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp1606 uint32_t timeScale = readU32(offset + 8); local
1607 ALOGV("sidx refid/timescale: %d/%d", referenceId, timeScale);
1665 se.mDurationUs = 1000000LL * d2 / timeScale;
1669 info->mSidxDuration = total_duration * 1000000 / timeScale;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1168 sp<MetaData> getTrackFormat(size_t index, int32_t *timeScale) { argument
1174 *timeScale = info.mTimeScale;

Completed in 484 milliseconds