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

  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 87 uint8_t* vRows = new uint8_t [8 * (width >> 1)];
93 deinterleave(vuPlanar, uRows, vRows, cinfo->next_scanline, width, height);
105 cr[i/2] = vRows + offset;
111 delete [] vRows;
116 uint8_t* vRows, int rowIndex, int width, int height) {
125 vRows[index] = vu[0];
162 uint8_t* vRows = new uint8_t [16 * (width >> 1)];
168 deinterleave(yuvOffset, yRows, uRows, vRows, cinfo->next_scanline, width, height);
179 cr[i] = vRows + offset;
186 delete [] vRows;
    [all...]
YuvToJpegEncoder.h 57 void deinterleave(uint8_t* vuPlanar, uint8_t* uRows, uint8_t* vRows,
71 uint8_t* vRows, int rowIndex, int width, int height);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 342 milliseconds