Searched refs:object_array (Results 1 – 2 of 2) sorted by relevance
| /third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
| D | gst-android-hardware-sensor.c | 783 jfloatArray object_array; in gst_ah_sensor_populate_event() local 794 android_hardware_sensor_event.values, &object_array); in gst_ah_sensor_populate_event() 800 values = (*env)->GetFloatArrayElements (env, object_array, NULL); in gst_ah_sensor_populate_event() 803 gst_amc_jni_object_local_unref (env, object_array); in gst_ah_sensor_populate_event() 810 event->data.array = gst_amc_jni_object_ref (env, object_array); in gst_ah_sensor_populate_event() 812 (*env)->ReleaseFloatArrayElements (env, object_array, values, JNI_ABORT); in gst_ah_sensor_populate_event() 813 gst_amc_jni_object_local_unref (env, object_array); in gst_ah_sensor_populate_event() 817 gst_amc_jni_object_local_unref (env, object_array); in gst_ah_sensor_populate_event()
|
| /third_party/gstreamer/gstplugins_bad/ |
| D | ChangeLog | 61666 allow bindings access GST_TYPE_ARRAY (see gst_util_get/set/object_array).
|