Home
last modified time | relevance | path

Searched refs:fChannel (Results 1 – 14 of 14) sorted by relevance

/external/skia/gm/
Dwacky_yuv_formats.cpp152 yuvaIndices[0].fChannel = SkColorChannel::kA; // bc 16bit is stored in A16 or AF16 in setup_yuv_indices()
154 yuvaIndices[1].fChannel = SkColorChannel::kR; in setup_yuv_indices()
156 yuvaIndices[2].fChannel = SkColorChannel::kG; in setup_yuv_indices()
159 yuvaIndices[3].fChannel = SkColorChannel::kA; // bc 16bit is stored in A16 or AF16 in setup_yuv_indices()
167 yuvaIndices[0].fChannel = SkColorChannel::kG; in setup_yuv_indices()
169 yuvaIndices[1].fChannel = SkColorChannel::kR; in setup_yuv_indices()
171 yuvaIndices[2].fChannel = SkColorChannel::kB; in setup_yuv_indices()
173 yuvaIndices[3].fChannel = SkColorChannel::kA; in setup_yuv_indices()
178 yuvaIndices[0].fChannel = SkColorChannel::kR; in setup_yuv_indices()
180 yuvaIndices[1].fChannel = SkColorChannel::kG; in setup_yuv_indices()
[all …]
/external/skia/include/core/
DSkYUVAIndex.h22 return this->fIndex == that.fIndex && this->fChannel == that.fChannel;
47 SkColorChannel fChannel; member
/external/skqp/include/core/
DSkYUVAIndex.h33 return this->fIndex == that.fIndex && this->fChannel == that.fChannel;
58 SkColorChannel fChannel; member
/external/skia/src/codec/
DSkCodecImageGenerator.cpp73 yuvaIndices[SkYUVAIndex::kY_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
75 yuvaIndices[SkYUVAIndex::kU_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
77 yuvaIndices[SkYUVAIndex::kV_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
79 yuvaIndices[SkYUVAIndex::kA_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
/external/skqp/src/codec/
DSkCodecImageGenerator.cpp74 yuvaIndices[SkYUVAIndex::kY_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
76 yuvaIndices[SkYUVAIndex::kU_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
78 yuvaIndices[SkYUVAIndex::kV_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
80 yuvaIndices[SkYUVAIndex::kA_Index].fChannel = SkColorChannel::kR; in onQueryYUVA8()
/external/skqp/gm/
Dwacky_yuv_formats.cpp361 yuvaIndices[0].fChannel = SkColorChannel::kR; in create_YUV()
363 yuvaIndices[1].fChannel = SkColorChannel::kG; in create_YUV()
365 yuvaIndices[2].fChannel = SkColorChannel::kB; in create_YUV()
367 yuvaIndices[3].fChannel = SkColorChannel::kA; in create_YUV()
394 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
396 yuvaIndices[1].fChannel = SkColorChannel::kR; in create_YUV()
398 yuvaIndices[2].fChannel = SkColorChannel::kG; in create_YUV()
425 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
427 yuvaIndices[1].fChannel = SkColorChannel::kG; in create_YUV()
429 yuvaIndices[2].fChannel = SkColorChannel::kR; in create_YUV()
[all …]
/external/skia/modules/skottie/src/effects/
DInvertEffect.cpp40 this->bind(*abuilder, EffectBuilder::GetPropValue(jprops, kChannel_Index), &fChannel); in InvertEffectAdapter()
72 switch (static_cast<uint8_t>(fChannel)) { in onSync()
104 float fChannel = 0; member in skottie::internal::__anoncc8129890111::InvertEffectAdapter
DLevelsEffect.cpp131 .bind( kChannel_Index, fChannel ) in EasyLevelsEffectAdapter()
151 const auto channel = SkScalarTruncToInt(fChannel); in onSync()
168 ScalarValue fChannel = 1; // 1: RGB, 2: R, 3: G, 4: B, 5: A member in skottie::internal::__anon888cd9dc0111::EasyLevelsEffectAdapter
/external/skqp/src/gpu/effects/
DGrYUVtoRGBEffect.cpp123 _outer.yuvaIndex(0).fIndex, kChannelToChar[(int)_outer.yuvaIndex(0).fChannel], in emitCode()
124 _outer.yuvaIndex(1).fIndex, kChannelToChar[(int)_outer.yuvaIndex(1).fChannel], in emitCode()
125 _outer.yuvaIndex(2).fIndex, kChannelToChar[(int)_outer.yuvaIndex(2).fChannel], in emitCode()
132 kChannelToChar[(int)_outer.yuvaIndex(3).fChannel]); in emitCode()
164 uint8_t chann = (uint8_t) this->yuvaIndex(i).fChannel; in onGetGLSLProcessorKey()
/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp135 auto letter = "rgba"[static_cast<int>(info.fChannel)]; in onCreateGLSLInstance()
201 uint8_t chann = static_cast<int>(fYUVAIndices[i].fChannel); in onGetGLSLProcessorKey()
/external/skia/tests/
DYUVCacheTest.cpp43 yuvInfo.fYUVAIndices[i].fChannel = SkColorChannel::kR; in DEF_TEST()
/external/skqp/tests/
DYUVCacheTest.cpp43 yuvInfo.fYUVAIndices[i].fChannel = SkColorChannel::kR; in DEF_TEST()
/external/skia/src/image/
DSkImage_GpuBase.cpp303 switch (yuvaIndices[yuvaIndex].fChannel) { in MakeTempTextureProxies()
/external/skqp/src/image/
DSkImage_GpuBase.cpp317 switch (yuvaIndices[yuvaIndex].fChannel) { in MakeTempTextureProxies()