Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h108 void WelsLoadNal (SWelsEncoderOutput* pEncoderOuput, const int32_t/*EWelsNalUnitType*/ kiType,
/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp46 void WelsLoadNal (SWelsEncoderOutput* pEncoderOuput, const int32_t/*EWelsNalUnitType*/ kiType, in WelsLoadNal() function
Dencoder_ext.cpp2826 WelsLoadNal (pCtx->pOut, NAL_UNIT_SPS, NRI_PRI_HIGHEST); in WelsWriteOneSPS()
2846 WelsLoadNal (pCtx->pOut, NAL_UNIT_PPS, NRI_PRI_HIGHEST); in WelsWriteOnePPS()
2906 WelsLoadNal (pCtx->pOut, NAL_UNIT_SUBSET_SPS, NRI_PRI_HIGHEST); in WelsWriteParameterSets()
2958 WelsLoadNal (pCtx->pOut, NAL_UNIT_PREFIX, keNalRefIdc); in AddPrefixNal()
2976 WelsLoadNal (pCtx->pOut, NAL_UNIT_PREFIX, keNalRefIdc); in AddPrefixNal()
3015 WelsLoadNal (pCtx->pOut, NAL_UNIT_FILLER_DATA, NRI_PRI_LOWEST); in WritePadding()
3675 WelsLoadNal (pCtx->pOut, eNalType, eNalRefIdc); in WelsEncoderEncodeExt()
3814 WelsLoadNal (pCtx->pOut, eNalType, eNalRefIdc); in WelsEncoderEncodeExt()
4575 WelsLoadNal (pCtx->pOut, keNalType, keNalRefIdc); in WelsCodeOnePicPartition()