Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp123 iResult = pPtrEnc->GetOption (ENCODER_OPTION_SVC_ENCODE_PARAM_BASE, pEncParamBase); in EncodeOneFrame()
527 iResult = pPtrEnc->SetOption (ENCODER_OPTION_SVC_ENCODE_PARAM_BASE, &sEncParamBase); in TEST_F()
593 iResult = pPtrEnc->SetOption (ENCODER_OPTION_SVC_ENCODE_PARAM_BASE, &sEncParamBase); in TEST_F()
597 iResult = pPtrEnc->SetOption (ENCODER_OPTION_SVC_ENCODE_PARAM_BASE, &sEncParamBase); in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h109 ENCODER_OPTION_SVC_ENCODE_PARAM_BASE, ///< structure of Base Param enumerator
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp732 case ENCODER_OPTION_SVC_ENCODE_PARAM_BASE: { // SVC Encoding Parameter in SetOption()
1229 case ENCODER_OPTION_SVC_ENCODE_PARAM_BASE: { // SVC Encoding Parameter in GetOption()
/third_party/openh264/
DRELEASES182 - Added SetOption(ENCODER_OPTION_SVC_ENCODE_PARAM_BASE,&base) for encoder
/third_party/openh264/test/api/
Dencode_options_test.cpp372 iResult = encoder_->SetOption (ENCODER_OPTION_SVC_ENCODE_PARAM_BASE, &param_); in TEST_F()