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

/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h54 const char *desc, int32_t *timescale, int32_t *numChannels);
H A DASessionDescription.cpp280 const char *desc, int32_t *timescale, int32_t *numChannels) {
290 *timescale = x;
279 ParseFormatDesc( const char *desc, int32_t *timescale, int32_t *numChannels) argument
H A DMyHandler.h1631 int32_t timescale; local
1634 formatDesc.c_str(), &timescale, &numChannels);
1636 info->mTimeScale = timescale;
/frameworks/av/include/media/stagefright/
H A DMPEG4Extractor.h81 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG4Extractor.h81 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h81 uint32_t timescale; member in struct:android::MPEG4Extractor::Track
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp498 if (track->timescale != 0 &&
505 ((int64_t)sampleTime * 1000000) / track->timescale);
989 track->timescale = 0;
1072 ALOGW("ignoring edit list because timescale is 0");
1276 uint32_t timescale; local
1278 timescale_offset, &timescale, sizeof(timescale))
1279 < (ssize_t)sizeof(timescale)) {
1283 if (!timescale) {
1284 ALOGE("timescale shoul
[all...]

Completed in 80 milliseconds