Home
last modified time | relevance | path

Searched refs:CopyDataTo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.cpp126 frame->CopyDataTo(reinterpret_cast<uint8_t*>(data), frame->Size()); in Java_android_filterfw_core_GLFrame_getNativeData()
155 frame->CopyDataTo(reinterpret_cast<uint8_t*>(data), frame->Size()); in Java_android_filterfw_core_GLFrame_getNativeInts()
195 frame->CopyDataTo(pixels, frame->Size()); in Java_android_filterfw_core_GLFrame_getNativeFloats()
233 frame->CopyDataTo(pixels, frame->Size()); in Java_android_filterfw_core_GLFrame_getNativeBitmap()
Djni_native_frame.cpp291 return ToJBool(other_frame->CopyDataTo(this_frame->MutableData(), this_frame->Size())); in Java_android_filterfw_core_NativeFrame_nativeCopyFromGL()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.h64 bool CopyDataTo(uint8_t* buffer, int size);
Dgl_frame.cpp166 bool GLFrame::CopyDataTo(uint8_t* buffer, int size) { in CopyDataTo() function in android::filterfw::GLFrame