Home
last modified time | relevance | path

Searched refs:oneShotDecode (Results 1 – 10 of 10) sorted by relevance

/hardware/google/aemu/host-common/
DMediaSnapshotHelper.cpp121 oneShotDecode) { in replay() argument
123 oneShotDecode(mSnapshotState.sps.data(), mSnapshotState.sps.size(), 0); in replay()
125 oneShotDecode(mSnapshotState.pps.data(), mSnapshotState.pps.size(), in replay()
132 oneShotDecode(pkt.data.data(), pkt.data.size(), pkt.pts); in replay()
141 oneShotDecode) { in load() argument
156 replay(oneShotDecode); in load()
DMediaH264DecoderFfmpeg.cpp450 void MediaH264DecoderFfmpeg::oneShotDecode(std::vector<uint8_t>& data, in oneShotDecode() function in android::emulation::MediaH264DecoderFfmpeg
480 oneShotDecode(mSnapshotState.sps, 0); in load()
482 oneShotDecode(mSnapshotState.pps, 0); in load()
486 oneShotDecode(pkt.data, pkt.pts); in load()
DMediaH264DecoderGeneric.cpp275 this->oneShotDecode(data, len, pts); in try_decode()
393 void MediaH264DecoderGeneric::oneShotDecode(const uint8_t* data, in oneShotDecode() function in android::emulation::MediaH264DecoderGeneric
429 this->oneShotDecode(data, len, pts); in load()
DMediaVpxDecoderGeneric.cpp323 void MediaVpxDecoderGeneric::oneShotDecode(const uint8_t* data, in oneShotDecode() function in android::emulation::MediaVpxDecoderGeneric
354 this->oneShotDecode(data, len, pts); in load()
DMediaH264DecoderVideoToolBox.cpp302 void MediaH264DecoderVideoToolBox::oneShotDecode(std::vector<uint8_t> & data, uint64_t pts) { in oneShotDecode() function in android::emulation::MediaH264DecoderVideoToolBox
729 oneShotDecode(mSnapshotState.sps, 0); in load()
731 oneShotDecode(mSnapshotState.pps, 0); in load()
735 oneShotDecode(pkt.data, pkt.pts); in load()
DMediaH264DecoderCuvid.cpp698 void MediaH264DecoderCuvid::oneShotDecode(std::vector<uint8_t>& data, in oneShotDecode() function in android::emulation::MediaH264DecoderCuvid
764 oneShotDecode(mSnapshotState.sps, 0); in load()
766 oneShotDecode(mSnapshotState.pps, 0); in load()
770 oneShotDecode(pkt.data, pkt.pts); in load()
/hardware/google/aemu/host-common/include/host-common/
DMediaSnapshotHelper.h84 oneShotDecode);
88 oneShotDecode);
DMediaVpxDecoderGeneric.h89 void oneShotDecode(const uint8_t* data, size_t len, uint64_t pts);
DMediaH264DecoderGeneric.h102 void oneShotDecode(const uint8_t* data, size_t len, uint64_t pts);
DMediaH264DecoderVideoToolBox.h144 void oneShotDecode(std::vector<uint8_t> & data, uint64_t pts);