HomeSort by relevance Sort by last modified time
    Searched refs:bitDepth (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_alac.h 27 uint8_t bitDepth;
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_alac.h 12 uint8_t bitDepth;
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 134 glyph.exportBitDepth = curStrike.bitmapSizeTable.bitDepth
269 bitDepth = bitmapObject.exportBitDepth
272 writer.begintag('rowimagedata', bitDepth=bitDepth, width=metrics.width, height=metrics.height)
275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
282 bitDepth = safeEval(attrs['bitDepth'])
295 bitmapObject.setRows(dataRows, bitDepth=bitDepth, metrics=metrics
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 229 int bitDepth, encodedColorType;
230 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
234 *bitDepthPtr = bitDepth;
240 if (bitDepth == 16) {
254 if (bitDepth < 8) {
276 if (bitDepth < 8) {
333 png_structp png_ptr, png_infop info_ptr, int bitDepth, int numberPasses)
340 , fBitDepth(bitDepth)
544 SkPngChunkReader* chunkReader, png_structp png_ptr, png_infop info_ptr, int bitDepth)
545 : INHERITED(srcInfo, stream, chunkReader, png_ptr, info_ptr, bitDepth, 1
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 87 bool decodePalette(png_structp png_ptr, png_infop info_ptr, int bitDepth,
257 int bitDepth, colorType;
258 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
262 if (bitDepth == 16) {
268 if (bitDepth < 8) {
273 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
296 int bitDepth, pngColorType, interlaceType;
297 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
328 decodePalette(png_ptr, info_ptr, bitDepth, &hasAlpha, &reallyHasAlpha, &colorTable);
479 int bitDepth, colorType
    [all...]
  /external/deqp/framework/common/
tcuImageIO.cpp 111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr);
113 if (colorType == PNG_COLOR_TYPE_RGB && bitDepth == 8)
115 else if (colorType == PNG_COLOR_TYPE_RGBA && bitDepth == 8)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 96 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
148 NativePixmap::NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth)
157 if (bitDepth != 24 && bitDepth != 32)
164 bitmapInfo.bmiHeader.biBitCount = bitDepth;
  /external/dng_sdk/source/
dng_utils.cpp 543 uint32 bitDepth,
566 uint32 bitDepth,
571 , fBitDepth (bitDepth)
741 uint32 bitDepth,
750 bitDepth,
dng_read_image.cpp 1212 uint32 bitDepth = ifd.fBitsPerSample [plane];
1216 if (bitDepth == 8)
1225 else if (bitDepth == 16 && ifd.fSampleFormat [0] == sfFloatingPoint)
1241 else if (bitDepth == 24 && ifd.fSampleFormat [0] == sfFloatingPoint)
1273 else if (bitDepth == 16)
1290 else if (bitDepth == 32)
1307 else if (bitDepth == 12)
1349 else if (bitDepth > 8 && bitDepth < 16)
1356 uint32 bitMask = (1 << bitDepth) - 1
    [all...]
dng_negative.h     [all...]
dng_utils.h 1257 uint32 bitDepth,
dng_negative.cpp     [all...]
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 56 struct BitDepth {
65 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 273 EAS_INT bitDepth;
eas_mdls.c 390 static const EAS_INT bitDepth = 8;
392 static const EAS_INT bitDepth = 16;
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 256 const tcu::UVec4 bitDepth(deMinu32(nativeBitDepth.x(), eglBitDepth.x()),
261 const tcu::UVec4 uColor = tcu::UVec4((deUint32)((float)((1u << bitDepth.x()) - 1u) * color.x()),
262 (deUint32)((float)((1u << bitDepth.y()) - 1u) * color.y()),
263 (deUint32)((float)((1u << bitDepth.z()) - 1u) * color.z()),
264 (deUint32)((float)((1u << bitDepth.w()) - 1u) * color.w()));
274 return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), result.getAccess(), tcu::UVec4(1u, 1u, 1u, (bitDepth.w() > 0 ? 1u : std::numeric_limits<deUint32>::max())), tcu::COMPARE_LOG_RESULT);
teglImageFormatTests.cpp 697 const tcu::IVec4 bitDepth = tcu::getTextureFormatMantissaBitDepth(reference.getFormat());
698 const tcu::IVec4 threshold (2 * (tcu::IVec4(1) << (tcu::IVec4(8) - bitDepth)));
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 111 int colorType, bitDepth, interlaceType, compressionType;
112 png_get_IHDR(readPtr, infoPtr, &outInfo->width, &outInfo->height, &bitDepth, &colorType,
119 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
127 if (bitDepth == 16) {
420 int colorType, bitDepth, interlaceType, compressionType;
584 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
590 << ", d = " << bitDepth << ", colors = " << colorType
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /frameworks/av/media/libstagefright/webm/
WebmElement.cpp 333 WebmElement *bitDepth = new WebmUnsigned(kMkvBitDepth, bps);
334 audioInfo.push_back(bitDepth);
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp 90 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat));
91 return tcu::PixelFormat(bitDepth.x(), bitDepth.y(), bitDepth.z(), bitDepth.w());
    [all...]
es3fFragmentOutputTests.cpp 526 const IVec4 bitDepth = tcu::getTextureFormatBitDepth(access.getFormat());
528 IVec4 dstPixel (0, 0, 0, (0x1u << (deUint64)bitDepth.w()) - 1);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 

Completed in 1302 milliseconds

1 2