Searched defs:uData (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrGenericVector.hpp55 deUint32 uData[4]; member in union:rr::GenericVec4::__anon4856
126 return v.uData;
132 return v.uData;
/external/tensorflow/tensorflow/examples/android/jni/
H A Dyuv2rgb.cc62 const uint8_t* const uData,
73 const uint8_t* pU = uData + uv_row_start;
61 ConvertYUV420ToARGB8888(const uint8_t* const yData, const uint8_t* const uData, const uint8_t* const vData, uint32_t* const output, const int width, const int height, const int y_row_stride, const int uv_row_stride, const int uv_pixel_stride) argument
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
H A DImageUtils.java163 byte[] uData,
174 yData, uData, vData, out, width, height, yRowStride, uvRowStride, uvPixelStride, false);
193 0xff & uData[uv_offset],
161 convertYUV420ToARGB8888( byte[] yData, byte[] uData, byte[] vData, int width, int height, int yRowStride, int uvRowStride, int uvPixelStride, int[] out) argument
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c557 UChar *uData; local
565 uData = toUChar(data, &freeHook);
566 ubrk_setText(bi, uData, -1, &status);
606 UBreakIterator* bi2 = ubrk_openBinaryRules(binaryRules, rulesLength, uData, -1, &status);
/external/zlib/src/contrib/minizip/
H A Dunzip.c1389 uLong uMagic,uData,uFlags; local
1411 if (unz64local_getShort(&s->z_filefunc, s->filestream,&uData) != UNZ_OK)
1414 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.wVersion))
1420 if (unz64local_getShort(&s->z_filefunc, s->filestream,&uData) != UNZ_OK)
1422 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method))
1432 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* date/time */
1435 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* crc */
1437 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) && ((uFlags & 8)==0))
1440 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size compr */
1442 else if (uData !
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1002 milliseconds