OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moduloTimeBase
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
88
uint32
moduloTimeBase
; /* internal decoder clock */
vop.cpp
98
currVol->
moduloTimeBase
= 0;
865
currVol->
moduloTimeBase
+= 1000 * time_base; /* milliseconds based MTB 11/12/01 */
[
all
...]
pvdec_api.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp
358
int MTB = currVol->
moduloTimeBase
;
366
currVol->prevModuloTimeBase = currVol->
moduloTimeBase
;
mp4lib_int.h
82
Int
moduloTimeBase
; /* internal decoder clock */
mp4enc_api.cpp
[
all
...]
Completed in 795 milliseconds