Home
last modified time | relevance | path

Searched defs:oneShotDecode (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/
DMediaSnapshotHelper.cpp121 oneShotDecode) { in replay()
141 oneShotDecode) { in load()
DMediaVpxDecoderGeneric.cpp323 void MediaVpxDecoderGeneric::oneShotDecode(const uint8_t* data, in oneShotDecode() function in android::emulation::MediaVpxDecoderGeneric
DMediaH264DecoderGeneric.cpp393 void MediaH264DecoderGeneric::oneShotDecode(const uint8_t* data, in oneShotDecode() function in android::emulation::MediaH264DecoderGeneric
DMediaH264DecoderFfmpeg.cpp450 void MediaH264DecoderFfmpeg::oneShotDecode(std::vector<uint8_t>& data, in oneShotDecode() function in android::emulation::MediaH264DecoderFfmpeg
DMediaH264DecoderCuvid.cpp698 void MediaH264DecoderCuvid::oneShotDecode(std::vector<uint8_t>& data, in oneShotDecode() function in android::emulation::MediaH264DecoderCuvid
DMediaH264DecoderVideoToolBox.cpp302 void MediaH264DecoderVideoToolBox::oneShotDecode(std::vector<uint8_t> & data, uint64_t pts) { in oneShotDecode() function in android::emulation::MediaH264DecoderVideoToolBox