Home
last modified time | relevance | path

Searched defs:size_y (Results 1 – 22 of 22) sorted by relevance

/external/skia/experimental/tools/
Dmskp_parser.py41 offset, size_x, size_y =struct.unpack('Qff', src.read(16)) variable
45 size_x, size_y =struct.unpack('ff', src.read(8)) variable
/external/webrtc/test/
Dframe_utils.cc79 size_t size_y = static_cast<size_t>(width) * height; in ReadI420Buffer() local
93 size_t size_y = static_cast<size_t>(width) * height; in ReadNV12Buffer() local
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DJniEntryPoints.cpp202 jbyteArray dest_array, jint size_x, jint size_y, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeBlend()
226 jint size_x, jint size_y, jint radius, jbyteArray output_array, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeBlur()
249 jint input_vector_size, jint size_x, jint size_y, jbyteArray output_array, in Java_com_google_android_renderscript_Toolkit_nativeColorMatrix()
278 jint size_x, jint size_y, jbyteArray output_array, jfloatArray coefficients, in Java_com_google_android_renderscript_Toolkit_nativeConvolve()
321 jint vector_size, jint size_x, jint size_y, jintArray output_array, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeHistogram()
344 jint vector_size, jint size_x, jint size_y, jintArray output_array, in Java_com_google_android_renderscript_Toolkit_nativeHistogramDot()
372 jbyteArray output_array, jint size_x, jint size_y, jbyteArray red_table, in Java_com_google_android_renderscript_Toolkit_nativeLut()
409 jbyteArray output_array, jint size_x, jint size_y, jbyteArray cube_values, jint cubeSizeX, in Java_com_google_android_renderscript_Toolkit_nativeLut3d()
462 jbyteArray output_array, jint size_x, jint size_y, jint format) { in Java_com_google_android_renderscript_Toolkit_nativeYuvToRgb()
473 jint size_y, jobject output_bitmap, jint format) { in Java_com_google_android_renderscript_Toolkit_nativeYuvToRgbBitmap()
/external/pdfium/fpdfsdk/
Dfpdf_progressive.cpp46 int size_y, in FPDF_RenderPageBitmapWithColorScheme_Start()
90 int size_y, in FPDF_RenderPageBitmap_Start()
Dfpdf_view.cpp481 int size_y, in GetMaskBitmap()
542 int size_y, in FPDF_RenderPage()
657 int size_y, in FPDF_RenderPageBitmap()
732 int size_y) { in FPDF_RenderPageSkp()
793 int size_y, in FPDF_DeviceToPage()
818 int size_y, in FPDF_PageToDevice()
Dcpdfsdk_renderpage.cpp106 int size_y, in CPDFSDK_RenderPageWithContext()
Dfpdf_formfill.cpp179 int size_y, in FFLCommon()
677 int size_y, in FPDF_FFLDraw()
691 int size_y, in FPDF_FFLRecord()
Dfpdf_view_embeddertest.cpp293 int size_y = 480; in TEST_F() local
373 int size_y = 480; in TEST_F() local
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_cs_intrinsics.c83 nir_ssa_def *size_y; in lower_cs_intrinsics_convert_block() local
166 nir_ssa_def *size_y = nir_channel(b, size_xyz, 1); in lower_cs_intrinsics_convert_block() local
/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c49 unsigned size_y, in panfrost_pack_work_groups_compute()
Ddecode.c548 …unsigned size_y = bits(invocation.invocations, invocation.size_y_shift, invocation.size_z_shift) +… in pandecode_invocation() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_object_properties_queries.cpp44 cl_uint size_x, cl_uint size_y) in create_object_and_check_properties()
197 cl_uint size_y = 4; in run_test_query_properties() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_rw_image_access_qualifier.cpp73 unsigned int size_y; in test_rw_image_access_qualifier() local
/external/cronet/components/metrics/ui/
Dscreen_info_metrics_provider.cc36 DWORD size_y = GetDeviceCaps(hdc, VERTSIZE); in GetMonitorDPICallback() local
/external/webrtc/test/testsupport/
Dyuv_frame_reader.cc26 size_t size_y = static_cast<size_t>(width) * height; in FrameSizeBytes() local
/external/webrtc/api/video/test/
Di444_buffer_unittest.cc83 constexpr int size_y = width * height; in TEST() local
Dnv12_buffer_unittest.cc88 constexpr int size_y = width * height; in TEST() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_system_values.c321 nir_ssa_def *size_y = in lower_compute_system_value_instr() local
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp1465 const glw::GLsizei size_y) in Framebuffer()
Dgl4cDirectStateAccessTexturesTests.cpp5202 GLsizei size_y = s_texture_height * s_block_2d_size_y; in PrepareCompressedStorage() local
5225 GLsizei size_y = s_texture_height * s_block_3d_size; in PrepareCompressedStorage() local
/external/pdfium/core/fxcodec/
Dprogressive_decoder.cpp2094 int size_y) { in StartDecode()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c4649 struct gen_mi_value size_y = gen_mi_mem32(anv_address_add(addr, 4)); in genX() local