OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeInc
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp
316
Int
timeInc
;
326
timeInc
= frameTick - video->refTick[0];
327
while (
timeInc
>= currVol->timeIncrementResolution)
329
timeInc
-= currVol->timeIncrementResolution;
335
status = BitstreamPutBits(stream, currVol->nbitsTimeIncRes,
timeInc
); /* vop_time_increment */
376
status = BitstreamPutBits(stream, currVol->nbitsTimeIncRes, currVop->
timeInc
); /* vop_time_increment */
556
BitstreamPutBits(bs, currVol->nbitsTimeIncRes, currVop->
timeInc
); /* vop_time_increment */
mp4enc_api.cpp
210
Int
timeInc
, timeIncRes;
441
timeInc
= encOption->tickPerSrc;
443
if ((timeIncRes >= 1) && (timeIncRes <= 65536) && (
timeInc
< timeIncRes) && (
timeInc
!= 0))
454
video->FrameRate = timeIncRes / ((float)
timeInc
);
[
all
...]
mp4lib_int.h
57
Int
timeInc
; /* VOP time increment (relative to last mtb) */
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
66
uint
timeInc
; /* VOP time increment (relative to last mtb) */
87
uint timeInc_offset; /*
timeInc
offset for multiple VOP in a packet */
vop.cpp
877
currVop->
timeInc
= BitstreamReadBits16(stream, currVol->nbitsTimeIncRes);
[
all
...]
pvdec_api.cpp
[
all
...]
Completed in 52 milliseconds