Searched refs:pNalLengthInByte (Results 1 – 17 of 17) sorted by relevance
/third_party/openh264/test/api/ |
D | encode_decode_api_test.cpp | 64 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()
|
D | encoder_test.cpp | 11 layerSize += layerInfo.pNalLengthInByte[j]; in UpdateHashFromFrame()
|
D | decode_encode_test.cpp | 14 layerSize += layerInfo.pNalLengthInByte[j]; in UpdateHashFromFrame()
|
D | encode_decode_api_test.template | 93 iLayerLen += layerInfo.pNalLengthInByte[iNal];
|
D | encode_options_test.cpp | 1008 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()
|
D | decode_api_test.cpp | 713 int iPacketSize = pLayerBsInfo->pNalLengthInByte[iNalCnt]; in TEST_F() 1219 int iPacketSize = pLayerBsInfo->pNalLengthInByte[iNalCnt]; in TEST_F()
|
D | decoder_ec_test.cpp | 194 … info.sLayerInfo[0].pNalLengthInByte[iPacketNum], pData, &dstBufInfo_); in TEST_P()
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 3085 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 …]
|
D | slice_multi_threading.cpp | 453 pLbi->pNalLengthInByte[iNalIdxBase + iNalIdx] = pSliceBs->iNalLen[iNalIdx]; in AppendSliceToFrameBs()
|
D | svc_encode_slice.cpp | 1573 pLBI1->pNalLengthInByte = pCtx->pOut->pNalLen; in FrameBsRealloc() 1577 pLBI1->pNalLengthInByte = pLBI2->pNalLengthInByte + pLBI2->iNalCount; in FrameBsRealloc()
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 541 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/ |
D | libopenh264enc.c | 352 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/ |
D | EncUT_EncoderExt.cpp | 799 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/ |
D | codec_app_def.h | 634 int* pNalLengthInByte; ///< length of NAL size in byte from 0 to iNalCount-1 member
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 1022 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/ |
D | welsEncoderExt.cpp | 461 iCurLayerBits += pLayer->pNalLengthInByte[j]; in EncodeFrameInternal() 599 kiCurrentFrameSize += pLayerInfo->pNalLengthInByte[iNalIdx]; in UpdateStatistics()
|
/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 966 iLayerSize += pLayerBsInfo->pNalLengthInByte[iNalIdx]; in ProcessEncoding()
|