HomeSort by relevance Sort by last modified time
    Searched defs: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;
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio_alac.h 27 uint8_t bitDepth;
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_alac.h 12 uint8_t bitDepth;
  /packages/services/Car/evs/app/
TexWrapper.cpp 113 int bitDepth;
119 &bitDepth, &colorFormat,
  /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/modules/gles3/functional/
es3fRasterizationTests.cpp 94 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat));
95 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...]
  /external/skia/src/images/
SkPngEncoder.cpp 105 int bitDepth = 8;
113 bitDepth = 16;
157 bitDepth, pngColorType,
  /frameworks/av/media/libstagefright/webm/
WebmElement.cpp 333 WebmElement *bitDepth = new WebmUnsigned(kMkvBitDepth, bps);
334 audioInfo.push_back(bitDepth);
  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 288 BYTE bitDepth;
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 55 struct BitDepth {
63 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_surfacedefs.h 174 SVGA3dChannelDef bitDepth;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 273 EAS_INT bitDepth;
eas_mdls.c 394 static const EAS_INT bitDepth = 8;
396 static const EAS_INT bitDepth = 16;
    [all...]
  /external/deqp/modules/egl/
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...]
  /external/skia/src/codec/
SkPngCodec.cpp 484 SkPngChunkReader* reader, png_structp png_ptr, png_infop info_ptr, int bitDepth)
485 : INHERITED(info, imageInfo, stream, reader, png_ptr, info_ptr, bitDepth)
602 int bitDepth, int numberPasses)
603 : INHERITED(info, imageInfo, stream, reader, png_ptr, info_ptr, bitDepth)
823 int bitDepth, encodedColorType;
824 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth,
828 if (bitDepth == 16 && (PNG_COLOR_TYPE_GRAY == encodedColorType ||
830 bitDepth = 8;
843 if (bitDepth < 8) {
845 bitDepth = 8
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 116 int colorType, bitDepth, interlaceType, compressionType;
117 png_get_IHDR(readPtr, infoPtr, &outInfo->width, &outInfo->height, &bitDepth,
124 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
132 if (bitDepth == 16) {
441 int colorType, bitDepth, interlaceType, compressionType;
612 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType,
617 << ", h = " << height << ", d = " << bitDepth
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 268 const int bitDepth = getTextureFormatBitDepth(format).x();
270 const float threshold = 2.0f / (float)((1 << bitDepth) - 1);
348 const IVec4 bitDepth (getTextureFormatBitDepth(format));
355 const Vec4 threshold (bitDepth[0] > 0 ? 1.0f / ((float)(1 << (bitDepth[0] - modifier)) - 1.0f) : 1.0f,
356 bitDepth[1] > 0 ? 1.0f / ((float)(1 << (bitDepth[1] - modifier)) - 1.0f) : 1.0f,
357 bitDepth[2] > 0 ? 1.0f / ((float)(1 << (bitDepth[2] - modifier)) - 1.0f) : 1.0f,
358 bitDepth[3] > 0 ? 1.0f / ((float)(1 << (bitDepth[3] - modifier)) - 1.0f) : 1.0f)
    [all...]
vktApiCopiesAndBlittingTests.cpp     [all...]
  /external/dng_sdk/source/
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...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 
  /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 1344 milliseconds

1 2