Home
last modified time | relevance | path

Searched refs:ENCODER_OPTION_GET_STATISTICS (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp844 iResult = pPtrEnc->GetOption (ENCODER_OPTION_GET_STATISTICS, pEncoderStatistics); in ChangeResolutionAndCheckStatistics()
871 iResult = pPtrEnc->GetOption (ENCODER_OPTION_GET_STATISTICS, &sEncoderStatistics); in TEST_F()
893 iResult = pPtrEnc->GetOption (ENCODER_OPTION_GET_STATISTICS, &sEncoderStatistics); in TEST_F()
1002 iResult = pPtrEnc->GetOption (ENCODER_OPTION_GET_STATISTICS, &sEncoderStatistics); in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h140 ENCODER_OPTION_GET_STATISTICS, ///< read only enumerator
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1160 case ENCODER_OPTION_GET_STATISTICS: { in SetOption()
1274 case ENCODER_OPTION_GET_STATISTICS: { in GetOption()