HomeSort by relevance Sort by last modified time
    Searched defs:srcFormat (Results 1 - 19 of 19) sorted by null

  /external/skia/src/core/
SkConvertPixels.cpp 124 SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(srcInfo.colorType());
154 SkAssertResult(xform->apply(dstFormat, dstPixels, srcFormat, srcPixels, dstInfo.width(),
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 201 sp<MetaData> srcFormat = mSource->getFormat();
206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
  /external/skia/src/codec/
SkBmpStandardCodec.cpp 129 SkColorSpaceXform::ColorFormat srcFormat = SkColorSpaceXform::kBGRA_8888_ColorFormat;
132 SkAssertResult(this->colorXform()->apply(dstFormat, colorTable, srcFormat, colorTable,
SkCodecPriv.h 137 SkColorSpaceXform::ColorFormat srcFormat =
141 srcFormat, &srcColor, 1, alphaType));
SkBmpCodec.cpp 653 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType);
656 SkAssertResult(xform->apply(dstFormat, dst, srcFormat, src, dstInfo.width(),
SkGifCodec.cpp 171 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType);
174 SkAssertResult(this->colorXform()->apply(dstFormat, dstColors, srcFormat,
512 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType);
516 SkAssertResult(this->colorXform()->apply(dstFormat, dst, srcFormat, fXformBuffer.get(),
SkRawCodec.cpp 754 const SkColorSpaceXform::ColorFormat srcFormat =
758 this->colorXform()->apply(dstFormat, dstRow, srcFormat, xformBuffer.get(),
SkPngCodec.cpp 303 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType);
306 SkAssertResult(this->colorXform()->apply(dstFormat, colorTable, srcFormat, colorTable,
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_icc.cpp 80 int srcFormat;
93 srcFormat =
97 srcFormat =
100 srcFormat |= DOSWAP_SH(1);
113 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
117 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
122 srcProfile, srcFormat, dstProfile,
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 196 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode);
213 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) ||
214 (FT_PIXEL_MODE_GRAY == srcFormat && SkMask::kA8_Format == dstFormat))
222 } else if (FT_PIXEL_MODE_MONO == srcFormat && SkMask::kA8_Format == dstFormat) {
240 } else if (FT_PIXEL_MODE_BGRA == srcFormat && SkMask::kARGB32_Format == dstFormat) {
259 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 330 BlitColorConversionCase (Context& context, const char* name, const char* desc, deUint32 srcFormat, deUint32 dstFormat, const IVec2& size)
332 , m_srcFormat (srcFormat)
347 tcu::TextureFormat srcFormat = glu::mapGLInternalFormat(m_srcFormat);
349 glu::DataType srcOutputType = getFragmentOutputType(srcFormat);
353 tcu::TextureFormatInfo srcFmtRangeInfo = tcu::getTextureFormatInfo(srcFormat);
355 tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstFormat.order));
427 const tcu::TextureFormat srcFormat = glu::mapGLInternalFormat(m_srcFormat);
429 const bool srcIsSRGB = tcu::isSRGB(srcFormat);
436 threshold = getToSRGBConversionThreshold(srcFormat, dstFormat);
440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 865 const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat);
873 if (srcFormat == dstFormat) {
879 else if (srcFormat == GL_RGB && dstFormat == GL_RGBA) {
885 else if (srcFormat == GL_RGBA && dstFormat == GL_RGB) {
896 _mesa_lookup_enum_by_nr(srcFormat),
    [all...]
st_cb_drawpixels.c     [all...]
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 191 sp<AMessage> srcFormat, destFormat;
192 vidState->mCodec->getOutputFormat(&srcFormat);
198 CHECK(srcFormat->findInt32("stride", &srcStride)
199 && srcFormat->findInt32("slice-height", &srcSliceHeight)
200 && srcFormat->findInt32("width", &srcWidth)
201 && srcFormat->findInt32("height", & srcHeight)
202 && srcFormat->findInt32("color-format", &srcColorFormat));
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 437 int32_t srcFormat;
438 CHECK(outputFormat->findInt32("color-format", &srcFormat));
440 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565);
452 ALOGE("Unable to convert from format 0x%08x to RGB565", srcFormat);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp     [all...]
  /external/vulkan-validation-layers/layers/
image.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]

Completed in 508 milliseconds