Home
last modified time | relevance | path

Searched refs:buffer16 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecUTF8.cpp352 StringBuffer<UChar> buffer16(m_partialSequenceSize + length); in decode()
354 UChar* destination16 = buffer16.characters(); in decode()
423 buffer16.shrink(destination16 - buffer16.characters()); in decode()
425 return String::adopt(buffer16); in decode()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestbitmap.c62 Uint16 *buffer16; in main() local
133 buffer16=(Uint16*)buffer; in main()
136 *(buffer16+k)=color; in main()
Dgraywin.c60 Uint16 *buffer16; in DrawBackground() local
86 buffer16=(Uint16*)buffer; in DrawBackground()
89 *(buffer16+k)=color; in DrawBackground()
Dtestalpha.c26 Uint16 *buffer16; in FillBackground() local
49 buffer16=(Uint16*)buffer; in FillBackground()
52 *(buffer16+k)=color; in FillBackground()
/external/chromium_org/ppapi/api/
Dppb_audio_config.idl66 * <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