Home
last modified time | relevance | path

Searched refs:uiHeight (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp541 EXPECT_EQ (288u, sDecStatic.uiHeight); in TestGetDecStatistics()
560 EXPECT_EQ (144u, sDecStatic.uiHeight); in TestGetDecStatistics()
582 EXPECT_EQ (144u, sDecStatic.uiHeight); in TestGetDecStatistics()
605 EXPECT_EQ (192u, sDecStatic.uiHeight); in TestGetDecStatistics()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h737 unsigned int uiHeight; ///< the height of encoded frame member
767 unsigned int uiHeight; ///< the height of encode/decode frame member
/third_party/openh264/codec/api/wels/
Dcodec_app_def.h739 unsigned int uiHeight; ///< the height of encoded frame member
769 unsigned int uiHeight; ///< the height of encode/decode frame member
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp572 iDid, pStatistics->uiWidth, pStatistics->uiHeight, in LogStatistics()
606 if ((0 != pStatistics->uiWidth && 0 != pStatistics->uiHeight) in UpdateStatistics()
608 || pStatistics->uiHeight != (unsigned int) pSpatialLayerInternalParam->iActualHeight)) { in UpdateStatistics()
612 pStatistics->uiHeight = pSpatialLayerInternalParam->iActualHeight; in UpdateStatistics()
1278 pStatistics->uiHeight = pEncStatistics->uiHeight; in GetOption()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1185 uint32_t uiHeight = pDecStat->uiHeight; in ResetDecStatNums() local
1192 pDecStat->uiHeight = uiHeight; in ResetDecStatNums()
Ddecoder_core.cpp81 || (pCtx->pDecoderStatistics->uiHeight != (unsigned int) kiActualHeight)) { in DecodeFrameConstruction()
84 pCtx->pDecoderStatistics->uiHeight = kiActualHeight; in DecodeFrameConstruction()
275 … || (pCtx->pDecoderStatistics->uiHeight != (unsigned int) kiActualHeight))) { in DecodeFrameConstruction()
278 pCtx->pDecoderStatistics->uiHeight = kiActualHeight; in DecodeFrameConstruction()
Dau_parser.cpp1501 pVui->uiSarHeight = g_ksVuiSampleAspectRatio[pVui->uiAspectRatioIdc].uiHeight; in ParseVui()
/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h305 uint32_t uiHeight; member
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp854 EXPECT_EQ (pEncoderStatistics->uiHeight, static_cast<unsigned int> (sEncParamBase.iPicHeight)); in ChangeResolutionAndCheckStatistics()
878 EXPECT_EQ (sEncoderStatistics.uiHeight, static_cast<unsigned int> (sEncParamBase.iPicHeight)); in TEST_F()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp52 UINT uiHeight; member
/third_party/openh264/test/api/
Ddecode_api_test.cpp1059 ASSERT_EQ (sDecStat.uiHeight, (unsigned int) p.height); in TEST_F()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp953 sDecoderStatistics.uiHeight, in OutputStatisticsLog()