Home
last modified time | relevance | path

Searched defs:other_frame (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_frame.cpp278 NativeFrame* other_frame = ConvertFromJava<NativeFrame>(env, frame); in Java_android_filterfw_core_NativeFrame_nativeCopyFromNative() local
289 GLFrame* other_frame = ConvertFromJava<GLFrame>(env, frame); in Java_android_filterfw_core_NativeFrame_nativeCopyFromGL() local
H A Djni_gl_frame.cpp282 NativeFrame* other_frame = ConvertFromJava<NativeFrame>(env, frame); in Java_android_filterfw_core_GLFrame_nativeCopyFromNative() local
293 GLFrame* other_frame = ConvertFromJava<GLFrame>(env, frame); in Java_android_filterfw_core_GLFrame_nativeCopyFromGL() local
/aosp_15_r20/external/webrtc/modules/audio_mixer/
H A Daudio_mixer_impl_unittest.cc774 auto* other_frame = other_source.fake_frame(); in TEST() local