Searched refs:kBufSize (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/hal/
H A Dplatform_info.c245 static const uint32_t kBufSize = 1024; local
267 buf = XML_GetBuffer(parser, kBufSize);
274 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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2839 const DWORD kBufSize = 4096;
2841 char error_text[kBufSize] = { '\0' };
2847 kBufSize, // buf size

Completed in 100 milliseconds