Home
last modified time | relevance | path

Searched refs:TEXT_INTERLEAVE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dinterleavebuffer.cpp75 _interLeaveBuffer = (uint8 *)(oscl_malloc(sizeof(uint8) * TEXT_INTERLEAVE_BUFFER_SIZE)); in PVA_FF_InterLeaveBuffer()
77 _maxInterLeaveBufferSize = TEXT_INTERLEAVE_BUFFER_SIZE; in PVA_FF_InterLeaveBuffer()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h252 #define TEXT_INTERLEAVE_BUFFER_SIZE 12000 macro