Searched defs:auSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c467 M4OSA_Int32 auSize; local
510 auSize = 1;
514 auSize = M4AMRR_getAuSize(frameType, pStreamContext->m_streamType);
517 size -= auSize ;
525 pAu->size = auSize ;
586 M4OSA_UInt32 auSize ; local
673 auSize = M4AMRR_getAuSize(frameType, pStreamContext->m_streamType);
674 position += auSize ;
675 filePos = auSize-1;
806 auSize
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp568 size_t auSize = 4 * nals.size() + totalSize; local
569 sp<ABuffer> accessUnit = new ABuffer(auSize);

Completed in 1017 milliseconds