HomeSort by relevance Sort by last modified time
    Searched refs:outPtr (Results 1 - 15 of 15) sorted by null

  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 33 utf8char.set(g_ucs4_to_utf8(reinterpret_cast<gunichar*>(&ch), 1, 0, 0, &gerror.outPtr()));
52 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr()));
63 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr()));
84 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr()));
95 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr()));
116 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr()));
127 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr()));
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 101 true, GEOCLUE_RESOURCE_ALL, &error.outPtr());
109 m_geocluePosition = geoclue_master_client_create_position(client, &error.outPtr());
168 &m_altitude, &accuracy.outPtr(),
169 &error.outPtr());
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp 208 uint8_t *outPtr = (uint8_t *)buffer->data();
213 mInputFrame, outPtr, &frameType, AMR_TX_WMF);
219 outPtr[0] = ((outPtr[0] << 3) | 4) & 0x7c;
  /frameworks/base/media/libstagefright/codecs/amrwb/
AMRWBDecoder.cpp 185 int16_t *outPtr = (int16_t *)buffer->data();
190 outPtr,
198 outPtr[i] &= 0xfffC;
  /development/simulator/wrapsim/
DevFb.c 145 uint8_t* outPtr = dst + (y*w+l)*3;
155 *outPtr++ = R;
156 *outPtr++ = G;
157 *outPtr++ = B;
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.cpp 385 buffer.outPtr() = reinterpret_cast<UChar*>(g_convert_with_iconv(conversionBytes, conversionLength, m_iconvDecoder, &countRead, &countWritten, &err.outPtr()));
437 buffer.outPtr() = g_convert_with_iconv(reinterpret_cast<const char*>(characters), length * sizeof(UChar), m_iconvEncoder, 0, &count, &err.outPtr());
  /external/webkit/JavaScriptCore/wtf/brew/
OwnPtrBrew.h 56 T*& outPtr()
  /external/webkit/JavaScriptCore/wtf/gtk/
GOwnPtr.h 64 T*& outPtr()
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 70 if (!g_file_get_contents(name.data(), &content.outPtr(), &length, 0))
MediaPlayerPrivateGStreamer.cpp 87 gst_message_parse_error(message, &err.outPtr(), &debug.outPtr());
138 g_object_get(mp->m_playBin, "source", &element.outPtr(), NULL);
230 gstInitialized = gst_init_check(0, 0, &error.outPtr());
    [all...]
  /external/opencore/protocols/sdp/parser/src/
h264mediainfoparser.cpp 650 uint8* outPtr = configPtr + offset;
    [all...]
  /hardware/msm7k/libcamera/
camera_ifc.h 441 /*camera_encode_mem_type*/ void *outPtr;
QualcommCameraHardware.cpp     [all...]
  /external/webkit/WebCore/platform/
KURL.cpp     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 465 gdk_region_get_rectangles(event->region, &rects.outPtr(), &rectCount);
    [all...]

Completed in 286 milliseconds