HomeSort by relevance Sort by last modified time
    Searched defs:dataOut (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
bits.c 46 unsigned short* dataOut = st->outputStream;
84 *(dataOut) = TX_FRAME_TYPE;
85 *(dataOut + 1) = frame_type;
86 *(dataOut + 2) = mode;
89 *(dataOut + 3 + i) = prms[i];
96 *(dataOut) = 0x6b21;
99 *(dataOut + 1) = nb_of_bits[coding_mode];
103 *(dataOut + 2 + i) = BIT_0_ITU;
106 *(dataOut + 2 + i) = BIT_1_ITU;
112 *(dataOut + 1) = 0
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
CodeGen.java 38 private FileOutputStream dataOut;
93 code.format(" fseek(texFile, %d, SEEK_SET);CHKERR;\n", dataOut.getChannel()
95 dataOut.write(data);
252 code.format(" fseek(bufferFile, %d, SEEK_SET);\n", dataOut.getChannel()
254 dataOut.write(data);
448 code.format(" fseek(attribFile, %d, SEEK_SET);CHKERR;\n", dataOut.getChannel()
450 dataOut.write(data);
540 dataOut.getChannel().position());
541 dataOut.write(indexData.array());
561 dataOut.write(attribData.array())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 38 private FileOutputStream dataOut;
93 code.format(" fseek(texFile, %d, SEEK_SET);CHKERR;\n", dataOut.getChannel()
95 dataOut.write(data);
252 code.format(" fseek(bufferFile, %d, SEEK_SET);\n", dataOut.getChannel()
254 dataOut.write(data);
448 code.format(" fseek(attribFile, %d, SEEK_SET);CHKERR;\n", dataOut.getChannel()
450 dataOut.write(data);
540 dataOut.getChannel().position());
541 dataOut.write(indexData.array());
561 dataOut.write(attribData.array())
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ResourceHandle.cpp 302 WebData dataOut;
304 loader->loadSynchronously(requestIn, responseOut, errorOut, dataOut);
308 data.append(dataOut.data(), dataOut.size());

Completed in 107 milliseconds