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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp503 status_t StagefrightRecorder::setParamMovieTimeScale(int32_t timeScale) { argument
504 ALOGV("setParamMovieTimeScale: %d", timeScale);
508 if (timeScale < 600 || timeScale > 96000) {
509 ALOGE("Time scale (%d) for movie is out of range [600, 96000]", timeScale);
512 mMovieTimeScale = timeScale;
516 status_t StagefrightRecorder::setParamVideoTimeScale(int32_t timeScale) { argument
517 ALOGV("setParamVideoTimeScale: %d", timeScale);
521 if (timeScale < 600 || timeScale > 6000
529 setParamAudioTimeScale(int32_t timeScale) argument
606 int32_t timeScale; local
646 int32_t timeScale; local
681 int32_t timeScale; local
[all...]
H A DStagefrightRecorder.h155 status_t setParamAudioTimeScale(int32_t timeScale);
163 status_t setParamVideoTimeScale(int32_t timeScale);
170 status_t setParamMovieTimeScale(int32_t timeScale);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h104 u32 timeScale; member in struct:__anon655
H A Dh264bsd_vui.c237 pVuiParameters->timeScale = tmp;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java548 target.timeScale = mExpanded ? 1f : mClockCollapsedScaleFactor;
592 mTime.setScaleX(values.timeScale);
593 mTime.setScaleY(values.timeScale);
652 float timeScale = 1f; field in class:StatusBarHeaderView.LayoutValues
667 timeScale = v1.timeScale * (1 - t) + v2.timeScale * t;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp540 int32_t timeScale; local
541 sp<MetaData> format = mHandler->getTrackFormat(i, &timeScale);
558 info.mTimeScale = timeScale;
/frameworks/av/media/libstagefright/
H A DUtils.cpp567 int32_t timeScale; local
568 if (msg->findInt32("time-scale", &timeScale)) {
569 meta->setInt32(kKeyTimeScale, timeScale);
H A DMPEG4Extractor.cpp54 int32_t timeScale,
2024 uint32_t timeScale; local
2025 if (!mDataSource->getUInt32(offset + 8, &timeScale)) {
2028 ALOGV("sidx refid/timescale: %d/%d", referenceId, timeScale);
2106 se.mDurationUs = 1000000LL * d2 / timeScale;
2110 uint64_t sidxDuration = total_duration * 1000000 / timeScale;
2952 int32_t timeScale,
2960 mTimescale(timeScale),
2948 MPEG4Source( const sp<MPEG4Extractor> &owner, const sp<MetaData> &format, const sp<DataSource> &dataSource, int32_t timeScale, const sp<SampleTable> &sampleTable, Vector<SidxEntry> &sidx, const Trex *trex, off64_t firstMoofOffset) argument
H A DMPEG4Writer.cpp1463 int32_t timeScale; local
1464 if (mMeta->findInt32(kKeyTimeScale, &timeScale)) {
1465 mTimeScale = timeScale;
H A DOMXCodec.cpp4230 int32_t timeScale; local
4231 if (inputFormat->findInt32(kKeyTimeScale, &timeScale)) {
4232 mOutputFormat->setInt32(kKeyTimeScale, timeScale);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1483 sp<MetaData> getTrackFormat(size_t index, int32_t *timeScale) { argument
1489 *timeScale = info.mTimeScale;

Completed in 660 milliseconds