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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ImageDataCustom.cpp 45 v8::Handle<v8::Value> pixelArray = toV8(impl->data());
49 if (!pixelArray.IsEmpty()) {
51 pixelArray,
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 44 * @param pixelArray (OUT) Pointer to array in which pixels data to return
51 M4OSA_Int32* pixelArray, M4OSA_UInt32 width,
59 * @param pixelArray (OUT) Pointer to array in which pixcel data to return
66 M4OSA_Int16* pixelArray, M4OSA_UInt32 width,
VideoEditorThumbnailMain.cpp 75 M4OSA_Int32* pixelArray,
220 M4OSA_Int32* pixelArray,
230 err = videoBrowserSetWindow(pC->m_pVideoBrowser, pixelArray,
266 M4OSA_Int32* pixelArray, M4OSA_UInt32 width,
276 CHECK_PTR(ThumbnailGetPixels32, pixelArray, err, M4ERR_ALLOC) ;
279 pC->m_dst32 = pixelArray;
281 err = ThumbnailGetPixels(pContext, pixelArray, width, height, timeMS, tolerance);
289 M4OSA_Int16* pixelArray, M4OSA_UInt32 width,
298 CHECK_PTR(ThumbnailGetPixels16, pixelArray, err, M4ERR_ALLOC);
300 pC->m_dst16 = pixelArray;
    [all...]
VideoBrowserMain.h 142 * @param pixelArray (IN) : Array to hold the video frame.
149 M4OSA_ERR videoBrowserSetWindow(M4OSA_Context pContext, M4OSA_Int32* pixelArray,
VideoEditorMain.cpp 175 jintArray pixelArray,
183 jintArray pixelArray,
677 M4VIFI_UInt8 *pixelArray = M4OSA_NULL;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEColorMatrix.cpp 128 void effectType(ByteArray* pixelArray, const Vector<float>& values)
130 unsigned pixelArrayLength = pixelArray->length();
132 double red = pixelArray->get(pixelByteOffset);
133 double green = pixelArray->get(pixelByteOffset + 1);
134 double blue = pixelArray->get(pixelByteOffset + 2);
135 double alpha = pixelArray->get(pixelByteOffset + 3);
152 pixelArray->set(pixelByteOffset, red);
153 pixelArray->set(pixelByteOffset + 1, green);
154 pixelArray->set(pixelByteOffset + 2, blue);
155 pixelArray->set(pixelByteOffset + 3, alpha)
    [all...]
FEComponentTransfer.cpp 161 ByteArray* pixelArray = createUnmultipliedImageResult();
162 if (!pixelArray)
176 in->copyUnmultipliedImage(pixelArray, drawingRect);
178 unsigned pixelArrayLength = pixelArray->length();
181 unsigned char c = pixelArray->get(pixelOffset + channel);
182 pixelArray->set(pixelOffset + channel, tables[channel][c]);
FETurbulence.cpp 345 ByteArray* pixelArray = createUnmultipliedImageResult();
346 if (!pixelArray)
365 pixelArray->set(indexOfPixelChannel, calculateTurbulenceValueForPoint(paintingData, filter()->mapAbsolutePointToLocalPoint(point)));
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 801 M4VIFI_UInt8 *pixelArray = NULL;
833 pixelArray = NULL;
905 (M4OSA_Void *)pixelArray);
911 free(pixelArray);
912 pixelArray = NULL;
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 656 WTF::ByteArray* pixelArray = imageData->data()->data();
657 m_writer.writeImageData(imageData->width(), imageData->height(), pixelArray->data(), pixelArray->length());
926 WTF::ByteArray* pixelArray = imageData->data()->data();
927 ASSERT(pixelArray);
928 ASSERT(pixelArray->length() >= pixelDataLength);
929 memcpy(pixelArray->data(), m_buffer + m_position, pixelDataLength);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 531 jintArray pixelArray, int offset, int stride,
545 jint* dst = env->GetIntArrayElements(pixelArray, NULL);
552 env->ReleaseIntArrayElements(pixelArray, dst, 0);
574 jintArray pixelArray, int offset, int stride,
576 GraphicsJNI::SetPixels(env, pixelArray, offset, stride,
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]

Completed in 6621 milliseconds