HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 801 - 825 of 1885) sorted by null

<<31323334353637383940>>

  /system/chre/platform/include/chre/platform/
memory_manager.h 92 size_t bufferSize) const;
platform_nanoapp.h 109 size_t bufferSize) const;
  /system/chre/platform/linux/
platform_nanoapp.cc 65 size_t bufferSize) const {
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
SimpleNetwork.c 389 @param [in] BufferSize The number of bytes to read or write from the NVRAM device.
407 IN UINTN BufferSize,
    [all...]
  /art/test/545-tracing-and-jit/src/
Main.java 239 public static void startMethodTracing(String filename, int bufferSize, int flags,
241 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 143 BUFFERSIZE = 1024*8
147 buffer = f.read(BUFFERSIZE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 215 IN UINTN BufferSize
230 BufferSize - The size of RealModeBuffer. Must be larger than the minimum
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Nv.c 876 UINTN BufferSize;
891 BufferSize = sizeof (IP4_CONFIG2_IFR_NVDATA);
917 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
928 BufferSize,
1009 UINTN BufferSize;
1038 BufferSize = 0;
1044 &BufferSize,
1055 &BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
SDController.c 389 @param BufferSize The size of the buffer.
410 IN UINT32 BufferSize,
430 BufferSize - The size of the buffer
542 if (BufferSize <= SDHostData->BlockLength) {
543 Data |= (BufferSize | 0x7000);
557 if (BufferSize <= SDHostData->BlockLength) {
560 Data = BufferSize / SDHostData->BlockLength;
629 if (BufferSize <= SDHostData->BlockLength) {
    [all...]
SDController.h 152 @param BufferSize The size of the buffer.
172 IN UINT32 BufferSize,
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
SdHostIo.h 170 BufferSize - The size of the buffer
191 IN UINT32 BufferSize,
  /external/aac/libMpegTPEnc/include/
mpegFileWrite.h 122 * \param bufferSize Size of buffer to write in bytes.
127 int bufferSize
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 57 VkBufferCreateInfo makeBufferCreateInfo (const VkDeviceSize bufferSize,
65 bufferSize, // VkDeviceSize size;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 58 VkBufferCreateInfo makeBufferCreateInfo (const VkDeviceSize bufferSize,
66 bufferSize, // VkDeviceSize size;
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 835 size_t bufferSize,
842 log << TestLog::Message << "Buffer size : " << bufferSize << TestLog::EndMessage;
855 size_t bufferSize,
875 logTextureInfo(log, format, bufferSize, offset, size);
881 genRandomCoords(rng, bufferData, 0, bufferSize);
895 glu::TextureBuffer texture (renderContext, format, bufferSize, offset, size, &(bufferData[0]));
932 size_t bufferSize,
943 , m_bufferSize (bufferSize)
    [all...]
  /external/llvm/lib/Target/X86/
X86ScheduleSLM.td 38 def FPC_RSV0 : ProcResource<1> { let BufferSize = 1; }
39 def FPC_RSV1 : ProcResource<1> { let BufferSize = 1; }
  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 347 char* Buffer, cmsUInt32Number BufferSize)
369 if (BufferSize <= 0) return 0;
372 if (BufferSize < ASCIIlen + 1)
373 ASCIIlen = BufferSize - 1;
392 wchar_t* Buffer, cmsUInt32Number BufferSize)
410 if (BufferSize <= 0) return 0;
413 if (BufferSize < StrLen + sizeof(wchar_t))
414 StrLen = BufferSize - + sizeof(wchar_t);
  /external/python/cpython2/Demo/pdist/
FSProxy.py 143 BUFFERSIZE = 1024*8
147 buffer = f.read(BUFFERSIZE)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexDataWriter.java 67 public DexDataWriter(@Nonnull OutputStream output, int filePosition, int bufferSize) {
68 super(output, bufferSize);
  /frameworks/av/media/libaudiohal/
StreamHalHidl.h 192 status_t prepareForWriting(size_t bufferSize);
234 status_t prepareForReading(size_t bufferSize);
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 33 size_t bufferSize,
244 size_t bufferSize,
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 221 int bufferSize = constInputType.getElement().getBytesSize()*
223 mIOBuffer = new FieldPacker(bufferSize);
  /frameworks/rs/rsov/driver/
rsovAllocation.h 39 RSoVBuffer(RSoVContext *context, size_t bufferSize);
59 RSoVAllocation(RSoVContext *context, const Type *type, size_t bufferSize);
  /hardware/interfaces/audio/2.0/
IDevice.hal 98 * @return bufferSize input buffer size in bytes.
101 generates (Result retval, uint64_t bufferSize);

Completed in 364 milliseconds

<<31323334353637383940>>