OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Vop
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
62
uint32 timeStamp; /*
Vop
TimeStamp in msec */
64
/* Actual syntax elements for
VOP
(standard) */
65
int predictionType; /*
VOP
prediction type */
66
uint timeInc; /*
VOP
time increment (relative to last mtb) */
70
int16 quantizer; /*
VOP
quantizer */
71
int fcodeForward; /*
VOP
dynamic range of motion vectors */
72
int fcodeBackward; /*
VOP
dynamic range of motion vectors */
80
}
Vop
;
87
uint timeInc_offset; /* timeInc offset for multiple
VOP
in a packet */
206
Vop
*currVop; /* Current VOP (frame) *
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
47
//Int timeStamp; /*
Vop
TimeStamp in msec */
55
/* Actual syntax elements for
VOP
(standard) */
56
Int predictionType; /*
VOP
prediction type */
57
Int timeInc; /*
VOP
time increment (relative to last mtb) */
61
Int quantizer; /*
VOP
quantizer */
62
Int fcodeForward; /*
VOP
dynamic range of motion vectors */
63
Int fcodeBackward; /*
VOP
dynamic range of motion vectors */
72
}
Vop
;
127
Int nGOBinVop; /* number of GOB in
Vop
05/22/00 */
327
Vop
*currVop; /* Current reconstructed VOP *
[
all
...]
Completed in 43 milliseconds