Searched refs:CopyDataTo (Results 1 – 4 of 4) sorted by relevance
126 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()
291 return ToJBool(other_frame->CopyDataTo(this_frame->MutableData(), this_frame->Size())); in Java_android_filterfw_core_NativeFrame_nativeCopyFromGL()
64 bool CopyDataTo(uint8_t* buffer, int size);
166 bool GLFrame::CopyDataTo(uint8_t* buffer, int size) { in CopyDataTo() function in android::filterfw::GLFrame