Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp317 Err h264Err = Err::NoErr; in decodeFrameInternal() local
322 h264Err = Err::NoDecodedFrame; in decodeFrameInternal()
325 if (pRetErr) *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
352 h264Err = Err::NALUIgnored; in decodeFrameInternal()
354 if (pRetErr) *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
418 if (pRetErr) *pRetErr = (int32_t)h264Err; in decodeFrameInternal()
DMediaH264DecoderFfmpeg.cpp217 Err h264Err = Err::NoErr; in decodeFrameInternal() local
251 *retErr = (int32_t)h264Err; in decodeFrameInternal()
272 *retErr = (int32_t)h264Err; in decodeFrameInternal()
DMediaH264DecoderCuvid.cpp253 Err h264Err = Err::NoErr; in decodeFrameInternal() local
268 *pRetErr = (int32_t)h264Err; in decodeFrameInternal()