Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp870 case SPATIAL_LAYER_ALL: in SetOption()
916 case SPATIAL_LAYER_ALL: in SetOption()
1246 …if ((pInfo->iLayer != SPATIAL_LAYER_ALL) && (pInfo->iLayer != SPATIAL_LAYER_0) && (pInfo->iLayer !… in GetOption()
1249 if (pInfo->iLayer == SPATIAL_LAYER_ALL) { in GetOption()
1261 …if ((pInfo->iLayer != SPATIAL_LAYER_ALL) && (pInfo->iLayer != SPATIAL_LAYER_0) && (pInfo->iLayer !… in GetOption()
1264 if (pInfo->iLayer == SPATIAL_LAYER_ALL) { in GetOption()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h212 SPATIAL_LAYER_ALL = 4 enumerator
/third_party/openh264/module/
Dgmp-openh264.cpp323 existEncoderBitRate.iLayer = SPATIAL_LAYER_ALL; in SetRates()
337 newEncoderBitRate.iLayer = SPATIAL_LAYER_ALL; in SetRates()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp706 if (iLayer == SPATIAL_LAYER_ALL) { in WelsEncoderApplyBitRate()