/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | 60 void addBandwidthMeasurement(size_t numBytes, int64_t delayUs); 101 size_t numBytes, int64_t delayUs) { 108 entry.mNumBytes = numBytes; 110 mTotalTransferBytes += numBytes; [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
E_B_D_T_.py | 551 numBytes = (self._getBitRange(len(dataRows), bitDepth, metrics)[0] + 7) // 8 552 ordDataList = [0] * numBytes 568 if firstByteLoc < secondByteLoc and secondByteLoc < numBytes:
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 712 static u32 numBytes = 0; 713 numBytes += size * num; 714 DEBUG(("Allocated %d bytes, total %d\n", size, numBytes));
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraZslImpl.java | [all...] |
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1.go | 451 numBytes := int(b & 0x7f) 452 if numBytes == 0 { 457 for i := 0; i < numBytes; i++ {
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1.go | 451 numBytes := int(b & 0x7f) 452 if numBytes == 0 { 457 for i := 0; i < numBytes; i++ {
|
/external/clang/test/Analysis/ |
keychainAPI.m | 253 CFStringRef CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat, CFAllocatorRef contentsDeallocator);
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 777 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); 784 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!"); 791 assert(NumBytes <= FullSizeBytes && "Invalid fixup size!"); 797 for (unsigned i = 0; i != NumBytes; ++i) { [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 76 psBits.numBytes = aInputs->inBytes;
|
/packages/apps/Camera2/jni/ |
jpegutil.cpp | 342 auto flush = [](size_t numBytes) {
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/ |
SectionParser.java | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/archive/ |
tar.a | 107 type @"".numBytesReader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); @"".numBytes() (? int64) } 108 type @"".sparseEntry struct { @"".offset int64; @"".numBytes int64 } 113 func (@"".tr·2 *@"".Reader "esc:0x9") @"".numBytes () (? int64) [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/archive/ |
tar.a | 107 type @"".numBytesReader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); @"".numBytes() (? int64) } 108 type @"".sparseEntry struct { @"".offset int64; @"".numBytes int64 } 113 func (@"".tr·2 *@"".Reader "esc:0x9") @"".numBytes () (? int64) [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/archive/ |
tar.a | 107 type @"".numBytesReader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); @"".numBytes() (? int64) } 108 type @"".sparseEntry struct { @"".offset int64; @"".numBytes int64 } 113 func (@"".tr·2 *@"".Reader "esc:0x9") @"".numBytes () (? int64) [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/archive/ |
tar.a | 107 type @"".numBytesReader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); @"".numBytes() (? int64) } 108 type @"".sparseEntry struct { @"".offset int64; @"".numBytes int64 } 113 func (@"".tr·2 *@"".Reader "esc:0x9") @"".numBytes () (? int64) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackSurroundTest.java | 469 protected int writeBlock(int numBytes) { 471 int bytesToWrite = numBytes;
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 216 void EmitBuf(const char *Ptr, unsigned NumBytes) { 217 Out.write(Ptr, NumBytes);
|
/external/deqp/executor/ |
xeTestResultParser.cpp | 323 TestResultParser::ParseResult TestResultParser::parse (const deUint8* bytes, int numBytes) 331 m_xmlParser.feed(bytes, numBytes);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 620 // Add the <id> and <numBytes> constants. 628 const auto *NumBytes = 630 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); 633 // <id> and <numBytes>). 719 // i32 <numBytes>, 761 // Add the <id> and <numBytes> constants. 769 const auto *NumBytes = 771 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); [all...] |
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 186 static uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { 187 return RoundUpToAlignment(NumBytes, BlockSize) / BlockSize;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.cpp | 88 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numBytes */)
94 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* numBytes */)
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/ |
CopyJob.java | 166 void onBytesCopied(long numBytes) { 167 this.mBytesCopied += numBytes;
|
/libcore/ojluni/src/main/java/java/security/ |
MessageDigest.java | 407 int numBytes = engineDigest(buf, offset, len); 409 return numBytes;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tarfile.py | [all...] |