HomeSort by relevance Sort by last modified time
    Searched refs:mWindowTapIn (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 763 if (mWindowTapIn.get() == 0) {
767 native_window_set_usage(mWindowTapIn.get(),
769 mWindowTapIn->perform(mWindowTapIn.get(),
772 native_window_set_buffer_count(mWindowTapIn.get(), tapInMinUndequeued);
773 native_window_set_buffers_geometry(mWindowTapIn.get(),
787 mWindowTapIn->dequeueBuffer(mWindowTapIn.get(), &anb);
827 mWindowTapIn->perform(mWindowTapIn.get(), NATIVE_WINDOW_ADD_BUFFER_SLOT, &bufinfo.buf)
    [all...]
camera_test_bufferqueue.h 130 mWindowTapIn = new Surface(bufferProducer);
camera_test_surfacetexture.h 209 mWindowTapIn = new Surface(surface_texture);
camera_test.h 482 sp<ANativeWindow> mWindowTapIn;

Completed in 38 milliseconds