Searched defs:len1 (Results 1 - 4 of 4) sorted by path

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c424 M4OSA_UInt32 len1 = (length == 32) ? 31 : length; local
432 maskedValue = (M4OSA_UInt32)(value &(( 1 << len1) - 1));
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp970 size_t len1 = config->size() + GetSizeWidth(config->size()) + 1; local
971 size_t len2 = len1 + GetSizeWidth(len1) + 1 + 13;
983 dst = EncodeSize(dst, len1 + 13);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp776 // codecInfo starts with two lengths, len1 and len2, that are
780 size_t len1 = 0; local
782 len1 += 0xff;
788 len1 += codecPrivate[offset++];
800 if (codecPrivateSize < offset + len1 + len2) {
807 meta->setData(kKeyVorbisInfo, 0, &codecPrivate[offset], len1);
809 offset += len1;
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp381 size_t len1 = config->size() + GetSizeWidth(config->size()) + 1; local
382 size_t len2 = len1 + GetSizeWidth(len1) + 1 + 13;
394 dst = EncodeSize(dst, len1 + 13);

Completed in 694 milliseconds