Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp307 void MediaH264DecoderVideoToolBox::decodeFrameInternal(size_t* pRetSzBytes, int32_t* pRetErr, const… in decodeFrameInternal() argument
325 if (pRetErr) *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
354 if (pRetErr) *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
418 if (pRetErr) *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
DMediaH264DecoderCuvid.cpp247 int32_t* pRetErr, in decodeFrameInternal() argument
267 if (pRetErr) { in decodeFrameInternal()
268 *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderVideoToolBox.h84 …void decodeFrameInternal(size_t* pRetSzBytes, int32_t* pRetErr, const uint8_t* frame, size_t szByt…