Searched refs:LayerWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp495 encParams->LayerWidth[i] = encOption->encWidth[i];
515 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16);
612 temp_w = video->encParams->LayerWidth[idx];
912 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */
1186 max_width = video->encParams->LayerWidth[0];
1484 width = encParams->LayerWidth[currLayer]; /* Get input width */
1754 width = encParams->LayerWidth[currLayer]; /* Get input width */
2027 width = encData->encParams->LayerWidth[0];
2137 //nTotalMB = (((encData->encParams->LayerWidth[i]+15)/16)*16)*(((encData->encParams->LayerHeight[i]+15)/16)*16)/(16*16);
3021 temp_w = video->encParams->LayerWidth[id
[all...]
H A Dmp4lib_int.h180 Int LayerWidth[4]; /* Encoded Width */ member in struct:tagVideoEncParams

Completed in 55 milliseconds