HomeSort by relevance Sort by last modified time
    Searched defs:pVol (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 282 BoundingVolume pVol = playerModel.getWorldBound();
285 if (pVol.intersects(vVol)){
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 194 Vol *pVol;
857 pVol = video->vol[idx];
862 pVol->volID = idx; /* Set VOL ID */
863 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */
864 pVol->GOVStart = pEncParams->GOV_Enabled; /* GOV Header */
865 pVol->timeIncrementResolution = video->encParams->TimeIncrementRes;
866 pVol->nbitsTimeIncRes = 1;
867 while (pVol->timeIncrementResolution > (1 << pVol->nbitsTimeIncRes))
    [all...]

Completed in 1539 milliseconds