Searched defs:kBufSize (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/
H A Dplatform_info.c352 static const uint32_t kBufSize = 1024; local
386 buf = XML_GetBuffer(parser, kBufSize);
393 bytes_read = fread(buf, 1, kBufSize, file);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp104 const uint32 kBufSize = 2048; local
105 uint8* buf = new uint8[kBufSize];
108 const int64 read_len = (size > kBufSize) ? kBufSize : size;

Completed in 79 milliseconds