Searched refs:timeInc_offset (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */ member in struct:tagVol
H A Dpvdec_api.cpp223 video->vol[idx]->timeInc_offset = 0; /* 11/12/01 */
1183 video->vol[target_layer]->timeInc_offset = vopHeader[target_layer]->timeInc;
1242 video->vol[0]->timeInc_offset = vopHeader[0]->timeInc;
H A Dvop.cpp1642 display_time = (uint32)(currVol->moduloTimeBase + (((int32)currVop->timeInc - (int32)currVol->timeInc_offset) * 1000) / ((int32)currVol->timeIncrementResolution)); /* 11/12/2001 */

Completed in 70 milliseconds