HomeSort by relevance Sort by last modified time
    Searched full:buffer_size (Results 176 - 200 of 275) sorted by null

1 2 3 4 5 6 78 91011

  /external/v8/src/arm/
assembler-arm.h 523 // buffer, and buffer_size determines the initial buffer size. The buffer is
527 // for code generation and assumes its size to be buffer_size. If the buffer
530 Assembler(void* buffer, int buffer_size);
    [all...]
assembler-thumb2.h 523 // buffer, and buffer_size determines the initial buffer size. The buffer is
527 // for code generation and assumes its size to be buffer_size. If the buffer
530 Assembler(void* buffer, int buffer_size);
    [all...]
  /external/v8/src/x64/
assembler-x64.h 403 // buffer, and buffer_size determines the initial buffer size. The buffer is
407 // for code generation and assumes its size to be buffer_size. If the buffer
410 Assembler(void* buffer, int buffer_size);
    [all...]
  /device/samsung/crespo/libaudio/
asound.h 447 size_t buffer_size; member in struct:snd_rawmidi_params
  /external/qemu/android/
hw-sensors.c 141 #define BUFFER_SIZE 512
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 203 GL_pfd.cColorBits = this->gl_config.buffer_size;
  /external/zlib/contrib/iostream3/
zfstream.h 215 std::streamsize buffer_size; member in class:gzfilebuf
  /frameworks/base/media/libstagefright/codecs/aacdec/
buffer_normalization.h 87 const Int buffer_size,
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 458 bool align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size,
  /hardware/ril/reference-ril/
reference-ril.c 1242 int buffer_size; local
    [all...]
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 307 iBufferSize = (int32)yuvInfo->buffer_size;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java 454 // One less than the InputStreamReader.BUFFER_SIZE
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 322 unsigned int buffer_size; /* count of buffered samples */ member in struct:__anon14068
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 49 #define BUFFER_SIZE 2048
69 gchar buffer[BUFFER_SIZE]; /* Codec transfer buffer */
    [all...]
  /external/stlport/stlport/stl/
_deque.h 354 static size_t _STLP_CALL buffer_size() { return _Deque_iterator_base<_Tp>::_S_buffer_size(); } function in class:_Deque_base
883 _STLP_STD::advance(__mid, this->buffer_size());
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 354 static size_t _STLP_CALL buffer_size() { return _Deque_iterator_base<_Tp>::_S_buffer_size(); } function in class:_Deque_base
883 _STLP_STD::advance(__mid, this->buffer_size());
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 215 byte data[] = new byte[Constants.BUFFER_SIZE];
430 if (Helpers.discardPurgeableFiles(mContext, Constants.BUFFER_SIZE)) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 456 snd_pcm_uframes_t *buffer_size,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0.0 
  /external/freetype/src/raster/
ftraster.c 548 long buffer_size; member in struct:TRaster_
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h     [all...]
  /external/libxml2/
HTMLparser.c 2343 int buffer_size = 0; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 824 private static final int BUFFER_SIZE = 4096;
831 final CharBuffer buffer = CharBuffer.allocate(BUFFER_SIZE);
    [all...]

Completed in 525 milliseconds

1 2 3 4 5 6 78 91011