Searched refs:pszSPS (Results 1 – 1 of 1) sorted by relevance
425 uint8_t* pszSPS = reinterpret_cast<uint8_t*>(malloc(nBufferSize)); in ParseAvcSps() local427 if (pszSPS == nullptr) in ParseAvcSps()436 memcpy(pszSPS, pbBuffer, nBufferSize); in ParseAvcSps()438 IMLOGD_PACKET1(IM_PACKET_LOG_VIDEO, "[ParseAvcSps] pszSPS[%02X]", pszSPS[0]); in ParseAvcSps()440 bitreader.SetBuffer(pszSPS, nBufferSize); in ParseAvcSps()558 free(pszSPS); in ParseAvcSps()