Home
last modified time | relevance | path

Searched refs:uiSarWidth (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp625 EXPECT_EQ (0u, sVuiSarInfo.uiSarWidth); in TestGetDecSarInfo()
635 EXPECT_EQ (80u, sVuiSarInfo.uiSarWidth); //DO NOT MODIFY the data value in TestGetDecSarInfo()
651 EXPECT_EQ (0u, sVuiSarInfo.uiSarWidth); in TestVuiInSubsetSps()
657 EXPECT_EQ (1u, sVuiSarInfo.uiSarWidth); //DO NOT MODIFY the data value in TestVuiInSubsetSps()
/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h45 uint32_t uiSarWidth; member
/third_party/openh264/codec/api/wels/
Dcodec_app_def.h807 unsigned int uiSarWidth; ///< SAR width member
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h805 unsigned int uiSarWidth; ///< SAR width member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp659 pVuiSarInfo->uiSarWidth = pDecContext->pSps->sVui.uiSarWidth; in GetOption()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1500 pVui->uiSarWidth = g_ksVuiSampleAspectRatio[pVui->uiAspectRatioIdc].uiWidth; in ParseVui()
1504 pVui->uiSarWidth = uiCode; in ParseVui()