Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.template66 int iLayerLen = 0;
85 iLayerLen = 0;
93 iLayerLen += layerInfo.pNalLengthInByte[iNal];
99 memcpy ((pBsBuf[iIdx] + aLen[iIdx]), layerInfo.pBsBuf, iLayerLen * sizeof (unsigned char));
100 aLen[iIdx] += iLayerLen;
105 … memcpy ((pBsBuf[iIdx] + aLen[iIdx]), layerInfo.pBsBuf, iLayerLen * sizeof (unsigned char));
106 aLen[iIdx] += iLayerLen;
111 … memcpy ((pBsBuf[iIdx] + aLen[iIdx]), layerInfo.pBsBuf, iLayerLen * sizeof (unsigned char));
112 aLen[iIdx] += iLayerLen;
Dencode_options_test.cpp994 int iLayerLen = 0; in TEST_F() local
1000 iLayerLen = 0; in TEST_F()
1005 iLayerLen = 0; in TEST_F()
1008 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1014 … memcpy ((pBsBuf[iIdx] + aLen[iIdx]), layerInfo.pBsBuf, iLayerLen * sizeof (unsigned char)); in TEST_F()
1015 aLen[iIdx] += iLayerLen; in TEST_F()
1020 memcpy ((pBsBuf[iIdx] + aLen[iIdx]), layerInfo.pBsBuf, iLayerLen * sizeof (unsigned char)); in TEST_F()
1021 aLen[iIdx] += iLayerLen; in TEST_F()
1119 int iLayerLen = 0; in TEST_F() local
1130 iLayerLen = 0; in TEST_F()
[all …]
Dencode_decode_api_test.cpp152 int iLayerLen = 0; in TestOneSimulcastAVC() local
164 iLayerLen = 0; in TestOneSimulcastAVC()
167 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TestOneSimulcastAVC()
172 memcpy ((pBsBuf[iIdx] + aLen[iIdx]), layerInfo.pBsBuf, iLayerLen * sizeof (unsigned char)); in TestOneSimulcastAVC()
173 aLen[iIdx] += iLayerLen; in TestOneSimulcastAVC()