Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.h34 struct AudioBufferEntry { struct
35 AudioBufferEntry(uint8_t *buf, int32_t length) : buffer(std::move(buf)), size(length) {} in AudioBufferEntry() function
36 ~AudioBufferEntry() in ~AudioBufferEntry() argument
54 const std::deque<std::shared_ptr<AudioBufferEntry>> &cacheData, argument