Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.template92 for (int iNal = 0; iNal < layerInfo.iNalCount; ++iNal) {
93 iLayerLen += layerInfo.pNalLengthInByte[iNal];
Dencode_decode_api_test.cpp166 for (int iNal = 0; iNal < layerInfo.iNalCount; ++iNal) { in TestOneSimulcastAVC() local
167 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TestOneSimulcastAVC()
Dencode_options_test.cpp1007 for (int iNal = 0; iNal < layerInfo.iNalCount; ++iNal) { in TEST_F() local
1008 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1135 for (int iNal = 0; iNal < layerInfo.iNalCount; ++iNal) { in TEST_F() local
1136 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1526 for (int iNal = 0; iNal < layerInfo.iNalCount; ++iNal) { in TEST_F() local
1527 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1858 for (int iNal = 0; iNal < layerInfo.iNalCount; ++iNal) { in TEST_F() local
1859 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2825 int iNal = pCtx->pOut->iNalIndex; in WelsWriteOneSPS() local
2832 int32_t iReturn = WelsEncodeNal (&pCtx->pOut->sNalList[iNal], NULL, in WelsWriteOneSPS()
2844 int32_t iNal = pCtx->pOut->iNalIndex; in WelsWriteOnePPS() local
2852 int32_t iReturn = WelsEncodeNal (&pCtx->pOut->sNalList[iNal], NULL, in WelsWriteOnePPS()
2869 int32_t iNal = 0; in WelsWriteParameterSets() local
2899 iNal = pCtx->pOut->iNalIndex; in WelsWriteParameterSets()
2912 iReturn = WelsEncodeNal (&pCtx->pOut->sNalList[iNal], NULL, in WelsWriteParameterSets()
2998 int32_t iNal = 0; in WritePadding() local
3003 iNal = pCtx->pOut->iNalIndex; in WritePadding()
3006 if ((pBs->pEndBuf - pBs->pCurBuf) < iLen || iNal >= pCtx->pOut->iCountNals) { in WritePadding()
[all …]