Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderGeneric.cpp231 decodeFrameInternal(frame, szBytes, inputPts); in decodeFrame()
242 void MediaH264DecoderGeneric::decodeFrameInternal(const uint8_t* data, in decodeFrameInternal() function in android::emulation::MediaH264DecoderGeneric
400 decodeFrameInternal(data, len, pts); in oneShotDecode()
DMediaH264DecoderFfmpeg.cpp202 decodeFrameInternal(param); in decodeFrameDirect()
208 decodeFrameInternal(param); in decodeFrame()
211 void MediaH264DecoderFfmpeg::decodeFrameInternal(DecodeFrameParam& param) { in decodeFrameInternal() function in android::emulation::MediaH264DecoderFfmpeg
DMediaH264DecoderVideoToolBox.cpp299 decodeFrameInternal(param.pConsumedBytes, param.pDecoderErrorCode, frame, szBytes, pts, 0); in decodeFrame()
304 decodeFrameInternal(nullptr, nullptr, data.data(), data.size(), pts, 0); in oneShotDecode()
307 void MediaH264DecoderVideoToolBox::decodeFrameInternal(size_t* pRetSzBytes, int32_t* pRetErr, const… in decodeFrameInternal() function in android::emulation::MediaH264DecoderVideoToolBox
DMediaH264DecoderCuvid.cpp242 decodeFrameInternal(param.pConsumedBytes, param.pDecoderErrorCode, frame, in decodeFrame()
246 void MediaH264DecoderCuvid::decodeFrameInternal(uint64_t* pRetSzBytes, in decodeFrameInternal() function in android::emulation::MediaH264DecoderCuvid
701 decodeFrameInternal(nullptr, nullptr, data.data(), data.size(), pts); in oneShotDecode()
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderGeneric.h60 void decodeFrameInternal(const uint8_t* data, size_t len, uint64_t pts);
DMediaH264DecoderVideoToolBox.h84 …void decodeFrameInternal(size_t* pRetSzBytes, int32_t* pRetErr, const uint8_t* frame, size_t szByt…