Searched refs:buffer16 (Results 1 – 5 of 5) sorted by relevance
352 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()
62 Uint16 *buffer16; in main() local133 buffer16=(Uint16*)buffer; in main()136 *(buffer16+k)=color; in main()
60 Uint16 *buffer16; in DrawBackground() local86 buffer16=(Uint16*)buffer; in DrawBackground()89 *(buffer16+k)=color; in DrawBackground()
26 Uint16 *buffer16; in FillBackground() local49 buffer16=(Uint16*)buffer; in FillBackground()52 *(buffer16+k)=color; in FillBackground()
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 left74 * <code>buffer16[2 * (sample_frame_count - 1) + 1]</code> is the last