/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_functions_api.cpp | 194 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 …]
|
D | test_memory_access.cpp | 169 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 …]
|
D | test_functions_kernel.cpp | 278 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()
|
D | test_create_context.cpp | 208 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()
|
D | test_interop_sync.cpp | 251 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/ |
D | PgsDecoder.java | 121 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/ |
D | EglRendererTest.java | 151 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/ |
D | ImageTest.cpp | 515 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/ |
D | objcmt-arc-cf-annotations.m | 1197 size_t planeWidth[], 1237 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[], 1249 numberOfPlanes, planeBaseAddress, planeWidth,
|
D | objcmt-arc-cf-annotations.m.result | 1239 size_t planeWidth[], 1279 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[], 1291 numberOfPlanes, planeBaseAddress, planeWidth,
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1197 size_t planeWidth[], 1237 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[], 1249 numberOfPlanes, planeBaseAddress, planeWidth,
|
D | objcmt-arc-cf-annotations.m.result | 1239 size_t planeWidth[], 1279 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[], 1291 numberOfPlanes, planeBaseAddress, planeWidth,
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 1303 size_t planeWidth[], 1343 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[], 1355 numberOfPlanes, planeBaseAddress, planeWidth,
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1192 size_t planeWidth[], 1232 size_t planeWidth[], size_t planeHeight[], size_t planeBytesPerRow[], 1244 numberOfPlanes, planeBaseAddress, planeWidth,
|