Home
last modified time | relevance | path

Searched refs:SLayerBSInfo (Results 1 – 18 of 18) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_task_encoder.h49 extern int32_t WriteSliceToFrameBs (sWelsEncCtx* pCtx, SLayerBSInfo* pLbi, uint8_t* pFrameBsBuffer,
77 SLayerBSInfo* m_pLbi;
Dsvc_encode_slice.h148 SLayerBSInfo* pLayerBsInfo,
157 SLayerBSInfo* pLayerBsInfo,
Dslice_multi_threading.h71 int32_t AppendSliceToFrameBs (sWelsEncCtx* pCtx, SLayerBSInfo* pLbi, const int32_t kiSliceCount);
Dextern.h115 int32_t DynSliceRealloc(sWelsEncCtx* pCtx,SFrameBSInfo* pFrameBsInfo,SLayerBSInfo* pLayerBsInfo);
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h636 } SLayerBSInfo, *PLayerBSInfo; typedef
643 SLayerBSInfo sLayerInfo[MAX_LAYER_NUM_OF_FRAME];
/third_party/openh264/test/api/
Dencode_decode_api_test.cpp62 const SLayerBSInfo& layerInfo = info.sLayerInfo[i]; in encToDecData()
73 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayerNum]; in encToDecSliceData()
165 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayer]; in TestOneSimulcastAVC()
Dencoder_test.cpp8 const SLayerBSInfo& layerInfo = info.sLayerInfo[i]; in UpdateHashFromFrame()
Ddecode_encode_test.cpp11 const SLayerBSInfo& layerInfo = info.sLayerInfo[i]; in UpdateHashFromFrame()
Dencode_decode_api_test.template86 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayer];
Dencode_options_test.cpp1006 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayer]; in TEST_F()
1131 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayer]; in TEST_F()
1413 SLayerBSInfo* pLayerBsInfo = &info.sLayerInfo[iLayer]; in TEST_P()
1522 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayer]; in TEST_F()
1857 const SLayerBSInfo& layerInfo = info.sLayerInfo[iLayer]; in TEST_F()
2115 SLayerBSInfo* pLayerBsInfo = &info.sLayerInfo[iLayer]; in TEST_F()
Ddecode_api_test.cpp709 SLayerBSInfo* pLayerBsInfo = &info.sLayerInfo[iLayerNum]; in TEST_F()
1215 SLayerBSInfo* pLayerBsInfo = &info.sLayerInfo[iLayerNum]; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp64 SLayerBSInfo* pLayerBsInfo,
2948 SLayerBSInfo* pLayerBsInfo, in AddPrefixNal()
3080 SLayerBSInfo* pLayerBsInfo = &pFbi->sLayerInfo[0]; in WelsEncoderEncodeParameterSets()
3125 SLayerBSInfo*& pLayerBsInfo, int32_t& iLayerNum, int32_t& iFrameSize) { in WriteSsvcParaset()
3158 SLayerBSInfo*& pLayerBsInfo, int32_t& iLayerNum, int32_t& iFrameSize) { in WriteSavcParaset()
3245SLayerBSInfo*& pLayerBsInfo, int32_t& iLayerNum, int32_t& iFrameSize) { in WriteSavcParaset_Listing()
3380 EVideoFrameType PrepareEncodeFrame (sWelsEncCtx* pCtx, SLayerBSInfo*& pLayerBsInfo, int32_t iSpatia… in PrepareEncodeFrame()
3445 SLayerBSInfo* pLayerBsInfo = &pFbi->sLayerInfo[0]; in WelsEncoderEncodeExt()
3754 SLayerBSInfo* pLbi = &pFbi->sLayerInfo[iLayerBsIdx]; in WelsEncoderEncodeExt()
4503 SLayerBSInfo* pLayerBsInfo) { in DynSliceRealloc()
[all …]
Dslice_multi_threading.cpp429 int32_t AppendSliceToFrameBs (sWelsEncCtx* pCtx, SLayerBSInfo* pLbi, const int32_t iSliceCount) { in AppendSliceToFrameBs()
Dsvc_encode_slice.cpp1546 SLayerBSInfo* pLayerBsInfo, in FrameBsRealloc()
1571 SLayerBSInfo* pLBI1, *pLBI2; in FrameBsRealloc()
1585 SLayerBSInfo* pLayerBsInfo, in SliceLayerInfoUpdate()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp545 SLayerBSInfo* pLayerBsInfo = NULL; in TEST_F()
603 SLayerBSInfo* pLayerBsInfo = NULL; in TEST_F()
DEncUT_EncoderExt.cpp791 SLayerBSInfo* pLayerBsInfo; in TEST_F()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp432 SLayerBSInfo* pLayer = NULL; in EncodeFrameInternal()
588 SLayerBSInfo* pLayerInfo = &pBsInfo->sLayerInfo[0]; in UpdateStatistics()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp961 SLayerBSInfo* pLayerBsInfo = &sFbi.sLayerInfo[iLayer]; in ProcessEncoding()