Home
last modified time | relevance | path

Searched refs:heapbuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/
DExtractorUtils.h26 std::unique_ptr<T[]> heapbuffer(size_t size) { in heapbuffer() function
/frameworks/av/media/module/extractors/mkv/
DMatroskaExtractor.cpp1675 auto tmpData = heapbuffer<unsigned char>(frame.len); in synthesizeAVCC()
1703 auto tmpData = heapbuffer<unsigned char>(frame.len); in synthesizeMPEG2()
1748 auto tmpData = heapbuffer<unsigned char>(frame.len); in synthesizeMPEG4()
1784 auto tmpData = heapbuffer<unsigned char>(frame.len); in synthesizeVP9()
/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp1743 auto buffer = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
2439 auto tmp = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
2554 auto buffer = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
2576 auto buffer = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
2601 auto buffer = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
2631 auto buffer = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
3009 auto buffer = heapbuffer<uint8_t>(chunk_data_size); in parseChunk()
3810 auto keyData = heapbuffer<uint8_t>(keySize); in parseQTMetaKey()
/frameworks/av/media/module/extractors/ogg/
DOggExtractor.cpp1160 auto tmp = heapbuffer<uint8_t>(commentSize); in verifyOpusComments()