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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp488 encParams->LayerWidth[i] = encOption->encWidth[i];
508 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16);
605 temp_w = video->encParams->LayerWidth[idx];
879 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */
1153 max_width = video->encParams->LayerWidth[0];
1455 width = encParams->LayerWidth[currLayer]; /* Get input width */
1725 width = encParams->LayerWidth[currLayer]; /* Get input width */
1998 width = encData->encParams->LayerWidth[0];
2108 //nTotalMB = (((encData->encParams->LayerWidth[i]+15)/16)*16)*(((encData->encParams->LayerHeight[i]+15)/16)*16)/(16*16);
2992 temp_w = video->encParams->LayerWidth[id
[all...]
H A Dmp4lib_int.h179 Int LayerWidth[4]; /* Encoded Width */ member in struct:tagVideoEncParams

Completed in 30 milliseconds