HomeSort by relevance Sort by last modified time
    Searched full:bytescount (Results 1 - 13 of 13) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset);
48 mOutputStream.write(buffer, offset, bytesCount);
49 offset += bytesCount;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
SmbusLib.c 644 UINTN BytesCount;
650 BytesCount = SMBUS_LIB_LENGTH (SmBusAddress);
688 IoWrite8 (IoPortBaseAddress + R_PCH_SMBUS_HD0, (UINT8) BytesCount);
693 for (Index = 0; Index < BytesCount; Index++) {
715 BytesCount = IoRead8 (IoPortBaseAddress + R_PCH_SMBUS_HD0);
720 for (Index = 0; Index < BytesCount; Index++) {
736 return BytesCount;
770 UINTN BytesCount = 0;
777 BytesCount = InternalSmBusBlock (
784 return BytesCount;
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp 625 ASSERT_LE((*Info)[frameID].bytesCount,
627 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount);
628 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount);
633 dispatchInputBuffer(omxNode, iBuffer, i, (*Info)[frameID].bytesCount,
658 ASSERT_LE((*Info)[frameID].bytesCount,
660 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount);
661 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount);
667 (*Info)[frameID].bytesCount, flags,
745 int bytesCount = 0;
750 if (!(eleInfo >> bytesCount)) break
    [all...]
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 374 int bytesCount = samplesPerFrame * nChannels * 2;
382 ASSERT_LE(bytesCount,
384 eleStream.read(ipBuffer, bytesCount);
385 if (eleStream.gcount() != bytesCount) break;
387 dispatchInputBuffer(omxNode, iBuffer, i, bytesCount, flags, timestamp);
408 ASSERT_LE(bytesCount,
410 eleStream.read(ipBuffer, bytesCount);
411 if (eleStream.gcount() != bytesCount) break;
413 dispatchInputBuffer(omxNode, iBuffer, index, bytesCount, flags,