Searched defs:sourceSize (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp186 size_t sourceSize = sourceBuffer.size(); local
189 (*newBuffer) = new MediaBuffer(sourceSize);
190 memcpy((*newBuffer)->data(), sourcePointer, sourceSize);
H A DMPEG4Extractor.cpp791 off64_t sourceSize; local
792 if (mDataSource->getSize(&sourceSize) == OK) {
793 chunk_size = (sourceSize - *offset);
H A DStagefrightMetadataRetriever.cpp700 off64_t sourceSize; local
701 if (mSource->getSize(&sourceSize) == OK) {
702 int64_t avgBitRate = (int64_t)(sourceSize * 8E6 / maxDurationUs);

Completed in 60 milliseconds