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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Time.h 44 #define M4OSA_TIME_TO_MS(result, time, timescale)\
45 { result = (1000*(M4OSA_Double)time)/((M4OSA_Double)timescale); }
M4OSA_Clock.h 41 M4OSA_UInt32 timescale);
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Clock.c 44 * timescale unit.
48 * @param timescale: (IN) The timescale (time unit per second)
53 * compliant with the input timescale
56 M4OSA_ERR M4OSA_clockGetTime(M4OSA_Time* pTime, M4OSA_UInt32 timescale)
67 pTime, timescale);
71 M4OSA_DEBUG_IF2(0 == timescale, M4ERR_PARAMETER,
72 "M4OSA_clockGetTime: timescale is 0");
74 factor = 1000000 / timescale;
78 u32_time_lo = (tv.tv_sec & 0xFFFF) * timescale;
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 54 const char *desc, int32_t *timescale, int32_t *numChannels);
ASessionDescription.cpp 278 const char *desc, int32_t *timescale, int32_t *numChannels) {
288 *timescale = x;
MyHandler.h 1277 int32_t timescale; local
    [all...]
  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 53 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 177 M4OSA_UInt32 timescale; /* T (video=1000), (AMR8=8000), (AMR16=16000)*/ member in struct:__anon15910
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 50 int32_t timeScale,
357 ((int64_t)sampleTime * 1000000) / track->timescale);
721 track->timescale = 0;
808 uint32_t timescale; local
810 timescale_offset, &timescale, sizeof(timescale))
811 < (ssize_t)sizeof(timescale)) {
815 mLastTrack->timescale = ntohl(timescale);
835 kKeyDuration, (duration * 1000000) / mLastTrack->timescale);
    [all...]
  /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/quake/quake/src/WinQuake/
r_part.cpp 122 float timescale = 0.01; variable
  /gdk/samples/quake/jni/
r_part.cpp 122 float timescale = 0.01; variable

Completed in 900 milliseconds