HomeSort by relevance Sort by last modified time
    Searched refs:mTimeScale (Results 1 - 6 of 6) sorted by null

  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 63 int32_t getTimeScale() const { return mTimeScale; }
93 int32_t mTimeScale;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 85 int32_t mTimeScale;
RTSPSource.cpp 452 / info->mTimeScale
565 info.mTimeScale = timeScale;
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 217 int32_t mTimeScale;
616 !param->findInt32(kKeyTimeScale, &mTimeScale)) {
617 mTimeScale = 1000;
619 CHECK_GT(mTimeScale, 0);
620 ALOGV("movie time scale: %d", mTimeScale);
935 writeInt32(mTimeScale); // mvhd timescale
936 int32_t duration = (durationUs * mTimeScale + 5E5) / 1E6;
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 141 milliseconds