Searched refs:timescale (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h54 const char *desc, int32_t *timescale, int32_t *numChannels);
H A DASessionDescription.cpp278 const char *desc, int32_t *timescale, int32_t *numChannels) {
288 *timescale = x;
277 ParseFormatDesc( const char *desc, int32_t *timescale, int32_t *numChannels) argument
H A DMyHandler.h1601 int32_t timescale; local
1604 formatDesc.c_str(), &timescale, &numChannels);
1606 info->mTimeScale = timescale;
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h78 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp467 ((int64_t)sampleTime * 1000000) / track->timescale);
900 track->timescale = 0;
972 ALOGW("ignoring edit list because timescale is 0");
1168 uint32_t timescale; local
1170 timescale_offset, &timescale, sizeof(timescale))
1171 < (ssize_t)sizeof(timescale)) {
1175 mLastTrack->timescale = ntohl(timescale);
1202 kKeyDuration, (duration * 1000000) / mLastTrack->timescale);
[all...]

Completed in 290 milliseconds