Searched refs:decodeFrameInternal (Results 1 – 6 of 6) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaH264DecoderGeneric.cpp | 231 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()
|
D | MediaH264DecoderFfmpeg.cpp | 202 decodeFrameInternal(param); in decodeFrameDirect() 208 decodeFrameInternal(param); in decodeFrame() 211 void MediaH264DecoderFfmpeg::decodeFrameInternal(DecodeFrameParam& param) { in decodeFrameInternal() function in android::emulation::MediaH264DecoderFfmpeg
|
D | MediaH264DecoderVideoToolBox.cpp | 299 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
|
D | MediaH264DecoderCuvid.cpp | 242 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/ |
D | MediaH264DecoderGeneric.h | 60 void decodeFrameInternal(const uint8_t* data, size_t len, uint64_t pts);
|
D | MediaH264DecoderVideoToolBox.h | 84 …void decodeFrameInternal(size_t* pRetSzBytes, int32_t* pRetErr, const uint8_t* frame, size_t szByt…
|