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

  /external/chromium_org/ppapi/c/
ppb_audio_config.h 86 * <code>int16_t *buffer16;</code>
87 * <code>buffer16[0]</code> is the first left channel sample.
88 * <code>buffer16[1]</code> is the first right channel sample.
89 * <code>buffer16[2]</code> is the second left channel sample.
90 * <code>buffer16[3]</code> is the second right channel sample.
92 * <code>buffer16[2 * (sample_frame_count - 1)]</code> is the last left
94 * <code>buffer16[2 * (sample_frame_count - 1) + 1]</code> is the last
  /external/chromium_org/ppapi/cpp/
audio_config.h 30 /// <code>int16_t *buffer16;</code>
31 /// <code>buffer16[0]</code> is the first left channel sample.
32 /// <code>buffer16[1]</code> is the first right channel sample.
33 /// <code>buffer16[2]</code> is the second left channel sample.
34 /// <code>buffer16[3]</code> is the second right channel sample.
36 /// <code>buffer16[2 * (sample_frame_count - 1)]</code> is the last left
38 /// <code>buffer16[2 * (sample_frame_count - 1) + 1]</code> is the last right
  /external/chromium_org/ppapi/api/
ppb_audio_config.idl 66 * <code>int16_t *buffer16;</code>
67 * <code>buffer16[0]</code> is the first left channel sample.
68 * <code>buffer16[1]</code> is the first right channel sample.
69 * <code>buffer16[2]</code> is the second left channel sample.
70 * <code>buffer16[3]</code> is the second right channel sample.
72 * <code>buffer16[2 * (sample_frame_count - 1)]</code> is the last left
74 * <code>buffer16[2 * (sample_frame_count - 1) + 1]</code> is the last
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 60 Uint16 *buffer16; local
86 buffer16=(Uint16*)buffer;
89 *(buffer16+k)=color;
testbitmap.c 62 Uint16 *buffer16; local
133 buffer16=(Uint16*)buffer;
136 *(buffer16+k)=color;
testalpha.c 26 Uint16 *buffer16; local
49 buffer16=(Uint16*)buffer;
52 *(buffer16+k)=color;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.cpp 348 StringBuffer<UChar> buffer16(m_partialSequenceSize + length);
350 UChar* destination16 = buffer16.characters();
419 buffer16.shrink(destination16 - buffer16.characters());
421 return String::adopt(buffer16);

Completed in 520 milliseconds