Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp498 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()
518 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()
613 temp_w = ((video->encParams->LayerWidth[idx] + 15) >> 4) << 4; in PVInitVideoEncoder()
914 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */ in PVInitVideoEncoder()
1188 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()
1486 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeVideoFrame()
1756 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeFrameSet()
2029 width = encData->encParams->LayerWidth[0]; in PVGetH263ProfileLevelID()
3023 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()
3140 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
H A Dmp4lib_int.h180 Int LayerWidth[4]; /* Encoded Width */ member