HomeSort by relevance Sort by last modified time
    Searched refs:native_buffer (Results 1 - 25 of 29) sorted by null

1 2

  /device/generic/goldfish-opengl/system/GLESv1/
gl.cpp 62 android_native_buffer_t* native_buffer = image->native_buffer; local
64 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
68 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
77 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
97 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
99 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
103 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
109 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish-opengl/system/GLESv2/
gl2.cpp 64 android_native_buffer_t* native_buffer = image->native_buffer; local
66 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
70 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
79 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
98 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
100 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
104 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
109 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
EGLImage.h 39 android_native_buffer_t *native_buffer; member in union:EGLImage_t::__anon3039
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 146 status_t EGLTextureObject::setImage(ANativeWindowBuffer* native_buffer)
150 sur.width = native_buffer->width;
151 sur.height= native_buffer->height;
152 sur.stride= native_buffer->stride;
153 sur.format= native_buffer->format;
156 buffer = native_buffer;
texture.cpp 131 ANativeWindowBuffer* native_buffer = u.texture->buffer; local
132 if (native_buffer) {
137 mapper.lock(native_buffer->handle, GRALLOC_USAGE_SW_READ_OFTEN,
138 Rect(native_buffer->width, native_buffer->height),
153 ANativeWindowBuffer* native_buffer = u.texture->buffer; local
154 if (native_buffer) {
158 mapper.unlock(native_buffer->handle);
    [all...]
egl.cpp 2099 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)buffer; local
2128 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)img; local
    [all...]
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 105 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); local
106 ASSERT_TRUE(native_buffer);
111 EGL_NATIVE_BUFFER_ANDROID, native_buffer, attrs);
199 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); local
200 ASSERT_TRUE(native_buffer);
210 bufsize, native_buffer, flags);
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 1809 android_native_buffer_t* native_buffer = (android_native_buffer_t*)buffer; local
1870 android_native_buffer_t* native_buffer = image->native_buffer; local
    [all...]
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 12 #include <private/dvr/native_buffer.h>
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 538 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_msm8974.cpp 681 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_hevc.cpp 590 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 777 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 824 private_handle_t * native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 684 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
omx_vdec.h 777 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 678 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
omx_vdec.h 800 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.h 809 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 826 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdpp
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 784 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 755 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_hevc.cpp 585 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 850 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 1003 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]

Completed in 263 milliseconds

1 2