Searched defs:pEncParams (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp202 VideoEncParams *pEncParams; local
891 pEncParams = video->encParams;
896 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */
897 pVol->GOVStart = pEncParams->GOV_Enabled; /* GOV Header */
912 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */
913 pVol->height = pEncParams->LayerHeight[idx]; /* Layer Height */
914 // pVol->intra_acdcPredDisable = pEncParams->ACDCPrediction; /* ACDC Prediction */
915 pVol->ResyncMarkerDisable = pEncParams->ResyncMarkerDisable; /* Resync Marker Mode */
916 pVol->dataPartitioning = pEncParams->DataPartitioning; /* Data Partitioning */
917 pVol->useReverseVLC = pEncParams
[all...]

Completed in 129 milliseconds