Home
last modified time | relevance | path

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

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