Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderVideoToolBox.h84 …tes, int32_t* pRetErr, const uint8_t* frame, size_t szBytes, uint64_t pts, size_t consumedSzBytes);
/hardware/google/aemu/host-common/
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()