Home
last modified time | relevance | path

Searched refs:GetArrayLength (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_java_wrap.c310 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInSchar()
326 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutSchar()
356 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInUchar()
372 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutUchar()
402 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInShort()
418 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutShort()
448 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInUshort()
464 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutUshort()
494 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInInt()
510 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutInt()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c237 if ((*env)->GetArrayLength(env, src) * srcElementSize < arraySize) in TJCompressor_compress()
240 if ((*env)->GetArrayLength(env, dst) < (jsize)jpegSize) in TJCompressor_compress()
343 if ((*env)->GetArrayLength(env, srcobjs) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
345 if ((*env)->GetArrayLength(env, jSrcOffsets) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
347 if ((*env)->GetArrayLength(env, jSrcStrides) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
351 if ((*env)->GetArrayLength(env, dst) < (jsize)jpegSize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
379 if ((*env)->GetArrayLength(env, jSrcPlanes[i]) < in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
427 if ((*env)->GetArrayLength(env, dstobjs) < nc) in TJCompressor_encodeYUV()
429 if ((*env)->GetArrayLength(env, jDstOffsets) < nc) in TJCompressor_encodeYUV()
431 if ((*env)->GetArrayLength(env, jDstStrides) < nc) in TJCompressor_encodeYUV()
[all …]
/third_party/skia/modules/androidkit/src/
DColorFilters.cpp16 SkASSERT(env->GetArrayLength(jcm) == 20); in MakeMatrix()
24 SkASSERT(env->GetArrayLength(jcm) == 20); in MakeHSLAMatrix()
DGradients.cpp26 , fCount(env->GetArrayLength(jpos)) in GradientData()
30 SkASSERT(env->GetArrayLength(jcolors) == 4*fCount); in GradientData()
DCanvas.cpp74 SkASSERT(env->GetArrayLength(jmatrix) == 16); in Canvas_Concat16f()
177 int count = env->GetArrayLength(jglyphs); in Canvas_DrawGlyphs()
DImage.cpp17 auto size = env->GetArrayLength(jdata); in Image_Create()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/jni/
Dgstamc-codeclist-jni.c328 len = (*env)->GetArrayLength (env, array); in gst_amc_codec_info_handle_get_supported_types()
427 len = (*env)->GetArrayLength (env, array); in gst_amc_codec_capabilities_handle_get_color_formats()
468 len = (*env)->GetArrayLength (env, array); in gst_amc_codec_capabilities_handle_get_profile_levels()
/third_party/vk-gl-cts/external/amber/src/samples/
Dandroid_helper.cc43 jsize arg_count = env->GetArrayLength(args); in Java_com_google_amber_Amber_androidHelper()
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
Dnative-lib.cpp26 jsize length = env->GetArrayLength(intArray); in convertJavaArrayToVector()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h81 int GetArrayLength() override;
Dv8value_ctocpp.cc835 NO_SANITIZE("cfi-icall") int CefV8ValueCToCpp::GetArrayLength() { in GetArrayLength() function in CefV8ValueCToCpp
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp79 int len = env->GetArrayLength (bytearray); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative()
/third_party/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp405 for (uint32_t i = 0; i != GetArrayLength(type); ++i) { in CreateReplacementVariables()
631 uint64_t ScalarReplacementPass::GetArrayLength( in GetArrayLength() function in spvtools::opt::ScalarReplacementPass
716 if (IsLargerThanSizeLimit(GetArrayLength(typeInst))) { in CheckType()
998 return GetArrayLength(type); in GetMaxLegalIndex()
Dscalar_replacement_pass.h182 uint64_t GetArrayLength(const Instruction* arrayInst) const;
Dinterface_var_sroa.cpp42 uint32_t GetArrayLength(analysis::DefUseManager* def_use_mgr, in GetArrayLength() function
805 uint32_t array_length = GetArrayLength(def_use_mgr, interface_var_type); in CreateScalarInterfaceVarsForArray()
938 GetArrayLength(context()->get_def_use_mgr(), interface_var_type); in ReplaceInterfaceVarsWithScalars()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp404 for (uint32_t i = 0; i != GetArrayLength(type); ++i) { in CreateReplacementVariables()
626 uint64_t ScalarReplacementPass::GetArrayLength( in GetArrayLength() function in spvtools::opt::ScalarReplacementPass
711 if (IsLargerThanSizeLimit(GetArrayLength(typeInst))) { in CheckType()
1007 return GetArrayLength(type); in GetMaxLegalIndex()
Dscalar_replacement_pass.h170 uint64_t GetArrayLength(const Instruction* arrayInst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp404 for (uint32_t i = 0; i != GetArrayLength(type); ++i) { in CreateReplacementVariables()
626 uint64_t ScalarReplacementPass::GetArrayLength( in GetArrayLength() function in spvtools::opt::ScalarReplacementPass
711 if (IsLargerThanSizeLimit(GetArrayLength(typeInst))) { in CheckType()
1007 return GetArrayLength(type); in GetMaxLegalIndex()
Dscalar_replacement_pass.h170 uint64_t GetArrayLength(const Instruction* arrayInst) const;
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dnative-lib.cpp128 std::vector<float> arr{data, data + env->GetArrayLength(params)}; in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()
/third_party/cef/include/
Dcef_v8.h831 virtual int GetArrayLength() = 0;
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp252 const int numElements = env->GetArrayLength(array); in getStaticFieldValue()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc453 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayCreateTest()
482 EXPECT_EQ(0, value->GetArrayLength()); in RunArrayValueTest()
496 EXPECT_EQ(1, value->GetArrayLength()); in RunArrayValueTest()
506 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayValueTest()
511 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayValueTest()
516 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayValueTest()
/third_party/cef/libcef/renderer/
Dv8_impl.h271 int GetArrayLength() override;
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc842 int _retval = CefV8ValueCppToC::Get(self)->GetArrayLength(); in v8value_get_array_length()

12