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

  /external/deqp/external/vulkancts/framework/vulkan/
vkYCbCrImageWithMemory.cpp 42 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format);
43 for (deUint32 planeNdx = 0; planeNdx < numPlanes; ++planeNdx)
vkImageUtil.hpp 110 deUint8 numPlanes;
  /external/skia/src/core/
SkImageGenerator.cpp 51 int numPlanes = 0;
52 SkASSERT(SkYUVAIndex::AreValidIndices(yuvaIndices, &numPlanes));
54 for (int i = 0; i < numPlanes; ++i) {
  /external/skqp/src/core/
SkImageGenerator.cpp 51 int numPlanes = 0;
52 SkASSERT(SkYUVAIndex::AreValidIndices(yuvaIndices, &numPlanes));
54 for (int i = 0; i < numPlanes; ++i) {
  /external/skia/src/gpu/effects/
GrYUVtoRGBEffect.cpp 42 int numPlanes;
43 SkAssertResult(SkYUVAIndex::AreValidIndices(yuvaIndices, &numPlanes));
53 for (int i = 0; i < numPlanes; ++i) {
76 proxies, scales, filterModes, numPlanes, yuvaIndices, mat));
207 int numPlanes = src.numTextureSamplers();
208 for (int i = 0; i < numPlanes; ++i) {
214 this->setTextureSamplerCnt(numPlanes);
215 for (int i = 0; i < numPlanes; ++i) {
  /external/skqp/src/gpu/effects/
GrYUVtoRGBEffect.cpp 35 int numPlanes;
36 SkAssertResult(SkYUVAIndex::AreValidIndices(yuvaIndices, &numPlanes));
46 for (int i = 0; i < numPlanes; ++i) {
66 proxies, scales, filterModes, numPlanes, yuvaIndices, mat));
197 int numPlanes = src.numTextureSamplers();
198 for (int i = 0; i < numPlanes; ++i) {
204 this->setTextureSamplerCnt(numPlanes);
205 for (int i = 0; i < numPlanes; ++i) {
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 69 for (deUint32 planeNdx = 0; planeNdx < m_description.numPlanes; ++planeNdx)
84 for (deUint32 planeNdx = 0; planeNdx < m_description.numPlanes; ++planeNdx)
97 for (deUint32 planeNdx = 0; planeNdx < m_description.numPlanes; ++planeNdx)
117 for (deUint32 planeNdx = 0; planeNdx < m_description.numPlanes; ++planeNdx)
144 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx)
177 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx)
189 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx)
246 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx)
293 const deUint32 numPlanes = getPlaneCount(format);
295 for (deUint32 planeNdx = 0; planeNdx < numPlanes; ++planeNdx
    [all...]
vktYCbCrViewTests.cpp 734 const deUint32 numPlanes = getPlaneCount(format);
736 if (numPlanes == 1)
747 for (deUint32 planeNdx = 0; planeNdx < numPlanes; ++planeNdx)
  /external/dng_sdk/source/
dng_shared.cpp     [all...]
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 63 size_t numPlanes;
210 img->numPlanes = 3;
216 for (size_t ix = 0; ix < img->numPlanes; ++ix) {
262 for (size_t ix = 0; ix < img->numPlanes; ++ix) {
290 for (size_t ix = 0; ix < img->numPlanes; ++ix) {
340 for (size_t ix = 0; ix < tgt->numPlanes; ++ix) {
365 for (size_t ix = 0; ix < img->numPlanes; ++ix) {
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 536 const int numPlanes = (clipWithZPlanes) ? (6) : (4);
549 for (int planeNdx = 0; planeNdx < numPlanes; ++planeNdx)
604 for (int planeNdx = 0; planeNdx < numPlanes; ++planeNdx)
    [all...]
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp 597 int32_t numPlanes = 0;
598 ret = AImage_getNumberOfPlanes(img, &numPlanes);
599 if (ret != AMEDIA_OK || numPlanes != 1) {
600 ALOGE("%s: get numPlanes for image %p failed! ret: %d, numPlanes %d",
601 __FUNCTION__, img, ret, numPlanes);
    [all...]

Completed in 518 milliseconds