Home
last modified time | relevance | path

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

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