Home
last modified time | relevance | path

Searched refs:uiSarHeight (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp626 EXPECT_EQ (0u, sVuiSarInfo.uiSarHeight); in TestGetDecSarInfo()
636 EXPECT_EQ (33u, sVuiSarInfo.uiSarHeight); //DO NOT MODIFY the data value in TestGetDecSarInfo()
652 EXPECT_EQ (0u, sVuiSarInfo.uiSarHeight); in TestVuiInSubsetSps()
658 EXPECT_EQ (1u, sVuiSarInfo.uiSarHeight); //DO NOT MODIFY the data value in TestVuiInSubsetSps()
/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h46 uint32_t uiSarHeight; member
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h806 unsigned int uiSarHeight; ///< SAR height member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp660 pVuiSarInfo->uiSarHeight = pDecContext->pSps->sVui.uiSarHeight; in GetOption()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1501 pVui->uiSarHeight = g_ksVuiSampleAspectRatio[pVui->uiAspectRatioIdc].uiHeight; in ParseVui()
1506 pVui->uiSarHeight = uiCode; in ParseVui()