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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
81 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
87 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
79 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
85 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 339 android_native_buffer_t* buf[3];
362 android_native_buffer_t* buf[3];
383 android_native_buffer_t* buf[3];
404 android_native_buffer_t* buf[3];
429 android_native_buffer_t* buf[3];
430 android_native_buffer_t* firstBuf;
450 android_native_buffer_t* buf[3];
481 android_native_buffer_t* buf;
529 android_native_buffer_t* buf[3];
552 android_native_buffer_t* buf[3]
    [all...]
SurfaceTexture_test.cpp 769 android_native_buffer_t* anb;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 170 android_native_buffer_t *pANB = (android_native_buffer_t *) pBuffer;
186 android_native_buffer_t *pANB = (android_native_buffer_t *) pBuffer;
448 android_native_buffer_t *pANB;
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 245 android_native_buffer_t* buffer;
    [all...]
  /frameworks/native/include/gui/
Surface.h 155 int getSlotFromBufferLocked(android_native_buffer_t* buffer) const;
  /frameworks/native/libs/gui/
Surface.cpp 176 int Surface::dequeueBuffer(android_native_buffer_t** buffer,
223 int Surface::cancelBuffer(android_native_buffer_t* buffer,
238 android_native_buffer_t* buffer) const {
250 int Surface::lockBuffer_DEPRECATED(android_native_buffer_t* buffer) {
256 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) {
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /system/core/include/system/
window.h 117 typedef ANativeWindowBuffer_t android_native_buffer_t; typedef
  /device/lge/mako/camera/
QualcommCameraHardware.h 585 android_native_buffer_t *mPostViewBuffer;
QualcommCameraHardware.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 1033 android_native_buffer_t *buffer = NULL;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]

Completed in 517 milliseconds