Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_functions_api.cpp194 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
196 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in api_functions()
208 offset += planeWidth * planeHeight; in api_functions()
227 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
229 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in api_functions()
242 offset += planeWidth * planeHeight; in api_functions()
253 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
255 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in api_functions()
267 offset += planeWidth * planeHeight; in api_functions()
287 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
[all …]
Dtest_memory_access.cpp169 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
171 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in memory_access()
183 offset += planeWidth * planeHeight; in memory_access()
257 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
259 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in memory_access()
271 offset += planeWidth * planeHeight; in memory_access()
352 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
354 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in memory_access()
366 offset += planeWidth * planeHeight; in memory_access()
382 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
[all …]
Dtest_functions_kernel.cpp278 size_t planeWidth = (i == 0) ? width : width / 2; in kernel_functions() local
280 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in kernel_functions()
281 size_t threads[2] = { planeWidth, planeHeight }; in kernel_functions()
341 if (imageResOut[0] != planeWidth) in kernel_functions()
344 imageResOut[0], planeWidth); in kernel_functions()
366 offset += planeWidth * planeHeight; in kernel_functions()
Dtest_create_context.cpp208 size_t planeWidth = (i == 0) ? width : width / 2; in context_create() local
210 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in context_create()
222 offset += planeWidth * planeHeight; in context_create()
Dtest_interop_sync.cpp251 size_t planeWidth = (i == 0) ? width : width / 2; in interop_user_sync() local
253 size_t regionPlane[3] = { planeWidth, planeHeight, 1 }; in interop_user_sync()
265 offset += planeWidth * planeHeight; in interop_user_sync()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/pgs/
DPgsDecoder.java121 private int planeWidth; field in PgsDecoder.CueBuilder
195 planeWidth = buffer.readUnsignedShort(); in parseIdentifierSection()
204 if (planeWidth == 0 in build()
240 .setPosition((float) bitmapX / planeWidth) in build()
244 .setSize((float) bitmapWidth / planeWidth) in build()
250 planeWidth = 0; in reset()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DEglRendererTest.java151 ByteBuffer plane, int planeWidth, int planeHeight, float x, float y) { in linearSample() argument
152 final int stride = planeWidth; in linearSample()
154 final float coordX = x * planeWidth; in linearSample()
170 highIndexX = Math.min(planeWidth - 1, highIndexX); in linearSample()
/external/angle/src/tests/gl_tests/
DImageTest.cpp515 size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in writeAHBData() local
518 for (size_t x = 0; x < planeWidth; x++) in writeAHBData()
521 (((y * planeWidth) + x) * planeData.bytesPerPixel); in writeAHBData()
787 size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in verifyResultAHB() local
790 for (size_t x = 0; x < planeWidth; x++) in verifyResultAHB()
794 (((y * planeWidth) + x) * planeData.bytesPerPixel); in verifyResultAHB()
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1197 size_t planeWidth[],
1237 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[],
1249 numberOfPlanes, planeBaseAddress, planeWidth,
Dobjcmt-arc-cf-annotations.m.result1239 size_t planeWidth[],
1279 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[],
1291 numberOfPlanes, planeBaseAddress, planeWidth,
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1197 size_t planeWidth[],
1237 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[],
1249 numberOfPlanes, planeBaseAddress, planeWidth,
Dobjcmt-arc-cf-annotations.m.result1239 size_t planeWidth[],
1279 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[],
1291 numberOfPlanes, planeBaseAddress, planeWidth,
/external/llvm-project/clang/test/Analysis/
Dretain-release.m1303 size_t planeWidth[],
1343 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[],
1355 numberOfPlanes, planeBaseAddress, planeWidth,
/external/clang/test/Analysis/
Dretain-release.m1192 size_t planeWidth[],
1232 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[],
1244 numberOfPlanes, planeBaseAddress, planeWidth,