Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp328 const uint8_t* nextNalu = nullptr; in decodeFrameInternal() local
335 nextNalu = H264NaluParser::getNextStartCodeHeader(currentNalu + 3, remaining - 3); in decodeFrameInternal()
336 if (nextNalu != nullptr) { in decodeFrameInternal()
337 currentNaluSize = nextNalu - currentNalu; in decodeFrameInternal()
414 currentNalu = nextNalu; in decodeFrameInternal()
DMediaVideoToolBoxVideoHelper.cpp281 const uint8_t* nextNalu = nullptr; in parseOneFrame() local
298 nextNalu = H264NaluParser::getNextStartCodeHeader(currentNalu + 3, in parseOneFrame()
300 if (nextNalu != nullptr) { in parseOneFrame()
301 currentNaluSize = nextNalu - currentNalu; in parseOneFrame()
DMediaH264DecoderFfmpeg.cpp176 const uint8_t* nextNalu = H264NaluParser::getNextStartCodeHeader(currNalu + 3, remaining - 3); in checkWhetherConfigChanged() local
178 if (nextNalu == nullptr) { in checkWhetherConfigChanged()