Home
last modified time | relevance | path

Searched refs:DECODER_OPTION_GET_SAR_INFO (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp624 m_pDec->GetOption (DECODER_OPTION_GET_SAR_INFO, &sVuiSarInfo); in TestGetDecSarInfo()
629 eRet = (CM_RETURN)m_pDec->SetOption (DECODER_OPTION_GET_SAR_INFO, NULL); in TestGetDecSarInfo()
634 m_pDec->GetOption (DECODER_OPTION_GET_SAR_INFO, &sVuiSarInfo); in TestGetDecSarInfo()
650 m_pDec->GetOption (DECODER_OPTION_GET_SAR_INFO, &sVuiSarInfo); in TestVuiInSubsetSps()
656 m_pDec->GetOption (DECODER_OPTION_GET_SAR_INFO, &sVuiSarInfo); in TestVuiInSubsetSps()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h165 DECODER_OPTION_GET_SAR_INFO, ///< feedback decoder Sample Aspect Ratio info in Vui enumerator
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp567 } else if (eOptID == DECODER_OPTION_GET_SAR_INFO) { in SetOption()
653 } else if (DECODER_OPTION_GET_SAR_INFO == eOptID) { //get decoder SAR info in VUI in GetOption()
/third_party/openh264/
DRELEASES77 …pported to get sample aspect ratio by GetOption on decoder. Add option: DECODER_OPTION_GET_SAR_INFO