Home
last modified time | relevance | path

Searched refs:pVol (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp201 Vol *pVol; in PVInitVideoEncoder() local
895 pVol = video->vol[idx]; in PVInitVideoEncoder()
900 pVol->volID = idx; /* Set VOL ID */ in PVInitVideoEncoder()
901 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */ in PVInitVideoEncoder()
902 pVol->GOVStart = pEncParams->GOV_Enabled; /* GOV Header */ in PVInitVideoEncoder()
903 pVol->timeIncrementResolution = video->encParams->TimeIncrementRes; in PVInitVideoEncoder()
904 pVol->nbitsTimeIncRes = 1; in PVInitVideoEncoder()
905 while (pVol->timeIncrementResolution > (1 << pVol->nbitsTimeIncRes)) in PVInitVideoEncoder()
907 pVol->nbitsTimeIncRes++; in PVInitVideoEncoder()
911 pVol->timeIncrement = 0; in PVInitVideoEncoder()
[all …]