HomeSort by relevance Sort by last modified time
    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 48 //Int timeStamp; /* Vop TimeStamp in msec */
56 /* Actual syntax elements for VOP (standard) */
57 Int predictionType; /* VOP prediction type */
58 Int timeInc; /* VOP time increment (relative to last mtb) */
62 Int quantizer; /* VOP quantizer */
63 Int fcodeForward; /* VOP dynamic range of motion vectors */
64 Int fcodeBackward; /* VOP dynamic range of motion vectors */
73 } Vop;
128 Int nGOBinVop; /* number of GOB in Vop 05/22/00 */
328 Vop *currVop; /* Current reconstructed VOP *
    [all...]

Completed in 96 milliseconds