Searched refs:_amrTempBufferOffset (Results 1 - 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dsampletableatom.cpp77 _amrTempBufferOffset = 0;
1276 uint8 frame_type = *(_pAMRTempBuffer + _amrTempBufferOffset);
1280 _amrTempBufferOffset += 1;
1300 (void *)(_pAMRTempBuffer + _amrTempBufferOffset),
1303 _amrTempBufferOffset += frame_size;
1311 _amrTempBufferOffset = 0;
1327 uint8 frame_type = *(_pAMRTempBuffer + _amrTempBufferOffset);
1331 _amrTempBufferOffset += 1;
1352 (void *)(_pAMRTempBuffer + _amrTempBufferOffset),
1355 _amrTempBufferOffset
[all...]
/external/opencore/fileformats/mp4/parser/include/
H A Dsampletableatom.h579 uint32 _amrTempBufferOffset; member in class:SampleTableAtom

Completed in 320 milliseconds