Home
last modified time | relevance | path

Searched refs:pDecoderErrorCode (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DH264PingInfoParser.h53 int32_t* pDecoderErrorCode; member
72 int32_t* pDecoderErrorCode; member
/hardware/google/aemu/host-common/
DH264PingInfoParser.cpp84 param.pDecoderErrorCode = (int*)(retptr + 8); in parseDecodeFrameParams()
118 param.pDecoderErrorCode = (int*)(retptr); in parseGetImageParams()
DMediaH264DecoderGeneric.cpp229 int32_t* retErr = param.pDecoderErrorCode; in decodeFrame()
317 int* retErr = param.pDecoderErrorCode; in getImage()
DMediaH264DecoderFfmpeg.cpp222 int32_t* retErr = param.pDecoderErrorCode; in decodeFrameInternal()
353 int* retErr = param.pDecoderErrorCode; in getImage()
DMediaH264DecoderVideoToolBox.cpp299 decodeFrameInternal(param.pConsumedBytes, param.pDecoderErrorCode, frame, szBytes, pts, 0); in decodeFrame()
564 int* retErr = param.pDecoderErrorCode; in getImage()
DMediaH264DecoderCuvid.cpp242 decodeFrameInternal(param.pConsumedBytes, param.pDecoderErrorCode, frame, in decodeFrame()
295 int* retErr = param.pDecoderErrorCode; in getImage()