Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp873 case SPATIAL_LAYER_0: in SetOption()
919 case SPATIAL_LAYER_0: in SetOption()
1112 if ((pProfileInfo->iLayer < SPATIAL_LAYER_0) || (pProfileInfo->iLayer > SPATIAL_LAYER_3)) { in SetOption()
1127 if ((pLevelInfo->iLayer < SPATIAL_LAYER_0) || (pLevelInfo->iLayer > SPATIAL_LAYER_3)) { in SetOption()
1246 …if ((pInfo->iLayer != SPATIAL_LAYER_ALL) && (pInfo->iLayer != SPATIAL_LAYER_0) && (pInfo->iLayer !… in GetOption()
1261 …if ((pInfo->iLayer != SPATIAL_LAYER_ALL) && (pInfo->iLayer != SPATIAL_LAYER_0) && (pInfo->iLayer !… in GetOption()
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp221 sInfo.iLayer = SPATIAL_LAYER_0; in TEST_F()
231 sReturn.iLayer = SPATIAL_LAYER_0; in TEST_F()
243 sInfo.iLayer = SPATIAL_LAYER_0; in TEST_F()
253 sReturn.iLayer = SPATIAL_LAYER_0; in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h208 SPATIAL_LAYER_0 = 0, enumerator
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp136 if (iLayer == SPATIAL_LAYER_0) { in CheckProfileSetting()