Searched defs:pVol (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp201 Vol *pVol; local
890 pVol = video->vol[idx];
895 pVol->volID = idx; /* Set VOL ID */
896 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */
897 pVol->GOVStart = pEncParams->GOV_Enabled; /* GOV Header */
898 pVol->timeIncrementResolution = video->encParams->TimeIncrementRes;
899 pVol->nbitsTimeIncRes = 1;
900 while (pVol->timeIncrementResolution > (1 << pVol->nbitsTimeIncRes))
902 pVol
[all...]

Completed in 84 milliseconds