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

  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
EGLImage.h 39 android_native_buffer_t *native_buffer;
  /device/generic/goldfish-opengl/system/GLESv1/
gl.cpp 62 android_native_buffer_t* native_buffer = image->native_buffer;
68 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
97 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
103 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /device/generic/goldfish-opengl/system/GLESv2/
gl2.cpp 64 android_native_buffer_t* native_buffer = image->native_buffer;
70 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
98 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
104 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 108 typedef ANativeWindowBuffer_t android_native_buffer_t; typedef
  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 39 android_native_buffer_t* anb;
SurfaceTextureClient_test.cpp 363 android_native_buffer_t* buf[3];
387 android_native_buffer_t* buf[3];
408 android_native_buffer_t* buf[3];
429 android_native_buffer_t* buf[3];
453 android_native_buffer_t* buf[3];
454 android_native_buffer_t* firstBuf;
474 android_native_buffer_t* buf[3];
507 android_native_buffer_t* buf;
555 android_native_buffer_t* buf[3];
578 android_native_buffer_t* buf[3]
    [all...]
FillBuffer.cpp 93 android_native_buffer_t* anb;
  /frameworks/native/libs/gui/include/gui/
Surface.h 291 int getSlotFromBufferLocked(android_native_buffer_t* buffer) const;
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 359 android_native_buffer_t* buffer;
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 467 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) {
581 int Surface::cancelBuffer(android_native_buffer_t* buffer,
610 android_native_buffer_t* buffer) const {
621 int Surface::lockBuffer_DEPRECATED(android_native_buffer_t* buffer __attribute__((unused))) {
627 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) {
    [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 332 android_native_buffer_t *anb = NULL;
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 869 milliseconds