Home
last modified time | relevance | path

Searched defs:planeWidth (Results 1 – 10 of 10) 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
227 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
253 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
287 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
353 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
434 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
489 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
534 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
588 size_t planeWidth = (i == 0) ? width : width / 2; in api_functions() local
Dtest_memory_access.cpp169 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
257 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
352 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
382 size_t planeWidth = (i == 0) ? width : width / 2; in memory_access() local
Dtest_create_context.cpp208 size_t planeWidth = (i == 0) ? width : width / 2; in context_create() local
Dtest_functions_kernel.cpp278 size_t planeWidth = (i == 0) ? width : width / 2; in kernel_functions() local
Dtest_interop_sync.cpp251 size_t planeWidth = (i == 0) ? width : width / 2; in interop_user_sync() local
/external/mesa3d/src/gfxstream/guest/android/
DGrallocEmulated.cpp360 const uint32_t planeWidth = DivideRoundUp(alignedWidth, planeInfo.horizontalSubsampling); in lockPlanes() local
462 const uint32_t planeWidth = DivideRoundUp(alignedWidth, planeInfo.horizontalSubsampling); in allocate() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/
DPgsDecoder.java123 private int planeWidth; field in PgsDecoder.CueBuilder
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/
DPgsDecoder.java123 private int planeWidth; field in PgsDecoder.CueBuilder
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DEglRendererTest.java148 ByteBuffer plane, int planeWidth, int planeHeight, float x, float y) { in linearSample()
/external/angle/src/tests/gl_tests/
DImageTest.cpp797 size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in writeAHBData() local
1259 const size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in verifyResultAHB() local