OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTimeScale
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h
85
int32_t
mTimeScale
;
/frameworks/av/include/media/stagefright/
MPEG4Writer.h
63
int32_t getTimeScale() const { return
mTimeScale
; }
93
int32_t
mTimeScale
;
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
[
all
...]
/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
...]
/prebuilts/devtools/tools/lib/
traceview.jar
Completed in 646 milliseconds