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

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 53 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
  /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
  /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/rtsp/
MyHandler.h 1277 int32_t timescale; local
    [all...]
  /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...]

Completed in 118 milliseconds