Searched refs:SetSliceBoundaryInfo (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_encode_slice.h | 91 int32_t SetSliceBoundaryInfo(SDqLayer* pCurLayer, SSlice* pSlice, const int32_t kiSliceIdx);
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_task_encoder.cpp | 119 iReturn = SetSliceBoundaryInfo (m_pCtx->pCurDqLayer, m_pSlice, m_iSliceIdx); in InitTask()
|
D | svc_encode_slice.cpp | 867 int32_t SetSliceBoundaryInfo (SDqLayer* pCurLayer, SSlice* pSlice, const int32_t kiSliceIdx) { in SetSliceBoundaryInfo() function
|
D | encoder_ext.cpp | 3677 pCtx->iEncoderError = SetSliceBoundaryInfo (pCtx->pCurDqLayer, pCurSlice, 0); in WelsEncoderEncodeExt() 3818 pCtx->iEncoderError = SetSliceBoundaryInfo (pCtx->pCurDqLayer, pCurSlice, iSliceIdx); in WelsEncoderEncodeExt()
|