Home
last modified time | relevance | path

Searched refs:pSliceList (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_encode_slice.h101 void FreeSliceBuffer (SSlice*& pSliceList,
110 int32_t InitSliceList (SSlice*& pSliceList,
132 SSlice*& pSliceList,
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp913 void FreeSliceBuffer (SSlice*& pSliceList, const int32_t kiMaxSliceNum, CMemoryAlign* pMa, const ch… in FreeSliceBuffer() argument
914 if (NULL != pSliceList) { in FreeSliceBuffer()
917 SSlice* pSlice = &pSliceList[iSliceIdx]; in FreeSliceBuffer()
927 pMa->WelsFree (pSliceList, kpTag); in FreeSliceBuffer()
928 pSliceList = NULL; in FreeSliceBuffer()
932 int32_t InitSliceList (SSlice*& pSliceList, in InitSliceList() argument
946 SSlice* pSlice = pSliceList + iSliceIdx; in InitSliceList()
1190 SSlice*& pSliceList, in ReallocateSliceList() argument
1202 if (NULL == pSliceList || NULL == pSliceArgument) { in ReallocateSliceList()
1215 memcpy (pNewSliceList, pSliceList, sizeof (SSlice) * kiMaxSliceNumOld); in ReallocateSliceList()
[all …]