Home
last modified time | relevance | path

Searched refs:pNalLengthInByte (Results 1 – 17 of 17) sorted by relevance

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp64 len += layerInfo.pNalLengthInByte[j]; in encToDecData()
75 len = layerInfo.pNalLengthInByte[iSliceNum]; in encToDecSliceData()
167 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TestOneSimulcastAVC()
303 memcpy (pDst + iDstLen, pSrcPtr, pBsInfo->sLayerInfo[j].pNalLengthInByte[k]); in ExtractDidNal()
304 iDstLen += (pBsInfo->sLayerInfo[j].pNalLengthInByte[k]); in ExtractDidNal()
306 pSrcPtr += pBsInfo->sLayerInfo[j].pNalLengthInByte[k]; in ExtractDidNal()
Dencoder_test.cpp11 layerSize += layerInfo.pNalLengthInByte[j]; in UpdateHashFromFrame()
Ddecode_encode_test.cpp14 layerSize += layerInfo.pNalLengthInByte[j]; in UpdateHashFromFrame()
Dencode_decode_api_test.template93 iLayerLen += layerInfo.pNalLengthInByte[iNal];
Dencode_options_test.cpp1008 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1136 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1419 ASSERT_GE (((int)param_.uiMaxNalSize), pLayerBsInfo->pNalLengthInByte[iNalIdx]); in TEST_P()
1527 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
1859 iLayerLen += layerInfo.pNalLengthInByte[iNal]; in TEST_F()
Ddecode_api_test.cpp713 int iPacketSize = pLayerBsInfo->pNalLengthInByte[iNalCnt]; in TEST_F()
1219 int iPacketSize = pLayerBsInfo->pNalLengthInByte[iNalCnt]; in TEST_F()
Ddecoder_ec_test.cpp194 … info.sLayerInfo[0].pNalLengthInByte[iPacketNum], pData, &dstBufInfo_); in TEST_P()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp3085 pLayerBsInfo->pNalLengthInByte = pCtx->pOut->pNalLen; in WelsEncoderEncodeParameterSets()
3089 …int32_t iReturn = WelsWriteParameterSets (pCtx, &pLayerBsInfo->pNalLengthInByte[0], &iCountNal, &i… in WelsEncoderEncodeParameterSets()
3127 …iReturn = WelsWriteParameterSets (pCtx, &pLayerBsInfo->pNalLengthInByte[0], &iCountNal, &iNonVclSi… in WriteSsvcParaset()
3148 pLayerBsInfo->pNalLengthInByte = (pLayerBsInfo - 1)->pNalLengthInByte + iCountNal; in WriteSsvcParaset()
3176 pLayerBsInfo->pNalLengthInByte[iCountNal] = iNalSize; in WriteSavcParaset()
3193 pLayerBsInfo->pNalLengthInByte = (pLayerBsInfo - 1)->pNalLengthInByte + iCountNal; in WriteSavcParaset()
3212 pLayerBsInfo->pNalLengthInByte[iCountNal] = iNalSize; in WriteSavcParaset()
3228 pLayerBsInfo->pNalLengthInByte = (pLayerBsInfo - 1)->pNalLengthInByte + iCountNal; in WriteSavcParaset()
3267 pLayerBsInfo->pNalLengthInByte[iCountNal] = iNalSize; in WriteSavcParaset_Listing()
3284 pLayerBsInfo->pNalLengthInByte = (pLayerBsInfo - 1)->pNalLengthInByte + iCountNal; in WriteSavcParaset_Listing()
[all …]
Dslice_multi_threading.cpp453 pLbi->pNalLengthInByte[iNalIdxBase + iNalIdx] = pSliceBs->iNalLen[iNalIdx]; in AppendSliceToFrameBs()
Dsvc_encode_slice.cpp1573 pLBI1->pNalLengthInByte = pCtx->pOut->pNalLen; in FrameBsRealloc()
1577 pLBI1->pNalLengthInByte = pLBI2->pNalLengthInByte + pLBI2->iNalCount; in FrameBsRealloc()
/third_party/openh264/module/
Dgmp-openh264.cpp541 lengths[i] += encoded->sLayerInfo[i].pNalLengthInByte[j]; in Encode_m()
545 …* (reinterpret_cast<uint32_t*> (tmp)) = encoded->sLayerInfo[i].pNalLengthInByte[j] - sizeof (uint3… in Encode_m()
546 length += encoded->sLayerInfo[i].pNalLengthInByte[j]; in Encode_m()
547 tmp += encoded->sLayerInfo[i].pNalLengthInByte[j]; in Encode_m()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c352 size += fbi.sLayerInfo[0].pNalLengthInByte[i]; in svc_encode_init()
412 layer_size[layer] += fbi.sLayerInfo[layer].pNalLengthInByte[i]; in svc_encode_frame()
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp799 iNalType = GET_NAL_TYPE (pLayerBsInfo->pBsBuf + pLayerBsInfo->pNalLengthInByte[j]); in TEST_F()
936 length += sFbi.sLayerInfo[i].pNalLengthInByte[j]; in TEST_F()
1171 int length = sFbi.sLayerInfo[i].pNalLengthInByte[j]; in TEST_F()
1205 int length = sFbi.sLayerInfo[i].pNalLengthInByte[j]; in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h634 int* pNalLengthInByte; ///< length of NAL size in byte from 0 to iNalCount-1 member
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp1022 buf_length += frame_info.sLayerInfo[i].pNalLengthInByte[j]; in gst_openh264enc_handle_frame()
1034 layer_size += frame_info.sLayerInfo[i].pNalLengthInByte[j]; in gst_openh264enc_handle_frame()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp461 iCurLayerBits += pLayer->pNalLengthInByte[j]; in EncodeFrameInternal()
599 kiCurrentFrameSize += pLayerInfo->pNalLengthInByte[iNalIdx]; in UpdateStatistics()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp966 iLayerSize += pLayerBsInfo->pNalLengthInByte[iNalIdx]; in ProcessEncoding()