Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderVideoToolBox.h83 …tes, int32_t* pRetErr, const uint8_t* frame, size_t szBytes, uint64_t pts, size_t consumedSzBytes);
DMediaH264DecoderVideoToolBox.cpp307 …es, int32_t* pRetErr, const uint8_t* frame, size_t szBytes, uint64_t pts, size_t consumedSzBytes) { in decodeFrameInternal() argument
417 if (pRetSzBytes) *pRetSzBytes = currentNaluSize + consumedSzBytes; in decodeFrameInternal()