Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp488 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()
508 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()
605 temp_w = video->encParams->LayerWidth[idx]; in PVInitVideoEncoder()
879 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */ in PVInitVideoEncoder()
1153 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()
1455 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeVideoFrame()
1725 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeFrameSet()
1998 width = encData->encParams->LayerWidth[0]; in PVGetH263ProfileLevelID()
2992 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()
3109 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
Dmp4lib_int.h181 Int LayerWidth[4]; /* Encoded Width */ member