OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:j_transform_matrix
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.h
43
jfloatArray
j_transform_matrix
);
native_handle_impl.cc
87
jfloatArray
j_transform_matrix
)
89
RTC_CHECK_EQ(16, jni->GetArrayLength(
j_transform_matrix
));
91
jni->GetFloatArrayElements(
j_transform_matrix
, nullptr);
95
jni->ReleaseFloatArrayElements(
j_transform_matrix
, transform_matrix_ptr, 0);
androidvideocapturer_jni.cc
211
jint j_oes_texture_id, jfloatArray
j_transform_matrix
,
216
j_transform_matrix
));
androidmediadecoder_jni.cc
635
const jfloatArray
j_transform_matrix
=
local
653
width, height, NativeHandleImpl(jni, texture_id,
j_transform_matrix
));
[
all
...]
Completed in 55 milliseconds