Home
last modified time | relevance | path

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

/external/opencore/protocols/sdp/parser/src/
Dh264mediainfoparser.cpp579 Oscl_Vector<uint8*, OsclMemAllocator> paramSetStartBufVec; in parseParameterSets() local
581 paramSetStartBufVec.push_back((uint8*)tmp_start_line); in parseParameterSets()
588 paramSetStartBufVec.push_back(ptr); in parseParameterSets()
603 if (sdp_decodebase64(paramSetStartBufVec[0], in parseParameterSets()
619 uint8* tempBuf = paramSetStartBufVec.back(); in parseParameterSets()
620 paramSetStartBufVec.pop_back(); in parseParameterSets()
621 paramSetStartBufVec.push_front(tempBuf); in parseParameterSets()
643 for (uint32 j = 0; j < paramSetStartBufVec.size(); j++) in parseParameterSets()
645 uint8* inBuf = paramSetStartBufVec[j]; in parseParameterSets()