Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp495 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()
515 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()
612 temp_w = video->encParams->LayerWidth[idx]; in PVInitVideoEncoder()
912 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */ in PVInitVideoEncoder()
1186 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()
1488 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeVideoFrame()
1758 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeFrameSet()
2031 width = encData->encParams->LayerWidth[0]; in PVGetH263ProfileLevelID()
3025 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()
3142 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
Dmp4lib_int.h179 Int LayerWidth[4]; /* Encoded Width */ member