/hardware/google/aemu/host-common/ |
D | MediaSnapshotHelper.cpp | 121 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()
|
D | MediaH264DecoderFfmpeg.cpp | 450 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()
|
D | MediaH264DecoderGeneric.cpp | 275 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()
|
D | MediaVpxDecoderGeneric.cpp | 323 void MediaVpxDecoderGeneric::oneShotDecode(const uint8_t* data, in oneShotDecode() function in android::emulation::MediaVpxDecoderGeneric 354 this->oneShotDecode(data, len, pts); in load()
|
D | MediaH264DecoderVideoToolBox.cpp | 302 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()
|
D | MediaH264DecoderCuvid.cpp | 698 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/ |
D | MediaSnapshotHelper.h | 84 oneShotDecode); 88 oneShotDecode);
|
D | MediaVpxDecoderGeneric.h | 89 void oneShotDecode(const uint8_t* data, size_t len, uint64_t pts);
|
D | MediaH264DecoderGeneric.h | 102 void oneShotDecode(const uint8_t* data, size_t len, uint64_t pts);
|
D | MediaH264DecoderVideoToolBox.h | 144 void oneShotDecode(std::vector<uint8_t> & data, uint64_t pts);
|